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-30T06:24:27.962Z||main|||||INFO|500||The following profiles are active: basic
2021-09-30T06:24:43.064Z||main|||||INFO|500||Starting service [Tomcat]
2021-09-30T06:24:43.065Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-09-30T06:24:43.185Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-09-30T06:24:48.402Z||main|||||INFO|500||catdb-pool - Starting...
2021-09-30T06:24:48.899Z||main|||||INFO|500||catdb-pool - Start completed.
2021-09-30T06:24:49.657Z||main|||||INFO|500||reqdb-pool - Starting...
2021-09-30T06:24:49.675Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-09-30T06:24:49.827Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-09-30T06:24:50.176Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-09-30T06:24:50.956Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-09-30T06:24:57.261Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-09-30T06:24:59.574Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-09-30T06:24:59.640Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-09-30T06:25:00.169Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-09-30T06:25:00.338Z||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-30T06:25:01.660Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-09-30T06:25:02.739Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2021-09-30T06:25:02.761Z||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$$3899c07d.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-30T06:25:02.763Z||main|||||WARN|500||The sdc end point is not alive
2021-09-30T06:25:05.967Z||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-30T06:25:08.914Z||main|||||WARN|500||---
2021-09-30T06:25:08.915Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-09-30T06:25:08.915Z||main|||||WARN|500||---
2021-09-30T06:25:09.404Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-09-30T06:25:14.141Z||main|||||INFO|500||Started Application in 49.859 seconds (JVM running for 54.694)
2021-09-30T06:25:14.162Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-30T06:25:14.164Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-30T06:25:14.175Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-30T06:25:14.197Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-30T06:25:14.257Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 47724c87-d29f-4d10-ac49-0451d124510c url= /sdc/v1/artifactTypes
2021-09-30T06:25:14.258Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-30T06:25:14.543Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-09-30T06:25:14.562Z||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-30T06:25:14.582Z||scheduling-1|||||DEBUG|500||create keys
2021-09-30T06:25:14.589Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-09-30T06:25:14.621Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T06:25:14.637Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= faeb69d1-9ab6-4c79-ba8d-0ea45a709943 url= /sdc/v1/registerForDistribution
2021-09-30T06:25:14.925Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= faeb69d1-9ab6-4c79-ba8d-0ea45a709943 url= /sdc/v1/registerForDistribution
2021-09-30T06:25:14.926Z||scheduling-1|||||INFO|500||start DistributionClient
2021-09-30T06:25:14.936Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T06:25:14.937Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T06:25:14.943Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-09-30T06:25:14.946Z||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-30T06:25:14.946Z||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-30T06:25:14.947Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T06:25:14.947Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T06:25:25.350Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T06:25:25.349Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T06:26:14.934Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T06:26:14.937Z||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-30T06:26:14.938Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T06:26:14.935Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T06:26:14.941Z||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-30T06:26:14.942Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T06:26:24.511Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T06:26:24.522Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T06:27:14.935Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T06:27:14.991Z||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-30T06:27:14.935Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T06:27:14.993Z||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-30T06:27:14.994Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T06:27:14.992Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T06:27:24.572Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T06:27:24.583Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T06:28:14.935Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T06:28:14.934Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T06:28:14.938Z||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-30T06:28:14.938Z||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-30T06:28:14.938Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T06:28:14.938Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T06:28:24.537Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T06:28:24.562Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T06:29:14.935Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T06:29:14.935Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T06:29:14.938Z||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-30T06:29:14.938Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T06:29:14.938Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2cjfMityS9h3J0jo) ...
2021-09-30T06:29:14.938Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T06:29:24.531Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T06:29:24.532Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T06:30:14.935Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T06:30:14.935Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T06:30:14.939Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T06:30:14.939Z||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-30T06:30:14.939Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2cjfMityS9h3J0jo) ...
2021-09-30T06:30:14.939Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T06:30:24.511Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T06:30:24.538Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T06:31:14.933Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T06:31:14.935Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T06:31:14.935Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T06:31:14.936Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2cjfMityS9h3J0jo) ...
2021-09-30T06:31:14.936Z||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-30T06:31:14.936Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T06:31:24.491Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T06:31:24.519Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T06:32:14.934Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T06:32:14.935Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T06:32:14.937Z||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-30T06:32:14.938Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T06:32:14.942Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T06:32:14.943Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2cjfMityS9h3J0jo) ...
2021-09-30T06:32:24.559Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T06:32:24.569Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T06:33:14.935Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T06:33:14.937Z||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-30T06:33:14.934Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T06:33:14.937Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T06:33:14.938Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T06:33:14.939Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2cjfMityS9h3J0jo) ...
2021-09-30T06:33:24.514Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T06:33:24.520Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T06:34:14.934Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T06:34:14.935Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T06:34:14.937Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T06:34:14.938Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2cjfMityS9h3J0jo) ...
2021-09-30T06:34:14.940Z||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-30T06:34:14.940Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T06:34:24.514Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T06:34:24.546Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T06:34:32.531Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-09-30T06:35:14.935Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T06:35:14.937Z||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-30T06:35:14.937Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T06:35:14.935Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T06:35:14.940Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T06:35:14.940Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2cjfMityS9h3J0jo) ...
2021-09-30T06:35:24.518Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T06:35:24.523Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T06:36:14.934Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T06:36:14.935Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T06:36:14.939Z||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-30T06:36:14.939Z||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-30T06:36:14.939Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T06:36:14.939Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T06:36:24.509Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T06:36:24.535Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T06:37:14.937Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T06:37:14.937Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T06:37:14.942Z||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-30T06:37:14.942Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T06:37:14.942Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T06:37:14.943Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2cjfMityS9h3J0jo) ...
2021-09-30T06:37:24.520Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T06:37:24.522Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T06:38:14.933Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T06:38:14.935Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T06:38:14.936Z||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-30T06:38:14.936Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T06:38:14.936Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T06:38:14.937Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2cjfMityS9h3J0jo) ...
2021-09-30T06:38:24.529Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T06:38:24.533Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T06:39:14.933Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T06:39:14.935Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T06:39:14.936Z||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-30T06:39:14.936Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T06:39:14.936Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T06:39:14.936Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2cjfMityS9h3J0jo) ...
2021-09-30T06:39:24.532Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T06:39:24.532Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T06:40:14.934Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T06:40:14.935Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T06:40:14.936Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T06:40:14.936Z||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-30T06:40:14.936Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2cjfMityS9h3J0jo) ...
2021-09-30T06:40:14.937Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T06:40:24.494Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T06:40:24.500Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T06:41:14.934Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T06:41:14.935Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T06:41:14.936Z||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-30T06:41:14.937Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T06:41:14.938Z||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-30T06:41:14.938Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T06:41:24.524Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T06:41:24.526Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T06:42:14.934Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T06:42:14.936Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T06:42:14.937Z||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-30T06:42:14.937Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T06:42:14.937Z||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-30T06:42:14.937Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T06:42:24.494Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T06:42:24.507Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T06:43:14.938Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T06:43:14.938Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T06:43:14.948Z||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-30T06:43:14.947Z||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-30T06:43:14.948Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T06:43:14.948Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T06:43:24.515Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T06:43:24.516Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T06:44:14.933Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T06:44:14.935Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T06:44:14.935Z||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-30T06:44:14.935Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T06:44:14.935Z||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-30T06:44:14.936Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T06:44:24.501Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T06:44:24.530Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T06:45:14.935Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T06:45:14.934Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T06:45:14.938Z||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-30T06:45:14.938Z||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-30T06:45:14.939Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T06:45:14.939Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T06:45:24.507Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T06:45:24.533Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T06:46:14.934Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T06:46:14.936Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T06:46:14.936Z||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-30T06:46:14.936Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T06:46:14.938Z||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-30T06:46:14.939Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T06:46:24.511Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T06:46:24.526Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T06:47:14.934Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T06:47:14.935Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T06:47:14.938Z||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-30T06:47:14.938Z||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-30T06:47:14.938Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T06:47:14.938Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T06:47:24.503Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T06:47:24.520Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T06:48:14.934Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T06:48:14.935Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T06:48:14.938Z||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-30T06:48:14.938Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T06:48:14.938Z||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-30T06:48:14.938Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T06:48:24.505Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T06:48:24.505Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T06:49:14.935Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T06:49:14.935Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T06:49:14.940Z||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-30T06:49:14.940Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T06:49:14.940Z||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-30T06:49:14.940Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T06:49:24.521Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T06:49:24.534Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T06:50:14.934Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T06:50:14.935Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T06:50:14.939Z||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-30T06:50:14.939Z||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-30T06:50:14.939Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T06:50:14.939Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T06:50:24.523Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T06:50:24.529Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T06:51:14.935Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T06:51:14.939Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T06:51:14.941Z||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-30T06:51:14.941Z||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-30T06:51:14.942Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T06:51:14.942Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T06:51:24.544Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T06:51:24.550Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T06:52:14.933Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T06:52:14.935Z||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-30T06:52:14.935Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T06:52:14.935Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T06:52:14.935Z||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-30T06:52:14.935Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T06:52:24.496Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T06:52:24.502Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T06:53:14.933Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T06:53:14.935Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T06:53:14.937Z||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-30T06:53:14.938Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T06:53:14.939Z||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-30T06:53:14.939Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T06:53:24.517Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T06:53:24.519Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T06:54:14.934Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T06:54:14.935Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T06:54:14.940Z||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-30T06:54:14.941Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T06:54:14.941Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2cjfMityS9h3J0jo) ...
2021-09-30T06:54:14.941Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T06:54:24.509Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T06:54:24.511Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T06:55:14.934Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T06:55:14.935Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T06:55:14.936Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T06:55:14.936Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2cjfMityS9h3J0jo) ...
2021-09-30T06:55:14.936Z||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-30T06:55:14.937Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T06:55:24.490Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T06:55:24.498Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T06:56:14.934Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T06:56:14.935Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T06:56:14.937Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T06:56:14.937Z||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-30T06:56:14.937Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T06:56:14.937Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2cjfMityS9h3J0jo) ...
2021-09-30T06:56:24.507Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T06:56:24.512Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T06:57:14.935Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T06:57:14.935Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T06:57:14.942Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T06:57:14.942Z||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-30T06:57:14.943Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T06:57:14.943Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2cjfMityS9h3J0jo) ...
2021-09-30T06:57:24.538Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T06:57:24.541Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T06:58:14.933Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T06:58:14.934Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T06:58:14.934Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2cjfMityS9h3J0jo) ...
2021-09-30T06:58:14.935Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T06:58:14.935Z||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-30T06:58:14.936Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T06:58:24.503Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T06:58:24.521Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T06:59:14.933Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T06:59:14.935Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T06:59:14.936Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T06:59:14.936Z||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-30T06:59:14.936Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2cjfMityS9h3J0jo) ...
2021-09-30T06:59:14.936Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T06:59:24.511Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T06:59:24.532Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T07:00:14.934Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:00:14.936Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:00:14.937Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T07:00:14.937Z||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-30T07:00:14.938Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2cjfMityS9h3J0jo) ...
2021-09-30T07:00:14.938Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T07:00:24.494Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T07:00:24.494Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T07:01:14.934Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:01:14.935Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:01:14.937Z||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-30T07:01:14.937Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T07:01:14.937Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T07:01:14.937Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2cjfMityS9h3J0jo) ...
2021-09-30T07:01:24.570Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T07:01:24.571Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T07:02:14.935Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:02:14.935Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:02:14.943Z||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-30T07:02:14.943Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T07:02:14.942Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T07:02:14.950Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2cjfMityS9h3J0jo) ...
2021-09-30T07:02:24.538Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T07:02:24.546Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T07:03:14.933Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:03:14.935Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:03:14.935Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T07:03:14.935Z||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-30T07:03:14.935Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T07:03:14.935Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2cjfMityS9h3J0jo) ...
2021-09-30T07:03:24.512Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T07:03:24.542Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T07:04:14.933Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:04:14.935Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:04:14.935Z||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-30T07:04:14.936Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T07:04:14.935Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T07:04:14.939Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2cjfMityS9h3J0jo) ...
2021-09-30T07:04:24.539Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T07:04:24.567Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T07:05:14.935Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:05:14.938Z||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-30T07:05:14.938Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T07:05:14.934Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:05:14.939Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T07:05:14.939Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2cjfMityS9h3J0jo) ...
2021-09-30T07:05:24.523Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T07:05:24.567Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T07:06:14.935Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:06:14.937Z||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-30T07:06:14.938Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T07:06:14.934Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:06:14.942Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T07:06:14.942Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2cjfMityS9h3J0jo) ...
2021-09-30T07:06:24.512Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T07:06:24.531Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T07:07:14.934Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:07:14.935Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:07:14.936Z||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-30T07:07:14.936Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T07:07:14.936Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T07:07:14.936Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2cjfMityS9h3J0jo) ...
2021-09-30T07:07:24.534Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T07:07:24.549Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T07:08:14.937Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:08:14.940Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T07:08:14.940Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2cjfMityS9h3J0jo) ...
2021-09-30T07:08:14.941Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:08:14.941Z||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-30T07:08:14.941Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T07:08:24.529Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T07:08:24.586Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T07:09:14.935Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:09:14.937Z||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-30T07:09:14.938Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T07:09:14.940Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:09:14.941Z||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-30T07:09:14.942Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T07:09:24.536Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T07:09:24.561Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T07:10:14.934Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:10:14.935Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:10:14.938Z||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-30T07:10:14.938Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T07:10:14.939Z||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-30T07:10:14.939Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T07:10:24.519Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T07:10:24.528Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T07:11:14.933Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:11:14.935Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:11:14.935Z||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-30T07:11:14.935Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T07:11:14.935Z||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-30T07:11:14.935Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T07:11:24.496Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T07:11:24.502Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T07:12:14.933Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:12:14.935Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:12:14.936Z||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-30T07:12:14.936Z||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-30T07:12:14.936Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T07:12:14.936Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T07:12:24.520Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T07:12:24.520Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T07:13:14.933Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:13:14.935Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:13:14.936Z||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-30T07:13:14.936Z||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-30T07:13:14.936Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T07:13:14.936Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T07:13:24.542Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T07:13:24.549Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T07:14:14.934Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:14:14.935Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:14:14.939Z||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-30T07:14:14.939Z||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-30T07:14:14.939Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T07:14:14.939Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T07:14:24.513Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T07:14:24.554Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T07:15:14.935Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:15:14.934Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:15:14.937Z||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-30T07:15:14.937Z||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-30T07:15:14.937Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T07:15:14.937Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T07:15:24.507Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T07:15:24.555Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T07:16:14.934Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:16:14.935Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:16:14.937Z||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-30T07:16:14.937Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T07:16:14.937Z||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-30T07:16:14.938Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T07:16:24.531Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T07:16:24.533Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T07:17:14.935Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:17:14.940Z||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-30T07:17:14.940Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T07:17:14.940Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:17:14.941Z||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-30T07:17:14.941Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T07:17:24.518Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T07:17:24.522Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T07:18:14.933Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:18:14.935Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:18:14.935Z||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-30T07:18:14.935Z||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-30T07:18:14.935Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T07:18:14.935Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T07:18:24.493Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T07:18:24.493Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T07:19:14.933Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:19:14.935Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:19:14.936Z||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-30T07:19:14.936Z||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-30T07:19:14.936Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T07:19:14.936Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T07:19:24.530Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T07:19:24.531Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T07:20:14.934Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:20:14.935Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:20:14.940Z||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-30T07:20:14.940Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T07:20:14.940Z||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-30T07:20:14.940Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T07:20:24.536Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T07:20:24.560Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T07:21:14.934Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:21:14.935Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:21:14.936Z||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-30T07:21:14.936Z||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-30T07:21:14.937Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T07:21:14.937Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T07:21:24.503Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T07:21:24.516Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T07:22:14.935Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:22:14.937Z||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-30T07:22:14.937Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T07:22:14.934Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:22:14.940Z||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-30T07:22:14.941Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T07:22:24.518Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T07:22:24.521Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T07:23:14.935Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:23:14.934Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:23:14.942Z||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-30T07:23:14.943Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T07:23:14.943Z||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-30T07:23:14.943Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T07:23:24.517Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T07:23:24.517Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T07:24:14.933Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:24:14.935Z||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-30T07:24:14.935Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:24:14.935Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T07:24:14.936Z||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-30T07:24:14.936Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T07:24:24.500Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T07:24:24.519Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T07:25:14.934Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:25:14.935Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:25:14.936Z||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-30T07:25:14.936Z||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-30T07:25:14.936Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T07:25:14.936Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T07:25:24.492Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T07:25:24.500Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T07:26:14.933Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:26:14.935Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:26:14.936Z||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-30T07:26:14.936Z||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-30T07:26:14.936Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T07:26:14.936Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T07:26:24.485Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T07:26:24.499Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T07:27:14.934Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:27:14.935Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:27:14.938Z||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-30T07:27:14.939Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T07:27:14.939Z||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-30T07:27:14.939Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T07:27:24.529Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T07:27:24.529Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T07:28:14.935Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:28:14.935Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:28:14.943Z||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-30T07:28:14.944Z||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-30T07:28:14.944Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T07:28:14.944Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T07:28:24.506Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T07:28:24.536Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T07:29:14.933Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:29:14.934Z||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-30T07:29:14.934Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T07:29:14.935Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:29:14.935Z||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-30T07:29:14.935Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T07:29:24.526Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T07:29:24.532Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T07:30:14.933Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:30:14.935Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:30:14.936Z||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-30T07:30:14.936Z||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-30T07:30:14.936Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T07:30:14.936Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T07:30:24.522Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T07:30:24.569Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T07:31:14.935Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:31:14.935Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:31:14.940Z||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-30T07:31:14.940Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T07:31:14.940Z||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-30T07:31:14.941Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T07:31:24.542Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T07:31:24.551Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T07:32:14.935Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:32:14.935Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:32:14.940Z||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-30T07:32:14.940Z||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-30T07:32:14.940Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T07:32:14.940Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T07:32:24.520Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T07:32:24.521Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T07:33:14.934Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:33:14.935Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:33:14.937Z||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-30T07:33:14.938Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T07:33:14.937Z||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-30T07:33:14.938Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T07:33:24.502Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T07:33:24.507Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T07:34:14.935Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:34:14.935Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:34:14.941Z||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-30T07:34:14.941Z||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-30T07:34:14.941Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T07:34:14.941Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T07:34:24.533Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T07:34:24.541Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T07:35:14.935Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:35:14.935Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:35:14.940Z||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-30T07:35:14.940Z||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-30T07:35:14.940Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T07:35:14.940Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T07:35:24.571Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T07:35:24.573Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T07:36:14.933Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:36:14.935Z||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-30T07:36:14.935Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T07:36:14.935Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:36:14.935Z||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-30T07:36:14.936Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T07:36:24.499Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T07:36:24.501Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T07:37:14.934Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:37:14.935Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:37:14.936Z||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-30T07:37:14.936Z||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-30T07:37:14.936Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T07:37:14.936Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T07:37:24.506Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T07:37:24.509Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T07:38:14.934Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:38:14.935Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:38:14.938Z||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-30T07:38:14.938Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T07:38:14.938Z||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-30T07:38:14.938Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T07:38:24.530Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T07:38:24.573Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T07:39:14.937Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:39:14.940Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:39:14.942Z||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-30T07:39:14.942Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T07:39:14.942Z||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-30T07:39:14.943Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T07:39:24.637Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T07:39:24.658Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T07:40:14.935Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:40:14.934Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:40:14.937Z||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-30T07:40:14.938Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T07:40:14.937Z||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-30T07:40:14.938Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T07:40:24.518Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T07:40:24.542Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T07:41:14.935Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:41:14.934Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:41:14.938Z||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-30T07:41:14.938Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T07:41:14.938Z||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-30T07:41:14.939Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T07:41:24.494Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T07:41:24.494Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T07:42:14.933Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:42:14.935Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:42:14.935Z||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-30T07:42:14.935Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T07:42:14.935Z||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-30T07:42:14.935Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T07:42:24.500Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T07:42:24.516Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T07:43:14.934Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:43:14.935Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:43:14.937Z||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-30T07:43:14.937Z||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-30T07:43:14.937Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T07:43:14.937Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T07:43:24.518Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T07:43:24.610Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T07:44:14.934Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:44:14.937Z||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-30T07:44:14.939Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T07:44:14.940Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:44:14.941Z||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-30T07:44:14.941Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T07:44:24.520Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T07:44:24.521Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T07:45:14.935Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:45:14.939Z||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-30T07:45:14.939Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T07:45:14.935Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:45:14.942Z||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-30T07:45:14.942Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T07:45:24.529Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T07:45:24.547Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T07:46:14.935Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:46:14.936Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:46:14.940Z||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-30T07:46:14.940Z||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-30T07:46:14.941Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T07:46:14.941Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T07:46:24.512Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T07:46:24.512Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T07:47:14.935Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:47:14.934Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:47:14.938Z||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-30T07:47:14.938Z||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-30T07:47:14.938Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T07:47:14.938Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T07:47:15.566Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T07:47:15.569Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T07:47:15.569Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"f95cb37f-c3eb-4195-b047-7facff09dcd3","serviceName":"vFW 2021-09-30 07-43-04","serviceVersion":"1.0","serviceUUID":"985777a2-fa1c-4476-8e55-6b64200c2415","serviceDescription":"catalog service description","serviceInvariantUUID":"3866b6d9-f440-4340-9ba2-4080fc6ef3e9","resources":[{"resourceInstanceName":"vFW d74e41e3-57c7 0","resourceName":"vFW d74e41e3-57c7","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a4b12386-79c2-41bd-b61e-7395a7260905","resourceInvariantUUID":"f79e6211-e43d-4aee-82f6-24d9df451d93","resourceCustomizationUUID":"bf136982-3ea1-4894-a32a-6ed3618688a2","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210930074304/1.0/resourceInstances/vfwd74e41e357c70/artifacts/vf-license-model.xml","artifactChecksum":"MGMxODNjOGMxZjc3YTIxZmZlZGZmY2M0M2VmNDYzNzI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a804bf70-13b3-484a-bbbc-743c6914f6d7","artifactVersion":"1"},{"artifactName":"vfwd74e41e357c70_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210930074304/1.0/resourceInstances/vfwd74e41e357c70/artifacts/vfwd74e41e357c70_modules.json","artifactChecksum":"OGE1MWM2YTM5ODQzMDQ5NTdiODdmOGQ0YTQ2YzViYTc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"be14c66b-f1bf-49f0-9fb7-57503ae5bb3d","artifactVersion":"2"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210930074304/1.0/resourceInstances/vfwd74e41e357c70/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"7f5ebe81-e769-4047-af13-8117a0b32b77","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210930074304/1.0/resourceInstances/vfwd74e41e357c70/artifacts/vendor-license-model.xml","artifactChecksum":"NjEzMTMxZTlmZjQzZjAzMTdhY2RhNGRhM2QzMjNkODM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ba734ca0-b601-4086-996d-90b9c00976a1","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210930074304/1.0/resourceInstances/vfwd74e41e357c70/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a88893df-f0b6-4555-9cdb-6d5b3a8f2a9d","artifactVersion":"3","generatedFromUUID":"7f5ebe81-e769-4047-af13-8117a0b32b77"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210930074304-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210930074304/1.0/artifacts/service-Vfw20210930074304-template.yml","artifactChecksum":"M2Q1MjIwYmYzNDc4NGE0NTBhZTljOGY3NWM3YjBkNmQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cae55885-5df6-40bc-a239-212f675785f1","artifactVersion":"1"},{"artifactName":"service-Vfw20210930074304-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210930074304/1.0/artifacts/service-Vfw20210930074304-csar.csar","artifactChecksum":"ZGQ1NWUzYjA1OTkwOTM0YWQ4NTEwYzg0Mjg4MjgzOTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"70106979-98fe-4e55-94ff-459841950381","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-30T07:47:15.585Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T07:47:15.594Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T07:47:15.598Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-30T07:47:15.598Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f95cb37f-c3eb-4195-b047-7facff09dcd3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632988002851,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930074304/1.0/resourceInstances/vfwd74e41e357c70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T07:47:15.600Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-30T07:47:15.617Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T07:47:15.617Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f95cb37f-c3eb-4195-b047-7facff09dcd3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632988034934,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930074304/1.0/resourceInstances/vfwd74e41e357c70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T07:47:15.628Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-30T07:47:15.629Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-30T07:47:15.629Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f95cb37f-c3eb-4195-b047-7facff09dcd3",
  "consumerID": "policy-id",
  "timestamp": 1632988001317,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930074304/1.0/resourceInstances/vfwd74e41e357c70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T07:47:15.629Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-30T07:47:15.629Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-30T07:47:15.629Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f95cb37f-c3eb-4195-b047-7facff09dcd3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632987999350,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930074304/1.0/resourceInstances/vfwd74e41e357c70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T07:47:15.630Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-30T07:47:15.630Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-30T07:47:15.630Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f95cb37f-c3eb-4195-b047-7facff09dcd3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632988002851,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930074304/1.0/resourceInstances/vfwd74e41e357c70/artifacts/vfwd74e41e357c70_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-30T07:47:15.630Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-30T07:47:15.630Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-30T07:47:15.630Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f95cb37f-c3eb-4195-b047-7facff09dcd3",
  "consumerID": "policy-id",
  "timestamp": 1632988001317,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930074304/1.0/resourceInstances/vfwd74e41e357c70/artifacts/vfwd74e41e357c70_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-30T07:47:15.630Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-30T07:47:15.630Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-30T07:47:15.631Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f95cb37f-c3eb-4195-b047-7facff09dcd3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632987999350,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930074304/1.0/resourceInstances/vfwd74e41e357c70/artifacts/vfwd74e41e357c70_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-30T07:47:15.631Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-30T07:47:15.631Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-30T07:47:15.631Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f95cb37f-c3eb-4195-b047-7facff09dcd3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632988002851,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930074304/1.0/resourceInstances/vfwd74e41e357c70/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T07:47:15.631Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-30T07:47:15.631Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-30T07:47:15.631Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f95cb37f-c3eb-4195-b047-7facff09dcd3",
  "consumerID": "policy-id",
  "timestamp": 1632988001317,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930074304/1.0/resourceInstances/vfwd74e41e357c70/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-09-30T07:47:15.632Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-30T07:47:15.632Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-30T07:47:15.632Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f95cb37f-c3eb-4195-b047-7facff09dcd3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632987999350,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930074304/1.0/resourceInstances/vfwd74e41e357c70/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T07:47:15.632Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-30T07:47:15.632Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-30T07:47:15.633Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f95cb37f-c3eb-4195-b047-7facff09dcd3",
  "consumerID": "dcae-sch",
  "timestamp": 1632988005975,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930074304/1.0/resourceInstances/vfwd74e41e357c70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T07:47:15.633Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-30T07:47:15.633Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-30T07:47:15.633Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f95cb37f-c3eb-4195-b047-7facff09dcd3",
  "consumerID": "cds",
  "timestamp": 1632988006278,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930074304/1.0/resourceInstances/vfwd74e41e357c70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T07:47:15.633Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-30T07:47:15.634Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-30T07:47:15.634Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f95cb37f-c3eb-4195-b047-7facff09dcd3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632988002851,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930074304/1.0/resourceInstances/vfwd74e41e357c70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T07:47:15.635Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-30T07:47:15.635Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-30T07:47:15.635Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f95cb37f-c3eb-4195-b047-7facff09dcd3",
  "consumerID": "policy-id",
  "timestamp": 1632988001317,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930074304/1.0/resourceInstances/vfwd74e41e357c70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T07:47:15.635Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-30T07:47:15.635Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-30T07:47:15.636Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f95cb37f-c3eb-4195-b047-7facff09dcd3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632987999350,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930074304/1.0/resourceInstances/vfwd74e41e357c70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T07:47:15.636Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-30T07:47:15.636Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-30T07:47:15.636Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f95cb37f-c3eb-4195-b047-7facff09dcd3",
  "consumerID": "dcae-sch",
  "timestamp": 1632988005975,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930074304/1.0/resourceInstances/vfwd74e41e357c70/artifacts/vfwd74e41e357c70_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-30T07:47:15.637Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-30T07:47:15.637Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-30T07:47:15.637Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f95cb37f-c3eb-4195-b047-7facff09dcd3",
  "consumerID": "cds",
  "timestamp": 1632988006278,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930074304/1.0/resourceInstances/vfwd74e41e357c70/artifacts/vfwd74e41e357c70_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-30T07:47:15.638Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-30T07:47:15.638Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-30T07:47:15.639Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f95cb37f-c3eb-4195-b047-7facff09dcd3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632988002851,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930074304/1.0/resourceInstances/vfwd74e41e357c70/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-30T07:47:15.639Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-30T07:47:15.639Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-30T07:47:15.639Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f95cb37f-c3eb-4195-b047-7facff09dcd3",
  "consumerID": "policy-id",
  "timestamp": 1632988001317,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930074304/1.0/resourceInstances/vfwd74e41e357c70/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-30T07:47:15.640Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-30T07:47:15.640Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-30T07:47:15.640Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f95cb37f-c3eb-4195-b047-7facff09dcd3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632987999350,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930074304/1.0/resourceInstances/vfwd74e41e357c70/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-30T07:47:15.640Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-30T07:47:15.640Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-30T07:47:15.640Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f95cb37f-c3eb-4195-b047-7facff09dcd3",
  "consumerID": "dcae-sch",
  "timestamp": 1632988005975,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930074304/1.0/resourceInstances/vfwd74e41e357c70/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T07:47:15.640Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-30T07:47:15.640Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-30T07:47:15.640Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f95cb37f-c3eb-4195-b047-7facff09dcd3",
  "consumerID": "cds",
  "timestamp": 1632988006278,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930074304/1.0/resourceInstances/vfwd74e41e357c70/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T07:47:15.641Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-30T07:47:15.641Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-30T07:47:15.641Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f95cb37f-c3eb-4195-b047-7facff09dcd3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632988002851,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930074304/1.0/artifacts/service-Vfw20210930074304-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T07:47:15.641Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-30T07:47:15.641Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-30T07:47:15.641Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f95cb37f-c3eb-4195-b047-7facff09dcd3",
  "consumerID": "policy-id",
  "timestamp": 1632988001317,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930074304/1.0/artifacts/service-Vfw20210930074304-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T07:47:15.642Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-30T07:47:15.642Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-30T07:47:15.642Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f95cb37f-c3eb-4195-b047-7facff09dcd3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632987999350,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930074304/1.0/artifacts/service-Vfw20210930074304-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T07:47:15.642Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-30T07:47:15.642Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-30T07:47:15.642Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f95cb37f-c3eb-4195-b047-7facff09dcd3",
  "consumerID": "dcae-sch",
  "timestamp": 1632988005975,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930074304/1.0/resourceInstances/vfwd74e41e357c70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T07:47:15.642Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-30T07:47:15.642Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-30T07:47:15.642Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f95cb37f-c3eb-4195-b047-7facff09dcd3",
  "consumerID": "cds",
  "timestamp": 1632988006278,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930074304/1.0/resourceInstances/vfwd74e41e357c70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T07:47:15.643Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-30T07:47:15.643Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-30T07:47:15.643Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f95cb37f-c3eb-4195-b047-7facff09dcd3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632988002851,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930074304/1.0/artifacts/service-Vfw20210930074304-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T07:47:15.643Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-30T07:47:15.643Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-30T07:47:15.643Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f95cb37f-c3eb-4195-b047-7facff09dcd3",
  "consumerID": "policy-id",
  "timestamp": 1632988001317,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930074304/1.0/artifacts/service-Vfw20210930074304-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T07:47:15.643Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-30T07:47:15.644Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-30T07:47:15.644Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f95cb37f-c3eb-4195-b047-7facff09dcd3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632987999350,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930074304/1.0/artifacts/service-Vfw20210930074304-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-30T07:47:15.644Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-30T07:47:15.644Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-30T07:47:15.644Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f95cb37f-c3eb-4195-b047-7facff09dcd3",
  "consumerID": "dcae-sch",
  "timestamp": 1632988005975,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930074304/1.0/resourceInstances/vfwd74e41e357c70/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-30T07:47:15.644Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-30T07:47:15.644Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-30T07:47:15.644Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f95cb37f-c3eb-4195-b047-7facff09dcd3",
  "consumerID": "cds",
  "timestamp": 1632988006278,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930074304/1.0/resourceInstances/vfwd74e41e357c70/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-30T07:47:15.645Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-30T07:47:15.645Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-30T07:47:15.645Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f95cb37f-c3eb-4195-b047-7facff09dcd3",
  "consumerID": "dcae-sch",
  "timestamp": 1632988005975,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930074304/1.0/artifacts/service-Vfw20210930074304-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T07:47:15.645Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-30T07:47:15.645Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-30T07:47:15.645Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f95cb37f-c3eb-4195-b047-7facff09dcd3",
  "consumerID": "cds",
  "timestamp": 1632988006278,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930074304/1.0/artifacts/service-Vfw20210930074304-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T07:47:15.645Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-30T07:47:15.646Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-30T07:47:15.646Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f95cb37f-c3eb-4195-b047-7facff09dcd3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632988011441,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930074304/1.0/resourceInstances/vfwd74e41e357c70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T07:47:15.646Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-30T07:47:15.646Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-30T07:47:15.646Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f95cb37f-c3eb-4195-b047-7facff09dcd3",
  "consumerID": "clamp",
  "timestamp": 1632988011513,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930074304/1.0/resourceInstances/vfwd74e41e357c70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T07:47:15.646Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-30T07:47:15.646Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-30T07:47:15.646Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f95cb37f-c3eb-4195-b047-7facff09dcd3",
  "consumerID": "dcae-sch",
  "timestamp": 1632988005975,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930074304/1.0/artifacts/service-Vfw20210930074304-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-30T07:47:15.647Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-30T07:47:15.647Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-30T07:47:15.647Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f95cb37f-c3eb-4195-b047-7facff09dcd3",
  "consumerID": "policy-id",
  "timestamp": 1632988012757,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930074304/1.0/artifacts/service-Vfw20210930074304-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-30T07:47:15.647Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T07:47:15.647Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-30T07:47:15.647Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f95cb37f-c3eb-4195-b047-7facff09dcd3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632988012871,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930074304/1.0/artifacts/service-Vfw20210930074304-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-30T07:47:15.647Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T07:47:15.648Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-30T07:47:15.648Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f95cb37f-c3eb-4195-b047-7facff09dcd3",
  "consumerID": "cds",
  "timestamp": 1632988006278,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930074304/1.0/artifacts/service-Vfw20210930074304-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T07:47:15.648Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-30T07:47:15.648Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-30T07:47:15.648Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f95cb37f-c3eb-4195-b047-7facff09dcd3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632988011441,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930074304/1.0/resourceInstances/vfwd74e41e357c70/artifacts/vfwd74e41e357c70_modules.json",
  "status": "NOTIFIED"
}
2021-09-30T07:47:15.648Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-30T07:47:15.648Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-30T07:47:15.648Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f95cb37f-c3eb-4195-b047-7facff09dcd3",
  "consumerID": "clamp",
  "timestamp": 1632988011513,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930074304/1.0/resourceInstances/vfwd74e41e357c70/artifacts/vfwd74e41e357c70_modules.json",
  "status": "NOTIFIED"
}
2021-09-30T07:47:15.648Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-30T07:47:15.649Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-30T07:47:15.649Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f95cb37f-c3eb-4195-b047-7facff09dcd3",
  "consumerID": "policy-id",
  "timestamp": 1632988013770,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930074304/1.0/artifacts/service-Vfw20210930074304-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-30T07:47:15.649Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T07:47:15.649Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-30T07:47:15.649Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f95cb37f-c3eb-4195-b047-7facff09dcd3",
  "consumerID": "clamp",
  "timestamp": 1632988011513,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930074304/1.0/resourceInstances/vfwd74e41e357c70/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T07:47:15.649Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-30T07:47:15.649Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-30T07:47:15.649Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f95cb37f-c3eb-4195-b047-7facff09dcd3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632988011441,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930074304/1.0/resourceInstances/vfwd74e41e357c70/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-09-30T07:47:15.650Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-30T07:47:15.650Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-30T07:47:15.650Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f95cb37f-c3eb-4195-b047-7facff09dcd3",
  "consumerID": "policy-id",
  "timestamp": 1632988014774,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
2021-09-30T07:47:15.718Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-30T07:47:15.724Z||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-30T07:47:15.724Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T07:47:15.737Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T07:47:15.739Z||pool-3-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: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-30T07:47:15.884Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f95cb37f-c3eb-4195-b047-7facff09dcd3
2021-09-30T07:47:15.904Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId f95cb37f-c3eb-4195-b047-7facff09dcd3 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-30T07:47:15.930Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-30T07:47:15.931Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f95cb37f-c3eb-4195-b047-7facff09dcd3",
  "consumerID": "aai-ml",
  "timestamp": 1632988014246,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930074304/1.0/resourceInstances/vfwd74e41e357c70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T07:47:15.931Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-30T07:47:15.931Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-30T07:47:15.931Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f95cb37f-c3eb-4195-b047-7facff09dcd3",
  "consumerID": "clamp",
  "timestamp": 1632988011513,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930074304/1.0/resourceInstances/vfwd74e41e357c70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T07:47:15.932Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-30T07:47:15.932Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-30T07:47:15.932Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f95cb37f-c3eb-4195-b047-7facff09dcd3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632988011441,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930074304/1.0/resourceInstances/vfwd74e41e357c70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T07:47:15.932Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-30T07:47:15.932Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-30T07:47:15.933Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f95cb37f-c3eb-4195-b047-7facff09dcd3",
  "consumerID": "cds",
  "timestamp": 1632988015259,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930074304/1.0/artifacts/service-Vfw20210930074304-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-30T07:47:15.933Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T07:47:15.933Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-30T07:47:15.933Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f95cb37f-c3eb-4195-b047-7facff09dcd3",
  "consumerID": "aai-ml",
  "timestamp": 1632988014246,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930074304/1.0/resourceInstances/vfwd74e41e357c70/artifacts/vfwd74e41e357c70_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-30T07:47:15.933Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-30T07:47:15.934Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-30T07:47:15.934Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f95cb37f-c3eb-4195-b047-7facff09dcd3",
  "consumerID": "clamp",
  "timestamp": 1632988011513,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930074304/1.0/resourceInstances/vfwd74e41e357c70/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-30T07:47:15.934Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-30T07:47:15.934Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-30T07:47:15.934Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f95cb37f-c3eb-4195-b047-7facff09dcd3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632988011441,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930074304/1.0/resourceInstances/vfwd74e41e357c70/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-09-30T07:47:15.935Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-30T07:47:15.935Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-30T07:47:15.935Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f95cb37f-c3eb-4195-b047-7facff09dcd3",
  "consumerID": "cds",
  "timestamp": 1632988016282,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930074304/1.0/artifacts/service-Vfw20210930074304-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-30T07:47:15.950Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f95cb37f-c3eb-4195-b047-7facff09dcd3
2021-09-30T07:47:15.950Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId f95cb37f-c3eb-4195-b047-7facff09dcd3 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-30T07:47:15.960Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-30T07:47:15.961Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f95cb37f-c3eb-4195-b047-7facff09dcd3",
  "consumerID": "aai-ml",
  "timestamp": 1632988014246,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930074304/1.0/resourceInstances/vfwd74e41e357c70/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T07:47:15.962Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-30T07:47:15.962Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-30T07:47:15.962Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f95cb37f-c3eb-4195-b047-7facff09dcd3",
  "consumerID": "clamp",
  "timestamp": 1632988011513,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930074304/1.0/artifacts/service-Vfw20210930074304-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T07:47:15.962Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-30T07:47:15.962Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-30T07:47:15.963Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f95cb37f-c3eb-4195-b047-7facff09dcd3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632988011441,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930074304/1.0/artifacts/service-Vfw20210930074304-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T07:47:15.963Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-30T07:47:15.963Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-30T07:47:15.963Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f95cb37f-c3eb-4195-b047-7facff09dcd3",
  "consumerID": "aai-ml",
  "timestamp": 1632988014246,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930074304/1.0/resourceInstances/vfwd74e41e357c70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T07:47:15.963Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-30T07:47:15.964Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-30T07:47:15.964Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f95cb37f-c3eb-4195-b047-7facff09dcd3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632988018179,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930074304/1.0/artifacts/service-Vfw20210930074304-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-30T07:47:15.964Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T07:47:15.964Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-30T07:47:15.964Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f95cb37f-c3eb-4195-b047-7facff09dcd3",
  "consumerID": "clamp",
  "timestamp": 1632988011513,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930074304/1.0/artifacts/service-Vfw20210930074304-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T07:47:15.965Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-30T07:47:15.965Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-30T07:47:15.965Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f95cb37f-c3eb-4195-b047-7facff09dcd3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632988011441,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930074304/1.0/artifacts/service-Vfw20210930074304-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T07:47:15.965Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-30T07:47:15.965Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-30T07:47:15.965Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f95cb37f-c3eb-4195-b047-7facff09dcd3",
  "consumerID": "aai-ml",
  "timestamp": 1632988014246,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930074304/1.0/resourceInstances/vfwd74e41e357c70/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-30T07:47:15.966Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-30T07:47:15.966Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-30T07:47:15.966Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f95cb37f-c3eb-4195-b047-7facff09dcd3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632988019185,
  "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-30T07:47:15.972Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f95cb37f-c3eb-4195-b047-7facff09dcd3
2021-09-30T07:47:15.972Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId f95cb37f-c3eb-4195-b047-7facff09dcd3 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-30T07:47:15.982Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-30T07:47:15.982Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f95cb37f-c3eb-4195-b047-7facff09dcd3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632988019897,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930074304/1.0/resourceInstances/vfwd74e41e357c70/artifacts/vfwd74e41e357c70_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-30T07:47:15.983Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T07:47:15.983Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-30T07:47:15.983Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f95cb37f-c3eb-4195-b047-7facff09dcd3",
  "consumerID": "aai-ml",
  "timestamp": 1632988014246,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930074304/1.0/artifacts/service-Vfw20210930074304-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T07:47:15.983Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-30T07:47:15.983Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-30T07:47:15.984Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f95cb37f-c3eb-4195-b047-7facff09dcd3",
  "consumerID": "aai-ml",
  "timestamp": 1632988014246,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930074304/1.0/artifacts/service-Vfw20210930074304-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T07:47:15.984Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-30T07:47:15.984Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-30T07:47:15.985Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f95cb37f-c3eb-4195-b047-7facff09dcd3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632988021111,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930074304/1.0/resourceInstances/vfwd74e41e357c70/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-30T07:47:15.985Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T07:47:15.985Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-30T07:47:15.986Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f95cb37f-c3eb-4195-b047-7facff09dcd3",
  "consumerID": "aai-ml",
  "timestamp": 1632988022787,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930074304/1.0/artifacts/service-Vfw20210930074304-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-30T07:47:15.986Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T07:47:15.986Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-30T07:47:15.987Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f95cb37f-c3eb-4195-b047-7facff09dcd3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632988022835,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930074304/1.0/resourceInstances/vfwd74e41e357c70/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-09-30T07:47:15.987Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T07:47:15.987Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-30T07:47:15.988Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f95cb37f-c3eb-4195-b047-7facff09dcd3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632988024485,
  "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-30T07:47:15.995Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f95cb37f-c3eb-4195-b047-7facff09dcd3
2021-09-30T07:47:15.995Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId f95cb37f-c3eb-4195-b047-7facff09dcd3 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-30T07:47:16.012Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-30T07:47:16.012Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f95cb37f-c3eb-4195-b047-7facff09dcd3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632988025495,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930074304/1.0/resourceInstances/vfwd74e41e357c70/artifacts/vfwd74e41e357c70_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-30T07:47:16.013Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T07:47:16.013Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-30T07:47:16.013Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f95cb37f-c3eb-4195-b047-7facff09dcd3",
  "consumerID": "clamp",
  "timestamp": 1632988025538,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930074304/1.0/artifacts/service-Vfw20210930074304-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-30T07:47:16.013Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T07:47:16.013Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-30T07:47:16.014Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f95cb37f-c3eb-4195-b047-7facff09dcd3",
  "consumerID": "clamp",
  "timestamp": 1632988026611,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930074304/1.0/artifacts/service-Vfw20210930074304-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-30T07:47:16.014Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T07:47:16.014Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-30T07:47:16.014Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f95cb37f-c3eb-4195-b047-7facff09dcd3",
  "consumerID": "clamp",
  "timestamp": 1632988027621,
  "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-30T07:47:16.019Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f95cb37f-c3eb-4195-b047-7facff09dcd3
2021-09-30T07:47:16.019Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId f95cb37f-c3eb-4195-b047-7facff09dcd3 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-30T07:47:16.626Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T07:47:16.626Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-30T07:47:16.628Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T07:47:16.628Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f95cb37f-c3eb-4195-b047-7facff09dcd3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632988034934,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930074304/1.0/resourceInstances/vfwd74e41e357c70/artifacts/vfwd74e41e357c70_modules.json",
  "status": "NOTIFIED"
}
2021-09-30T07:47:16.728Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T07:47:16.729Z||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-30T07:47:16.729Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T07:47:16.772Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T07:47:16.773Z||pool-4-thread-1|||||INFO|500||cambria reply ok (44 ms):{"serverTimeMs":1,"count":1}
2021-09-30T07:47:17.629Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T07:47:17.630Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-30T07:47:17.633Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T07:47:17.633Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f95cb37f-c3eb-4195-b047-7facff09dcd3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632988034934,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930074304/1.0/resourceInstances/vfwd74e41e357c70/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-09-30T07:47:17.733Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T07:47:17.734Z||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-30T07:47:17.734Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T07:47:17.749Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T07:47:17.750Z||pool-5-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2021-09-30T07:47:18.633Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T07:47:18.634Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-30T07:47:18.636Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T07:47:18.636Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f95cb37f-c3eb-4195-b047-7facff09dcd3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632988034934,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930074304/1.0/resourceInstances/vfwd74e41e357c70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T07:47:18.736Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-30T07:47:18.738Z||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-30T07:47:18.738Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T07:47:18.751Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T07:47:18.752Z||pool-6-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-09-30T07:47:19.637Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T07:47:19.638Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-30T07:47:19.641Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T07:47:19.641Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f95cb37f-c3eb-4195-b047-7facff09dcd3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632988034934,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930074304/1.0/resourceInstances/vfwd74e41e357c70/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-09-30T07:47:19.740Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-30T07:47:19.741Z||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-30T07:47:19.741Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T07:47:19.757Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T07:47:19.757Z||pool-7-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-09-30T07:47:20.641Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T07:47:20.642Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-30T07:47:20.644Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T07:47:20.644Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f95cb37f-c3eb-4195-b047-7facff09dcd3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632988034934,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930074304/1.0/artifacts/service-Vfw20210930074304-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T07:47:20.744Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-30T07:47:20.745Z||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-30T07:47:20.746Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T07:47:20.760Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T07:47:20.761Z||pool-8-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-09-30T07:47:21.645Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T07:47:21.646Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-30T07:47:21.648Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T07:47:21.648Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f95cb37f-c3eb-4195-b047-7facff09dcd3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632988034934,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930074304/1.0/artifacts/service-Vfw20210930074304-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T07:47:21.748Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T07:47:21.749Z||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-30T07:47:21.749Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T07:47:21.759Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T07:47:21.760Z||pool-9-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-30T07:47:22.650Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "f95cb37f-c3eb-4195-b047-7facff09dcd3",
  "serviceName": "vFW 2021-09-30 07-43-04",
  "serviceVersion": "1.0",
  "serviceUUID": "985777a2-fa1c-4476-8e55-6b64200c2415",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "3866b6d9-f440-4340-9ba2-4080fc6ef3e9",
  "resources": [
    {
      "resourceInstanceName": "vFW d74e41e3-57c7 0",
      "resourceCustomizationUUID": "bf136982-3ea1-4894-a32a-6ed3618688a2",
      "resourceName": "vFW d74e41e3-57c7",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "a4b12386-79c2-41bd-b61e-7395a7260905",
      "resourceInvariantUUID": "f79e6211-e43d-4aee-82f6-24d9df451d93",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwd74e41e357c70_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210930074304/1.0/resourceInstances/vfwd74e41e357c70/artifacts/vfwd74e41e357c70_modules.json",
          "artifactChecksum": "OGE1MWM2YTM5ODQzMDQ5NTdiODdmOGQ0YTQ2YzViYTc\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "be14c66b-f1bf-49f0-9fb7-57503ae5bb3d",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210930074304/1.0/resourceInstances/vfwd74e41e357c70/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "7f5ebe81-e769-4047-af13-8117a0b32b77",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20210930074304/1.0/resourceInstances/vfwd74e41e357c70/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "3",
            "artifactUUID": "a88893df-f0b6-4555-9cdb-6d5b3a8f2a9d",
            "generatedFromUUID": "7f5ebe81-e769-4047-af13-8117a0b32b77"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210930074304/1.0/resourceInstances/vfwd74e41e357c70/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "3",
          "artifactUUID": "a88893df-f0b6-4555-9cdb-6d5b3a8f2a9d",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20210930074304-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20210930074304/1.0/artifacts/service-Vfw20210930074304-csar.csar",
      "artifactChecksum": "ZGQ1NWUzYjA1OTkwOTM0YWQ4NTEwYzg0Mjg4MjgzOTg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "70106979-98fe-4e55-94ff-459841950381"
    }
  ],
  "workloadContext": "Production"
}
2021-09-30T07:47:22.651Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-30T07:47:22.651Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 985777a2-fa1c-4476-8e55-6b64200c2415 ASDC
2021-09-30T07:47:22.774Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:f95cb37f-c3eb-4195-b047-7facff09dcd3
ServiceName:vFW 2021-09-30 07-43-04
ServiceVersion:1.0
ServiceUUID:985777a2-fa1c-4476-8e55-6b64200c2415
ServiceInvariantUUID:3866b6d9-f440-4340-9ba2-4080fc6ef3e9
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20210930074304-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210930074304/1.0/artifacts/service-Vfw20210930074304-csar.csar
ArtifactUUID:70106979-98fe-4e55-94ff-459841950381
ArtifactChecksum:ZGQ1NWUzYjA1OTkwOTM0YWQ4NTEwYzg0Mjg4MjgzOTg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW d74e41e3-57c7 0
ResourceCustomizationUUID:bf136982-3ea1-4894-a32a-6ed3618688a2
ResourceInvariantUUID:f79e6211-e43d-4aee-82f6-24d9df451d93
ResourceName:vFW d74e41e3-57c7
ResourceType:VF
ResourceUUID:a4b12386-79c2-41bd-b61e-7395a7260905
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwd74e41e357c70_modules.json
ArtifactVersion:2
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210930074304/1.0/resourceInstances/vfwd74e41e357c70/artifacts/vfwd74e41e357c70_modules.json
ArtifactUUID:be14c66b-f1bf-49f0-9fb7-57503ae5bb3d
ArtifactChecksum:OGE1MWM2YTM5ODQzMDQ5NTdiODdmOGQ0YTQ2YzViYTc=
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/Vfw20210930074304/1.0/resourceInstances/vfwd74e41e357c70/artifacts/base_vfw.yaml
ArtifactUUID:7f5ebe81-e769-4047-af13-8117a0b32b77
ArtifactChecksum:ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:3
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210930074304/1.0/resourceInstances/vfwd74e41e357c70/artifacts/base_vfw.env
ArtifactUUID:a88893df-f0b6-4555-9cdb-6d5b3a8f2a9d
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:3
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210930074304/1.0/resourceInstances/vfwd74e41e357c70/artifacts/base_vfw.env
ArtifactUUID:a88893df-f0b6-4555-9cdb-6d5b3a8f2a9d
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-09-30T07:47:22.775Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 985777a2-fa1c-4476-8e55-6b64200c2415 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-30T07:47:22.825Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-30T07:47:22.826Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-09-30T07:47:22.827Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-09-30T07:47:22.827Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 70106979-98fe-4e55-94ff-459841950381 from URL: /sdc/v1/catalog/services/Vfw20210930074304/1.0/artifacts/service-Vfw20210930074304-csar.csar
2021-09-30T07:47:22.828Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-09-30T07:47:22.829Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210930074304/1.0/artifacts/service-Vfw20210930074304-csar.csar
2021-09-30T07:47:23.656Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-09-30T07:47:23.677Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210930074304/1.0/artifacts/service-Vfw20210930074304-csar.csar 70106979-98fe-4e55-94ff-459841950381 98798
2021-09-30T07:47:23.679Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210930074304/1.0/artifacts/service-Vfw20210930074304-csar.csar ASDC sendASDCNotification
2021-09-30T07:47:23.680Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210930074304/1.0/artifacts/service-Vfw20210930074304-csar.csar
2021-09-30T07:47:23.681Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-30T07:47:23.682Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-30T07:47:23.685Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T07:47:23.685Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f95cb37f-c3eb-4195-b047-7facff09dcd3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632988043678,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930074304/1.0/artifacts/service-Vfw20210930074304-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-30T07:47:23.785Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T07:47:23.786Z||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-30T07:47:23.787Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T07:47:23.801Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T07:47:23.802Z||pool-10-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2021-09-30T07:47:24.686Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-30T07:47:24.687Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-09-30T07:47:24.687Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 70106979-98fe-4e55-94ff-459841950381, URL: /sdc/v1/catalog/services/Vfw20210930074304/1.0/artifacts/service-Vfw20210930074304-csar.csar to file: /app/ASDC/1/service-Vfw20210930074304-csar.csar
2021-09-30T07:47:24.688Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210930074304-csar.csar
2021-09-30T07:47:24.763Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210930074304-csar.csar
2021-09-30T07:47:24.763Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210930074304-csar.csar
2021-09-30T07:47:25.779Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15040646452277622067/Definitions/service-Vfw20210930074304-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2021-09-30T07:47:28.450Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-30T07:47:28.460Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-09-30T07:47:28.460Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210930074304-csar.csar
2021-09-30T07:47:28.461Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2021-09-30T07:47:28.461Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||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-Vfw20210930074304-csar.csar
2021-09-30T07:47:28.461Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||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-Vfw20210930074304-csar.csar
2021-09-30T07:47:28.462Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||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-Vfw20210930074304-csar.csar
2021-09-30T07:47:28.462Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210930074304-csar.csar
2021-09-30T07:47:28.462Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210930074304-csar.csar
2021-09-30T07:47:28.463Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||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-Vfw20210930074304-csar.csar
2021-09-30T07:47:28.463Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||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-Vfw20210930074304-csar.csar
2021-09-30T07:47:28.463Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||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-Vfw20210930074304-csar.csar
2021-09-30T07:47:28.464Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210930074304-csar.csar
2021-09-30T07:47:28.464Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||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-Vfw20210930074304-csar.csar
2021-09-30T07:47:28.464Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210930074304-csar.csar
2021-09-30T07:47:28.464Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW d74e41e3-57c7 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-Vfw20210930074304-csar.csar
2021-09-30T07:47:28.465Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||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-Vfw20210930074304-csar.csar
2021-09-30T07:47:28.465Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-09-30T07:47:28.472Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T07:47:28.473Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-09-30 07-43-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T07:47:28.477Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Node template vFW d74e41e3-57c7 0 is matching search criteria
2021-09-30T07:47:28.477Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-09-30T07:47:28.481Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW d74e41e3-57c7 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-30T07:47:28.483Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T07:47:28.483Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-09-30 07-43-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T07:47:28.484Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Node template vFW d74e41e3-57c7 0 is matching search criteria
2021-09-30T07:47:28.484Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-09-30T07:47:28.485Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW d74e41e3-57c7 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-30T07:47:28.485Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T07:47:28.485Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-09-30 07-43-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T07:47:28.489Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T07:47:28.489Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Node template vFW d74e41e3-57c7 0 is not matching search criteria
2021-09-30T07:47:28.490Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-30T07:47:28.490Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-30T07:47:28.490Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-30T07:47:28.491Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-30T07:47:28.491Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-30T07:47:28.491Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-30T07:47:28.492Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-30T07:47:28.492Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-30T07:47:28.493Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-30T07:47:28.493Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-30T07:47:28.494Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-30T07:47:28.494Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-30T07:47:28.494Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-30T07:47:28.495Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-30T07:47:28.495Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-30T07:47:28.496Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-30T07:47:28.496Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T07:47:28.497Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-09-30 07-43-04 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-30T07:47:28.499Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T07:47:28.499Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Node template vFW d74e41e3-57c7 0 is matching search criteria
2021-09-30T07:47:28.500Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW d74e41e3-57c7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-30T07:47:28.500Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T07:47:28.501Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Node template vFW d74e41e3-57c7 0 is matching search criteria
2021-09-30T07:47:28.501Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW d74e41e3-57c7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-30T07:47:28.501Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T07:47:28.502Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Node template vFW d74e41e3-57c7 0 is matching search criteria
2021-09-30T07:47:28.502Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW d74e41e3-57c7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-30T07:47:28.502Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T07:47:28.503Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Node template vFW d74e41e3-57c7 0 is not matching search criteria
2021-09-30T07:47:28.503Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-30T07:47:28.503Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-30T07:47:28.504Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-09-30T07:47:28.504Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-30T07:47:28.504Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-30T07:47:28.505Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-30T07:47:28.506Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-30T07:47:28.506Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-30T07:47:28.506Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-30T07:47:28.507Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-30T07:47:28.507Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-30T07:47:28.507Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=7ac3ab34-bbff-4afc-a11e-94c6052f3a38
2021-09-30T07:47:28.508Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T07:47:28.508Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Node template vFW d74e41e3-57c7 0 is not matching search criteria
2021-09-30T07:47:28.508Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-30T07:47:28.509Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-30T07:47:28.509Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-30T07:47:28.509Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-30T07:47:28.510Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-30T07:47:28.510Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-30T07:47:28.510Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-30T07:47:28.511Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-09-30T07:47:28.511Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-30T07:47:28.512Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-30T07:47:28.512Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-30T07:47:28.512Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-30T07:47:28.513Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=952a3b71-41d6-4242-aa67-b8b9ddb86282
2021-09-30T07:47:28.513Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T07:47:28.513Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Node template vFW d74e41e3-57c7 0 is not matching search criteria
2021-09-30T07:47:28.514Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-30T07:47:28.514Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-30T07:47:28.515Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-30T07:47:28.515Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-30T07:47:28.516Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-30T07:47:28.516Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-30T07:47:28.516Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-30T07:47:28.516Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-30T07:47:28.516Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-30T07:47:28.517Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-30T07:47:28.517Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-30T07:47:28.517Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-09-30T07:47:28.517Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=58fdd0c4-9c1f-412d-8f77-8e9536123292
2021-09-30T07:47:28.517Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T07:47:28.518Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-09-30 07-43-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T07:47:28.518Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T07:47:28.518Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-09-30 07-43-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T07:47:28.518Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T07:47:28.518Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-09-30 07-43-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T07:47:28.519Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T07:47:28.519Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-09-30 07-43-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T07:47:28.519Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2021-09-30 07-43-04
Description:catalog service description
Model UUID:985777a2-fa1c-4476-8e55-6b64200c2415
Model Version:NULL
Model InvariantUuid:3866b6d9-f440-4340-9ba2-4080fc6ef3e9
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW d74e41e3-57c7
Model UUID:e734048c-5554-4d42-981b-e764819a9c77
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:f79e6211-e43d-4aee-82f6-24d9df451d93
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:bf136982-3ea1-4894-a32a-6ed3618688a2
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:9c78f55b-1ec2-4346-8847-f45239f44bf4
ModelName:VfwD74e41e357c7..base_vfw..module-0
ModelUuid:601a6dd6-1344-447d-b1e9-ec16e379498c
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:7ac3ab34-bbff-4afc-a11e-94c6052f3a38
ModelInvariantUuid:0ca9ff04-c446-4d7b-819f-58a6247c3bb2
ModelName:vFW d74e41e3-57c7-nodes.vfwCvfc
ModelUuid:34426591-170e-4a6d-8049-b1078e69f197
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:7a2cabaa-8340-4651-81aa-e47335b81ec6
ModelInvariantUuid:853518cb-c8dd-4866-9cf3-00475e5c6484
ModelName:VfwD74e41e357c7.compute.nodes.heat.vfw
ModelUuid:966abfca-8981-40be-9943-791c530032ba
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:952a3b71-41d6-4242-aa67-b8b9ddb86282
ModelInvariantUuid:75ba2638-9c1d-4251-8281-601e27b067fe
ModelName:vFW d74e41e3-57c7-nodes.vsnCvfc
ModelUuid:c15cf69c-a8cb-488c-a709-abc63522a9c1
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:5918890b-9fc3-4c92-9f95-f1c224088ff7
ModelInvariantUuid:33111e9d-a98e-4447-8d60-e95434ac1813
ModelName:VfwD74e41e357c7.compute.nodes.heat.vsn
ModelUuid:3fbb776b-d109-4fce-adb7-eb2ebfa1701b
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:58fdd0c4-9c1f-412d-8f77-8e9536123292
ModelInvariantUuid:dc18632a-4146-4cf7-a307-3da9ecd9cfaa
ModelName:vFW d74e41e3-57c7-nodes.vpgCvfc
ModelUuid:4ed89d8a-d650-4ffe-8bd9-315cdd08c29e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:e0a29324-1a59-424d-b515-c4a87042bbc7
ModelInvariantUuid:c3570a2c-34b8-4bee-8387-378d50bfa8ae
ModelName:VfwD74e41e357c7.compute.nodes.heat.vpg
ModelUuid:331f4492-06b1-415e-989c-800ccc6220a2
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-30T07:47:28.529Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: a4b12386-79c2-41bd-b61e-7395a7260905
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-30T07:47:28.622Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||INFO|500||vFW d74e41e3-57c7 0
2021-09-30T07:47:28.629Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: a4b12386-79c2-41bd-b61e-7395a7260905
2021-09-30T07:47:28.629Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: be14c66b-f1bf-49f0-9fb7-57503ae5bb3d from URL: /sdc/v1/catalog/services/Vfw20210930074304/1.0/resourceInstances/vfwd74e41e357c70/artifacts/vfwd74e41e357c70_modules.json
2021-09-30T07:47:28.629Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-09-30T07:47:28.630Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210930074304/1.0/resourceInstances/vfwd74e41e357c70/artifacts/vfwd74e41e357c70_modules.json
2021-09-30T07:47:29.627Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-09-30T07:47:29.627Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210930074304/1.0/resourceInstances/vfwd74e41e357c70/artifacts/vfwd74e41e357c70_modules.json be14c66b-f1bf-49f0-9fb7-57503ae5bb3d 785
2021-09-30T07:47:29.628Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210930074304/1.0/resourceInstances/vfwd74e41e357c70/artifacts/vfwd74e41e357c70_modules.json ASDC sendASDCNotification
2021-09-30T07:47:29.628Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210930074304/1.0/resourceInstances/vfwd74e41e357c70/artifacts/vfwd74e41e357c70_modules.json
2021-09-30T07:47:29.628Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-30T07:47:29.628Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-30T07:47:29.631Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T07:47:29.631Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f95cb37f-c3eb-4195-b047-7facff09dcd3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632988049628,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930074304/1.0/resourceInstances/vfwd74e41e357c70/artifacts/vfwd74e41e357c70_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-30T07:47:29.731Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T07:47:29.732Z||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-30T07:47:29.732Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T07:47:29.743Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T07:47:29.744Z||pool-11-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-09-30T07:47:30.632Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwD74e41e357c7..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "9c78f55b-1ec2-4346-8847-f45239f44bf4",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "601a6dd6-1344-447d-b1e9-ec16e379498c",
    "vfModuleModelCustomizationUUID": "a6689fba-fcef-457a-8860-e862a7784583",
    "isBase": true,
    "artifacts": [
      "7f5ebe81-e769-4047-af13-8117a0b32b77",
      "a88893df-f0b6-4555-9cdb-6d5b3a8f2a9d"
    ],
    "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-30T07:47:30.645Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwD74e41e357c7..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:601a6dd6-1344-447d-b1e9-ec16e379498c
VfModuleModelInvariantUUID:9c78f55b-1ec2-4346-8847-f45239f44bf4
VfModuleModelDescription:NULL
Artifacts UUID List:{
7f5ebe81-e769-4047-af13-8117a0b32b77
,
a88893df-f0b6-4555-9cdb-6d5b3a8f2a9d

}
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-30T07:47:30.647Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwD74e41e357c7..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "9c78f55b-1ec2-4346-8847-f45239f44bf4",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "601a6dd6-1344-447d-b1e9-ec16e379498c",
    "vfModuleModelCustomizationUUID": "a6689fba-fcef-457a-8860-e862a7784583",
    "isBase": true,
    "artifacts": [
      "7f5ebe81-e769-4047-af13-8117a0b32b77",
      "a88893df-f0b6-4555-9cdb-6d5b3a8f2a9d"
    ],
    "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-30T07:47:30.647Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwD74e41e357c7..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:601a6dd6-1344-447d-b1e9-ec16e379498c
VfModuleModelInvariantUUID:9c78f55b-1ec2-4346-8847-f45239f44bf4
VfModuleModelDescription:NULL
Artifacts UUID List:{
7f5ebe81-e769-4047-af13-8117a0b32b77
,
a88893df-f0b6-4555-9cdb-6d5b3a8f2a9d

}
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-30T07:47:30.647Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 7f5ebe81-e769-4047-af13-8117a0b32b77 from URL: /sdc/v1/catalog/services/Vfw20210930074304/1.0/resourceInstances/vfwd74e41e357c70/artifacts/base_vfw.yaml
2021-09-30T07:47:30.648Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-09-30T07:47:30.648Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210930074304/1.0/resourceInstances/vfwd74e41e357c70/artifacts/base_vfw.yaml
2021-09-30T07:47:31.936Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-09-30T07:47:31.937Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210930074304/1.0/resourceInstances/vfwd74e41e357c70/artifacts/base_vfw.yaml 7f5ebe81-e769-4047-af13-8117a0b32b77 20368
2021-09-30T07:47:31.937Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210930074304/1.0/resourceInstances/vfwd74e41e357c70/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-09-30T07:47:31.937Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210930074304/1.0/resourceInstances/vfwd74e41e357c70/artifacts/base_vfw.yaml
2021-09-30T07:47:31.937Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-30T07:47:31.937Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-30T07:47:31.940Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T07:47:31.941Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f95cb37f-c3eb-4195-b047-7facff09dcd3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632988051937,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930074304/1.0/resourceInstances/vfwd74e41e357c70/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-30T07:47:32.041Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T07:47:32.042Z||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-30T07:47:32.042Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T07:47:32.051Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T07:47:32.052Z||pool-12-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-30T07:47:32.944Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: a88893df-f0b6-4555-9cdb-6d5b3a8f2a9d from URL: /sdc/v1/catalog/services/Vfw20210930074304/1.0/resourceInstances/vfwd74e41e357c70/artifacts/base_vfw.env
2021-09-30T07:47:32.944Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-09-30T07:47:32.944Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210930074304/1.0/resourceInstances/vfwd74e41e357c70/artifacts/base_vfw.env
2021-09-30T07:47:33.942Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-09-30T07:47:33.942Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210930074304/1.0/resourceInstances/vfwd74e41e357c70/artifacts/base_vfw.env a88893df-f0b6-4555-9cdb-6d5b3a8f2a9d 2098
2021-09-30T07:47:33.943Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210930074304/1.0/resourceInstances/vfwd74e41e357c70/artifacts/base_vfw.env ASDC sendASDCNotification
2021-09-30T07:47:33.943Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210930074304/1.0/resourceInstances/vfwd74e41e357c70/artifacts/base_vfw.env
2021-09-30T07:47:33.943Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-30T07:47:33.944Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-30T07:47:33.947Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T07:47:33.947Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f95cb37f-c3eb-4195-b047-7facff09dcd3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632988053943,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930074304/1.0/resourceInstances/vfwd74e41e357c70/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-09-30T07:47:34.047Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T07:47:34.048Z||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-30T07:47:34.048Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T07:47:34.062Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T07:47:34.063Z||pool-13-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-09-30T07:47:34.948Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 985777a2-fa1c-4476-8e55-6b64200c2415
2021-09-30T07:47:34.949Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW d74e41e3-57c7 0 a4b12386-79c2-41bd-b61e-7395a7260905 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-30T07:47:35.000Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@212a6dd7, org.onap.sdc.toscaparser.api.parameters.Input@26cce567, org.onap.sdc.toscaparser.api.parameters.Input@6b39d10c, org.onap.sdc.toscaparser.api.parameters.Input@3a0557c0, org.onap.sdc.toscaparser.api.parameters.Input@48b3c182]
2021-09-30T07:47:35.004Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T07:47:35.004Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-09-30 07-43-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T07:47:35.005Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 
2021-09-30T07:47:35.005Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= bf136982-3ea1-4894-a32a-6ed3618688a2
2021-09-30T07:47:35.005Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: bf136982-3ea1-4894-a32a-6ed3618688a2 matches Tosca VF Customization UUID: bf136982-3ea1-4894-a32a-6ed3618688a2
2021-09-30T07:47:35.005Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: bf136982-3ea1-4894-a32a-6ed3618688a2  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-30T07:47:35.012Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T07:47:35.013Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-09-30 07-43-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T07:47:35.014Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id bf136982-3ea1-4894-a32a-6ed3618688a2: {\"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-30T07:47:35.014Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@44ba84e0
2021-09-30T07:47:35.014Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T07:47:35.014Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-09-30 07-43-04 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-30T07:47:35.015Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : a6689fba-fcef-457a-8860-e862a7784583
2021-09-30T07:47:35.016Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID a6689fba-fcef-457a-8860-e862a7784583
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-30T07:47:35.023Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T07:47:35.023Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Node template vFW d74e41e3-57c7 0 is matching search criteria
2021-09-30T07:47:35.023Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW d74e41e3-57c7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-30T07:47:35.024Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T07:47:35.025Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Node template vFW d74e41e3-57c7 0 is matching search criteria
2021-09-30T07:47:35.025Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW d74e41e3-57c7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-30T07:47:35.025Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T07:47:35.025Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Node template vFW d74e41e3-57c7 0 is not matching search criteria
2021-09-30T07:47:35.026Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-30T07:47:35.026Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-30T07:47:35.026Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-09-30T07:47:35.026Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-30T07:47:35.027Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-30T07:47:35.027Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-30T07:47:35.027Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-30T07:47:35.027Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-30T07:47:35.028Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-30T07:47:35.028Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-30T07:47:35.028Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-30T07:47:35.028Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=7ac3ab34-bbff-4afc-a11e-94c6052f3a38
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-30T07:47:35.039Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T07:47:35.039Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Node template vFW d74e41e3-57c7 0 is matching search criteria
2021-09-30T07:47:35.039Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW d74e41e3-57c7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-30T07:47:35.040Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T07:47:35.040Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Node template vFW d74e41e3-57c7 0 is not matching search criteria
2021-09-30T07:47:35.040Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-30T07:47:35.041Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-30T07:47:35.041Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-30T07:47:35.041Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-30T07:47:35.041Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-30T07:47:35.042Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-30T07:47:35.042Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-30T07:47:35.042Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-09-30T07:47:35.042Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-30T07:47:35.043Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-30T07:47:35.043Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-30T07:47:35.043Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-30T07:47:35.043Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=952a3b71-41d6-4242-aa67-b8b9ddb86282
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-30T07:47:35.047Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T07:47:35.047Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Node template vFW d74e41e3-57c7 0 is matching search criteria
2021-09-30T07:47:35.047Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW d74e41e3-57c7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-30T07:47:35.050Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T07:47:35.051Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Node template vFW d74e41e3-57c7 0 is not matching search criteria
2021-09-30T07:47:35.051Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-30T07:47:35.051Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-30T07:47:35.052Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-30T07:47:35.052Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-30T07:47:35.052Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-30T07:47:35.052Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-30T07:47:35.053Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-30T07:47:35.053Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-30T07:47:35.053Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-30T07:47:35.053Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-30T07:47:35.054Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-30T07:47:35.054Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-09-30T07:47:35.054Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=58fdd0c4-9c1f-412d-8f77-8e9536123292
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-30T07:47:35.057Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T07:47:35.058Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Node template vFW d74e41e3-57c7 0 is matching search criteria
2021-09-30T07:47:35.058Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW d74e41e3-57c7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-30T07:47:35.058Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T07:47:35.059Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Node template vFW d74e41e3-57c7 0 is matching search criteria
2021-09-30T07:47:35.059Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW d74e41e3-57c7 0] matching following query criteria: sdcType=VF, customizationUUID=bf136982-3ea1-4894-a32a-6ed3618688a2
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-30T07:47:35.061Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T07:47:35.062Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-09-30 07-43-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T07:47:35.062Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 985777a2-fa1c-4476-8e55-6b64200c2415: vFW d74e41e3-57c7
2021-09-30T07:47:35.062Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T07:47:35.063Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-09-30 07-43-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T07:47:35.063Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T07:47:35.063Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-09-30 07-43-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T07:47:35.063Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T07:47:35.064Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-09-30 07-43-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T07:47:35.064Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T07:47:35.064Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-09-30 07-43-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T07:47:35.064Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T07:47:35.065Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-09-30 07-43-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T07:47:35.065Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||INFO|500||Saving Service: vFW 2021-09-30 07-43-04 
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-30T07:47:35.370Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW d74e41e3-57c7 a4b12386-79c2-41bd-b61e-7395a7260905 1 ASDC deployResourceStructure
2021-09-30T07:47:35.370Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210930074304/1.0/resourceInstances/vfwd74e41e357c70/artifacts/vfwd74e41e357c70_modules.json ASDC sendASDCNotification
2021-09-30T07:47:35.370Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210930074304/1.0/resourceInstances/vfwd74e41e357c70/artifacts/vfwd74e41e357c70_modules.json
2021-09-30T07:47:35.371Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-30T07:47:35.371Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-30T07:47:35.373Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T07:47:35.373Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f95cb37f-c3eb-4195-b047-7facff09dcd3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632988055370,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930074304/1.0/resourceInstances/vfwd74e41e357c70/artifacts/vfwd74e41e357c70_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-30T07:47:35.473Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T07:47:35.474Z||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-30T07:47:35.474Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T07:47:35.488Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T07:47:35.489Z||pool-14-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":2,"count":1}
2021-09-30T07:47:36.374Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210930074304/1.0/resourceInstances/vfwd74e41e357c70/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-09-30T07:47:36.374Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210930074304/1.0/resourceInstances/vfwd74e41e357c70/artifacts/base_vfw.yaml
2021-09-30T07:47:36.375Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-30T07:47:36.377Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-30T07:47:36.379Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T07:47:36.379Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f95cb37f-c3eb-4195-b047-7facff09dcd3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632988056373,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930074304/1.0/resourceInstances/vfwd74e41e357c70/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-09-30T07:47:36.479Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-30T07:47:36.481Z||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-30T07:47:36.481Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T07:47:36.500Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T07:47:36.500Z||pool-15-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2021-09-30T07:47:37.381Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210930074304/1.0/resourceInstances/vfwd74e41e357c70/artifacts/base_vfw.env ASDC sendASDCNotification
2021-09-30T07:47:37.381Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210930074304/1.0/resourceInstances/vfwd74e41e357c70/artifacts/base_vfw.env
2021-09-30T07:47:37.381Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-30T07:47:37.382Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-30T07:47:37.384Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T07:47:37.384Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f95cb37f-c3eb-4195-b047-7facff09dcd3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632988057380,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930074304/1.0/resourceInstances/vfwd74e41e357c70/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-09-30T07:47:37.484Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T07:47:37.486Z||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-30T07:47:37.486Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T07:47:37.498Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T07:47:37.499Z||pool-16-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-30T07:47:38.385Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210930074304/1.0/artifacts/service-Vfw20210930074304-csar.csar ASDC sendASDCNotification
2021-09-30T07:47:38.386Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210930074304/1.0/artifacts/service-Vfw20210930074304-csar.csar
2021-09-30T07:47:38.386Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-30T07:47:38.387Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-30T07:47:38.389Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T07:47:38.390Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f95cb37f-c3eb-4195-b047-7facff09dcd3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632988058385,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930074304/1.0/artifacts/service-Vfw20210930074304-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-30T07:47:38.490Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T07:47:38.492Z||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-30T07:47:38.492Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T07:47:38.505Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T07:47:38.505Z||pool-17-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-09-30T07:47:39.391Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f95cb37f-c3eb-4195-b047-7facff09dcd3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-30T07:47:39.408Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f95cb37f-c3eb-4195-b047-7facff09dcd3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-30T07:47:39.411Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-30T07:47:39.412Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-30T07:47:39.412Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-30T07:48:09.413Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f95cb37f-c3eb-4195-b047-7facff09dcd3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-30T07:48:09.432Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f95cb37f-c3eb-4195-b047-7facff09dcd3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-30T07:48:09.435Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-30T07:48:09.436Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-30T07:48:09.436Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-30T07:48:14.936Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:48:14.942Z||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-30T07:48:14.942Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T07:48:15.073Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T07:48:15.076Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-30T07:48:15.076Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f95cb37f-c3eb-4195-b047-7facff09dcd3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632988034934,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930074304/1.0/resourceInstances/vfwd74e41e357c70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T07:48:15.079Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-30T07:48:39.436Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f95cb37f-c3eb-4195-b047-7facff09dcd3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-30T07:48:39.457Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f95cb37f-c3eb-4195-b047-7facff09dcd3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-30T07:48:39.461Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-30T07:48:39.461Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-30T07:48:39.461Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-30T07:49:09.462Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f95cb37f-c3eb-4195-b047-7facff09dcd3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-30T07:49:09.483Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f95cb37f-c3eb-4195-b047-7facff09dcd3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-30T07:49:09.486Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-30T07:49:09.486Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-30T07:49:09.487Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-30T07:49:14.935Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:49:14.936Z||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-30T07:49:14.937Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T07:49:15.466Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T07:49:15.469Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-30T07:49:15.469Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f95cb37f-c3eb-4195-b047-7facff09dcd3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632988034934,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930074304/1.0/resourceInstances/vfwd74e41e357c70/artifacts/vfwd74e41e357c70_modules.json",
  "status": "NOTIFIED"
}
2021-09-30T07:49:15.470Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-30T07:49:15.471Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-30T07:49:15.471Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f95cb37f-c3eb-4195-b047-7facff09dcd3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632988034934,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930074304/1.0/resourceInstances/vfwd74e41e357c70/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-09-30T07:49:15.471Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-30T07:49:15.471Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-30T07:49:15.472Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f95cb37f-c3eb-4195-b047-7facff09dcd3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632988034934,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930074304/1.0/resourceInstances/vfwd74e41e357c70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T07:49:15.472Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-30T07:49:15.472Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-30T07:49:15.472Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f95cb37f-c3eb-4195-b047-7facff09dcd3",
  "consumerID": "aai-ml",
  "timestamp": 1632988038737,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930074304/1.0/artifacts/service-Vfw20210930074304-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-30T07:49:15.473Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T07:49:15.473Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-30T07:49:15.473Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f95cb37f-c3eb-4195-b047-7facff09dcd3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632988034934,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930074304/1.0/resourceInstances/vfwd74e41e357c70/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-09-30T07:49:15.473Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-30T07:49:15.474Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-30T07:49:15.474Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f95cb37f-c3eb-4195-b047-7facff09dcd3",
  "consumerID": "aai-ml",
  "timestamp": 1632988039743,
  "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-30T07:49:15.484Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f95cb37f-c3eb-4195-b047-7facff09dcd3
2021-09-30T07:49:15.485Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f95cb37f-c3eb-4195-b047-7facff09dcd3 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-30T07:49:15.501Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-30T07:49:15.501Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f95cb37f-c3eb-4195-b047-7facff09dcd3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632988034934,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930074304/1.0/artifacts/service-Vfw20210930074304-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T07:49:15.501Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-30T07:49:15.501Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-30T07:49:15.501Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f95cb37f-c3eb-4195-b047-7facff09dcd3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632988034934,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930074304/1.0/artifacts/service-Vfw20210930074304-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T07:49:15.501Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-30T07:49:15.501Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-30T07:49:15.501Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f95cb37f-c3eb-4195-b047-7facff09dcd3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632988043678,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930074304/1.0/artifacts/service-Vfw20210930074304-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-30T07:49:15.502Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T07:49:15.502Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-30T07:49:15.502Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f95cb37f-c3eb-4195-b047-7facff09dcd3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632988049628,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930074304/1.0/resourceInstances/vfwd74e41e357c70/artifacts/vfwd74e41e357c70_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-30T07:49:15.502Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T07:49:15.502Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-30T07:49:15.502Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f95cb37f-c3eb-4195-b047-7facff09dcd3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632988051937,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930074304/1.0/resourceInstances/vfwd74e41e357c70/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-30T07:49:15.502Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T07:49:15.502Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-30T07:49:15.502Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f95cb37f-c3eb-4195-b047-7facff09dcd3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632988053943,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930074304/1.0/resourceInstances/vfwd74e41e357c70/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-09-30T07:49:15.504Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T07:49:15.504Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-30T07:49:15.504Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f95cb37f-c3eb-4195-b047-7facff09dcd3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632988055370,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930074304/1.0/resourceInstances/vfwd74e41e357c70/artifacts/vfwd74e41e357c70_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-30T07:49:15.505Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T07:49:15.505Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-30T07:49:15.505Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f95cb37f-c3eb-4195-b047-7facff09dcd3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632988056373,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930074304/1.0/resourceInstances/vfwd74e41e357c70/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-09-30T07:49:15.505Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T07:49:15.505Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-30T07:49:15.505Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f95cb37f-c3eb-4195-b047-7facff09dcd3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632988057380,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930074304/1.0/resourceInstances/vfwd74e41e357c70/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-09-30T07:49:15.505Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T07:49:15.505Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-30T07:49:15.506Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f95cb37f-c3eb-4195-b047-7facff09dcd3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632988058385,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930074304/1.0/artifacts/service-Vfw20210930074304-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-30T07:49:15.506Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T07:49:39.487Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f95cb37f-c3eb-4195-b047-7facff09dcd3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-30T07:49:39.511Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f95cb37f-c3eb-4195-b047-7facff09dcd3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-30T07:49:39.515Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-30T07:49:39.515Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-30T07:49:39.515Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-30T07:49:39.515Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-30T07:49:39.515Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-30T07:49:39.515Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-30T07:49:39.516Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-30T07:49:39.516Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-30T07:49:39.516Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-30T07:49:39.516Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-30T07:49:39.516Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||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-30T07:49:39.523Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-30T07:50:09.523Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f95cb37f-c3eb-4195-b047-7facff09dcd3 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-30T07:50:09.542Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f95cb37f-c3eb-4195-b047-7facff09dcd3 and serviceModelVersionId: 985777a2-fa1c-4476-8e55-6b64200c2415
2021-09-30T07:50:09.542Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3866b6d9-f440-4340-9ba2-4080fc6ef3e9
2021-09-30T07:50:14.935Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:50:14.936Z||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-30T07:50:14.937Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T07:50:23.982Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3866b6d9-f440-4340-9ba2-4080fc6ef3e9/model-vers/model-ver/985777a2-fa1c-4476-8e55-6b64200c2415?depth=0
2021-09-30T07:50:24.138Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2021-09-30T07:50:24.571Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T07:50:24.686Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3866b6d9-f440-4340-9ba2-4080fc6ef3e9/model-vers/model-ver/985777a2-fa1c-4476-8e55-6b64200c2415?depth=0|INFO|500||Invoke
2021-09-30T07:50:24.693Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3866b6d9-f440-4340-9ba2-4080fc6ef3e9/model-vers/model-ver/985777a2-fa1c-4476-8e55-6b64200c2415?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3866b6d9-f440-4340-9ba2-4080fc6ef3e9/model-vers/model-ver/985777a2-fa1c-4476-8e55-6b64200c2415?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f95cb37f-c3eb-4195-b047-7facff09dcd3], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e0928e6e-0ac0-40d5-b405-0238e6197a5e], X-ECOMP-RequestID=[f95cb37f-c3eb-4195-b047-7facff09dcd3], X-TransactionId=[], X-ONAP-RequestID=[f95cb37f-c3eb-4195-b047-7facff09dcd3], Content-Type=[application/merge-patch+json]}
2021-09-30T07:50:24.830Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3866b6d9-f440-4340-9ba2-4080fc6ef3e9/model-vers/model-ver/985777a2-fa1c-4476-8e55-6b64200c2415?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-30T07:50:25.439Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3866b6d9-f440-4340-9ba2-4080fc6ef3e9/model-vers/model-ver/985777a2-fa1c-4476-8e55-6b64200c2415?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/3866b6d9-f440-4340-9ba2-4080fc6ef3e9/model-vers/model-ver/985777a2-fa1c-4476-8e55-6b64200c2415?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210930-07:50:24:842-1066], vertex-id=[233568], Content-Length=[0], Date=[Thu, 30 Sep 2021 07:50:24 GMT], Content-Type=[application/json]}
2021-09-30T07:50:25.441Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3866b6d9-f440-4340-9ba2-4080fc6ef3e9/model-vers/model-ver/985777a2-fa1c-4476-8e55-6b64200c2415?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-09-30T07:50:25.442Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3866b6d9-f440-4340-9ba2-4080fc6ef3e9/model-vers/model-ver/985777a2-fa1c-4476-8e55-6b64200c2415?depth=0|INFO|500||InvokeReturn
2021-09-30T07:50:25.448Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-30T07:50:25.449Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||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-30T07:50:25.461Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||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-30T07:50:25.462Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f95cb37f-c3eb-4195-b047-7facff09dcd3 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-30T07:50:25.464Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-30T07:50:25.464Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-30T07:50:25.467Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T07:50:25.467Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f95cb37f-c3eb-4195-b047-7facff09dcd3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632988225463,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-30T07:50:25.567Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T07:50:25.568Z||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-30T07:50:25.568Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T07:50:25.581Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T07:50:25.582Z||pool-18-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-30T07:50:26.487Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:50:26.488Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|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-30T07:50:26.488Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|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 2cjfMityS9h3J0jo) ...
2021-09-30T07:50:36.734Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T07:50:36.735Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:50:36.736Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|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-30T07:50:36.736Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|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 2cjfMityS9h3J0jo) ...
2021-09-30T07:50:46.317Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T07:50:46.319Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:50:46.319Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|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-30T07:50:46.319Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|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 2cjfMityS9h3J0jo) ...
2021-09-30T07:50:55.875Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T07:51:14.933Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:51:14.934Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|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-30T07:51:14.934Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|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 2cjfMityS9h3J0jo) ...
2021-09-30T07:51:14.935Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:51:14.935Z||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-30T07:51:14.935Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T07:51:15.563Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T07:51:15.564Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T07:51:15.565Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f95cb37f-c3eb-4195-b047-7facff09dcd3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632988225463,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-30T07:51:15.566Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T07:51:24.505Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T07:52:14.934Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:52:14.935Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:52:14.936Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|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-30T07:52:14.936Z||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-30T07:52:14.937Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|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 2cjfMityS9h3J0jo) ...
2021-09-30T07:52:14.937Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T07:52:15.571Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T07:52:15.573Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T07:52:15.573Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"f0efe63f-493c-4de3-8de2-e3f62a011ef8","serviceName":"basic_onboard_cpXmOb","serviceVersion":"1.0","serviceUUID":"66b1f42a-b6c6-4b37-a182-9fe4d44e63ea","serviceDescription":"service","serviceInvariantUUID":"3ee1b361-6066-4ecb-9f69-90ebd9b05eb8","resources":[{"resourceInstanceName":"basic_onboard_cpXmOb 0","resourceName":"basic_onboard_cpXmOb","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"88398686-254b-49b8-9d51-e17d1581159f","resourceInvariantUUID":"b3afab51-ca2a-4cd9-93cd-5ed017cff994","resourceCustomizationUUID":"0e2a4bb4-22cd-4bc5-96c5-8700a8ad9d5c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/resourceInstances/basic_onboard_cpxmob0/artifacts/vf-license-model.xml","artifactChecksum":"MTQ4YWJhZmQ3ZjdhZGQyM2NiZWI0YTgyNGYxZDEwODE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a90c1062-b80e-4762-9e25-2a37112bc8e2","artifactVersion":"1"},{"artifactName":"basic_onboard_cpxmob0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/resourceInstances/basic_onboard_cpxmob0/artifacts/basic_onboard_cpxmob0_modules.json","artifactChecksum":"MzQ4NjkzOGU0OTliNTc2NjNlYWRhNzI1YmEzYzUxZWM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"76fbcc9f-8718-43ca-93d9-f8bab16d001d","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/resourceInstances/basic_onboard_cpxmob0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"3f7a21b3-5354-4888-ab04-2e89f01d16d3","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/resourceInstances/basic_onboard_cpxmob0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"02d47512-c1a9-4cce-aded-c022e2d3bb5c","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/resourceInstances/basic_onboard_cpxmob0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"6e8f04e6-aef4-42e0-89e7-d6c3a066ac1a","artifactVersion":"2","generatedFromUUID":"3f7a21b3-5354-4888-ab04-2e89f01d16d3"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardCpxmob-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/artifacts/service-BasicOnboardCpxmob-template.yml","artifactChecksum":"MDU5NDY5MGE2OWIzYzIzNjY3ODIxZmEzNjQ1ZDg4MmM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"86bec22b-bd15-4f26-af65-a92e8b279c21","artifactVersion":"1"},{"artifactName":"service-BasicOnboardCpxmob-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/artifacts/service-BasicOnboardCpxmob-csar.csar","artifactChecksum":"NzZmMGMyNTc1YWUwYzFlNTNiMzc1NzYzZGI4MjkwNDI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b6c422b0-8ff4-4123-acf5-6bece56428ed","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-30T07:52:15.574Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T07:52:15.577Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T07:52:15.577Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0efe63f-493c-4de3-8de2-e3f62a011ef8",
  "consumerID": "clamp",
  "timestamp": 1632988281514,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/resourceInstances/basic_onboard_cpxmob0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T07:52:15.578Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T07:52:15.578Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T07:52:15.578Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0efe63f-493c-4de3-8de2-e3f62a011ef8",
  "consumerID": "aai-ml",
  "timestamp": 1632988284245,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/resourceInstances/basic_onboard_cpxmob0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T07:52:15.578Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T07:52:15.578Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T07:52:15.578Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0efe63f-493c-4de3-8de2-e3f62a011ef8",
  "consumerID": "dcae-sch",
  "timestamp": 1632988285976,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/resourceInstances/basic_onboard_cpxmob0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T07:52:15.578Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T07:52:15.578Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T07:52:15.578Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T07:52:15.579Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0efe63f-493c-4de3-8de2-e3f62a011ef8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632988279350,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/resourceInstances/basic_onboard_cpxmob0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T07:52:15.579Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T07:52:15.579Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T07:52:15.579Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0efe63f-493c-4de3-8de2-e3f62a011ef8",
  "consumerID": "policy-id",
  "timestamp": 1632988281322,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/resourceInstances/basic_onboard_cpxmob0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T07:52:15.579Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-30T07:52:15.579Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T07:52:15.579Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T07:52:15.579Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0efe63f-493c-4de3-8de2-e3f62a011ef8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632988279350,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/resourceInstances/basic_onboard_cpxmob0/artifacts/basic_onboard_cpxmob0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-30T07:52:15.580Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T07:52:15.580Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T07:52:15.580Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0efe63f-493c-4de3-8de2-e3f62a011ef8",
  "consumerID": "clamp",
  "timestamp": 1632988281514,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/resourceInstances/basic_onboard_cpxmob0/artifacts/basic_onboard_cpxmob0_modules.json",
  "status": "NOTIFIED"
}
2021-09-30T07:52:15.580Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T07:52:15.580Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T07:52:15.580Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0efe63f-493c-4de3-8de2-e3f62a011ef8",
  "consumerID": "aai-ml",
  "timestamp": 1632988284245,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/resourceInstances/basic_onboard_cpxmob0/artifacts/basic_onboard_cpxmob0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-30T07:52:15.581Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T07:52:15.581Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T07:52:15.581Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0efe63f-493c-4de3-8de2-e3f62a011ef8",
  "consumerID": "dcae-sch",
  "timestamp": 1632988285976,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/resourceInstances/basic_onboard_cpxmob0/artifacts/basic_onboard_cpxmob0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-30T07:52:15.581Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T07:52:15.581Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T07:52:15.581Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0efe63f-493c-4de3-8de2-e3f62a011ef8",
  "consumerID": "policy-id",
  "timestamp": 1632988281322,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/resourceInstances/basic_onboard_cpxmob0/artifacts/basic_onboard_cpxmob0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-30T07:52:15.581Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T07:52:15.581Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T07:52:15.582Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0efe63f-493c-4de3-8de2-e3f62a011ef8",
  "consumerID": "dcae-sch",
  "timestamp": 1632988285976,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/resourceInstances/basic_onboard_cpxmob0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T07:52:15.582Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T07:52:15.582Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T07:52:15.582Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0efe63f-493c-4de3-8de2-e3f62a011ef8",
  "consumerID": "clamp",
  "timestamp": 1632988281514,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/resourceInstances/basic_onboard_cpxmob0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T07:52:15.582Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T07:52:15.582Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T07:52:15.582Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0efe63f-493c-4de3-8de2-e3f62a011ef8",
  "consumerID": "aai-ml",
  "timestamp": 1632988284245,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/resourceInstances/basic_onboard_cpxmob0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T07:52:15.583Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T07:52:15.583Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T07:52:15.583Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0efe63f-493c-4de3-8de2-e3f62a011ef8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632988279350,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/resourceInstances/basic_onboard_cpxmob0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T07:52:15.583Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T07:52:15.583Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T07:52:15.584Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0efe63f-493c-4de3-8de2-e3f62a011ef8",
  "consumerID": "policy-id",
  "timestamp": 1632988281322,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/resourceInstances/basic_onboard_cpxmob0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-09-30T07:52:15.584Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T07:52:15.584Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T07:52:15.584Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0efe63f-493c-4de3-8de2-e3f62a011ef8",
  "consumerID": "clamp",
  "timestamp": 1632988281514,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/resourceInstances/basic_onboard_cpxmob0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T07:52:15.584Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T07:52:15.584Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T07:52:15.584Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0efe63f-493c-4de3-8de2-e3f62a011ef8",
  "consumerID": "aai-ml",
  "timestamp": 1632988284245,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/resourceInstances/basic_onboard_cpxmob0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T07:52:15.585Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T07:52:15.585Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T07:52:15.585Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f0efe63f-493c-4de3-8de2-e3f62a011ef8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632988334933,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/resourceInstances/basic_onboard_cpxmob0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T07:52:15.585Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T07:52:15.586Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0efe63f-493c-4de3-8de2-e3f62a011ef8",
  "consumerID": "dcae-sch",
  "timestamp": 1632988285976,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/resourceInstances/basic_onboard_cpxmob0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T07:52:15.587Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T07:52:15.588Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T07:52:15.588Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0efe63f-493c-4de3-8de2-e3f62a011ef8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632988279350,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/resourceInstances/basic_onboard_cpxmob0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T07:52:15.588Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T07:52:15.589Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T07:52:15.589Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0efe63f-493c-4de3-8de2-e3f62a011ef8",
  "consumerID": "policy-id",
  "timestamp": 1632988281322,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/resourceInstances/basic_onboard_cpxmob0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T07:52:15.590Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T07:52:15.590Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T07:52:15.591Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0efe63f-493c-4de3-8de2-e3f62a011ef8",
  "consumerID": "cds",
  "timestamp": 1632988291277,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/resourceInstances/basic_onboard_cpxmob0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T07:52:15.591Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T07:52:15.591Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T07:52:15.592Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0efe63f-493c-4de3-8de2-e3f62a011ef8",
  "consumerID": "clamp",
  "timestamp": 1632988281514,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/resourceInstances/basic_onboard_cpxmob0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-30T07:52:15.592Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T07:52:15.593Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T07:52:15.593Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0efe63f-493c-4de3-8de2-e3f62a011ef8",
  "consumerID": "aai-ml",
  "timestamp": 1632988284245,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/resourceInstances/basic_onboard_cpxmob0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-30T07:52:15.593Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T07:52:15.594Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T07:52:15.594Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0efe63f-493c-4de3-8de2-e3f62a011ef8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632988279350,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/resourceInstances/basic_onboard_cpxmob0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-30T07:52:15.594Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T07:52:15.595Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T07:52:15.595Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0efe63f-493c-4de3-8de2-e3f62a011ef8",
  "consumerID": "dcae-sch",
  "timestamp": 1632988285976,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/resourceInstances/basic_onboard_cpxmob0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-30T07:52:15.595Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T07:52:15.596Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T07:52:15.596Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0efe63f-493c-4de3-8de2-e3f62a011ef8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632988291436,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/resourceInstances/basic_onboard_cpxmob0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T07:52:15.596Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T07:52:15.596Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T07:52:15.597Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0efe63f-493c-4de3-8de2-e3f62a011ef8",
  "consumerID": "policy-id",
  "timestamp": 1632988281322,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/resourceInstances/basic_onboard_cpxmob0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-30T07:52:15.597Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T07:52:15.597Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T07:52:15.598Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0efe63f-493c-4de3-8de2-e3f62a011ef8",
  "consumerID": "cds",
  "timestamp": 1632988291277,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/resourceInstances/basic_onboard_cpxmob0/artifacts/basic_onboard_cpxmob0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-30T07:52:15.598Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T07:52:15.598Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T07:52:15.598Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0efe63f-493c-4de3-8de2-e3f62a011ef8",
  "consumerID": "clamp",
  "timestamp": 1632988281514,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/artifacts/service-BasicOnboardCpxmob-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T07:52:15.599Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T07:52:15.599Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T07:52:15.599Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0efe63f-493c-4de3-8de2-e3f62a011ef8",
  "consumerID": "aai-ml",
  "timestamp": 1632988284245,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/artifacts/service-BasicOnboardCpxmob-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T07:52:15.600Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T07:52:15.600Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T07:52:15.600Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0efe63f-493c-4de3-8de2-e3f62a011ef8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632988279350,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/artifacts/service-BasicOnboardCpxmob-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T07:52:15.601Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T07:52:15.601Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T07:52:15.601Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0efe63f-493c-4de3-8de2-e3f62a011ef8",
  "consumerID": "dcae-sch",
  "timestamp": 1632988285976,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/artifacts/service-BasicOnboardCpxmob-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T07:52:15.601Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T07:52:15.602Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T07:52:15.602Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0efe63f-493c-4de3-8de2-e3f62a011ef8",
  "consumerID": "policy-id",
  "timestamp": 1632988281322,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/artifacts/service-BasicOnboardCpxmob-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T07:52:15.602Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T07:52:15.602Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T07:52:15.603Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0efe63f-493c-4de3-8de2-e3f62a011ef8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632988291436,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/resourceInstances/basic_onboard_cpxmob0/artifacts/basic_onboard_cpxmob0_modules.json",
  "status": "NOTIFIED"
}
2021-09-30T07:52:15.603Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T07:52:15.603Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T07:52:15.604Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0efe63f-493c-4de3-8de2-e3f62a011ef8",
  "consumerID": "cds",
  "timestamp": 1632988291277,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/resourceInstances/basic_onboard_cpxmob0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T07:52:15.604Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T07:52:15.604Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T07:52:15.604Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0efe63f-493c-4de3-8de2-e3f62a011ef8",
  "consumerID": "clamp",
  "timestamp": 1632988281514,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/artifacts/service-BasicOnboardCpxmob-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T07:52:15.605Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T07:52:15.605Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T07:52:15.605Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0efe63f-493c-4de3-8de2-e3f62a011ef8",
  "consumerID": "aai-ml",
  "timestamp": 1632988284245,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/artifacts/service-BasicOnboardCpxmob-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T07:52:15.606Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T07:52:15.606Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T07:52:15.606Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0efe63f-493c-4de3-8de2-e3f62a011ef8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632988279350,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/artifacts/service-BasicOnboardCpxmob-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-30T07:52:15.607Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T07:52:15.607Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T07:52:15.607Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0efe63f-493c-4de3-8de2-e3f62a011ef8",
  "consumerID": "dcae-sch",
  "timestamp": 1632988285976,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/artifacts/service-BasicOnboardCpxmob-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-30T07:52:15.608Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T07:52:15.608Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T07:52:15.608Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0efe63f-493c-4de3-8de2-e3f62a011ef8",
  "consumerID": "policy-id",
  "timestamp": 1632988281322,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/artifacts/service-BasicOnboardCpxmob-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T07:52:15.609Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T07:52:15.609Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T07:52:15.609Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0efe63f-493c-4de3-8de2-e3f62a011ef8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632988291436,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/resourceInstances/basic_onboard_cpxmob0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-09-30T07:52:15.609Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T07:52:15.610Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T07:52:15.610Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0efe63f-493c-4de3-8de2-e3f62a011ef8",
  "consumerID": "cds",
  "timestamp": 1632988291277,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/resourceInstances/basic_onboard_cpxmob0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T07:52:15.610Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T07:52:15.611Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T07:52:15.611Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0efe63f-493c-4de3-8de2-e3f62a011ef8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632988291436,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/resourceInstances/basic_onboard_cpxmob0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T07:52:15.611Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T07:52:15.611Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T07:52:15.612Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0efe63f-493c-4de3-8de2-e3f62a011ef8",
  "consumerID": "cds",
  "timestamp": 1632988291277,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/resourceInstances/basic_onboard_cpxmob0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-30T07:52:15.612Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T07:52:15.612Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T07:52:15.613Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0efe63f-493c-4de3-8de2-e3f62a011ef8",
  "consumerID": "aai-ml",
  "timestamp": 1632988296044,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/artifacts/service-BasicOnboardCpxmob-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-30T07:52:15.613Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T07:52:15.613Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T07:52:15.614Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0efe63f-493c-4de3-8de2-e3f62a011ef8",
  "consumerID": "policy-id",
  "timestamp": 1632988296032,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/artifacts/service-BasicOnboardCpxmob-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-30T07:52:15.614Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T07:52:15.614Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T07:52:15.614Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0efe63f-493c-4de3-8de2-e3f62a011ef8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632988291436,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/resourceInstances/basic_onboard_cpxmob0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-09-30T07:52:15.615Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T07:52:15.615Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T07:52:15.615Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0efe63f-493c-4de3-8de2-e3f62a011ef8",
  "consumerID": "cds",
  "timestamp": 1632988291277,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/artifacts/service-BasicOnboardCpxmob-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T07:52:15.616Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T07:52:15.616Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T07:52:15.616Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0efe63f-493c-4de3-8de2-e3f62a011ef8",
  "consumerID": "policy-id",
  "timestamp": 1632988297037,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/artifacts/service-BasicOnboardCpxmob-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-30T07:52:15.616Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T07:52:15.617Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T07:52:15.617Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0efe63f-493c-4de3-8de2-e3f62a011ef8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632988291436,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/artifacts/service-BasicOnboardCpxmob-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T07:52:15.617Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T07:52:15.618Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T07:52:15.618Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0efe63f-493c-4de3-8de2-e3f62a011ef8",
  "consumerID": "cds",
  "timestamp": 1632988291277,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/artifacts/service-BasicOnboardCpxmob-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T07:52:15.618Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T07:52:15.618Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T07:52:15.619Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0efe63f-493c-4de3-8de2-e3f62a011ef8",
  "consumerID": "policy-id",
  "timestamp": 1632988298040,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-30T07:52:15.646Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f0efe63f-493c-4de3-8de2-e3f62a011ef8
2021-09-30T07:52:15.646Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId f0efe63f-493c-4de3-8de2-e3f62a011ef8 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-30T07:52:15.656Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T07:52:15.656Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0efe63f-493c-4de3-8de2-e3f62a011ef8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632988291436,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/artifacts/service-BasicOnboardCpxmob-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T07:52:15.657Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T07:52:15.657Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T07:52:15.658Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0efe63f-493c-4de3-8de2-e3f62a011ef8",
  "consumerID": "cds",
  "timestamp": 1632988299643,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/artifacts/service-BasicOnboardCpxmob-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-30T07:52:15.658Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T07:52:15.658Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T07:52:15.659Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0efe63f-493c-4de3-8de2-e3f62a011ef8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632988299952,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/resourceInstances/basic_onboard_cpxmob0/artifacts/basic_onboard_cpxmob0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-30T07:52:15.659Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T07:52:15.660Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T07:52:15.660Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0efe63f-493c-4de3-8de2-e3f62a011ef8",
  "consumerID": "cds",
  "timestamp": 1632988300654,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/artifacts/service-BasicOnboardCpxmob-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-30T07:52:15.671Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f0efe63f-493c-4de3-8de2-e3f62a011ef8
2021-09-30T07:52:15.672Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId f0efe63f-493c-4de3-8de2-e3f62a011ef8 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-30T07:52:15.684Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-30T07:52:15.685Z||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-30T07:52:15.686Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T07:52:15.685Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T07:52:15.686Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0efe63f-493c-4de3-8de2-e3f62a011ef8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632988301232,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/resourceInstances/basic_onboard_cpxmob0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-30T07:52:15.687Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T07:52:15.687Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T07:52:15.688Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0efe63f-493c-4de3-8de2-e3f62a011ef8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632988303235,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/resourceInstances/basic_onboard_cpxmob0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-09-30T07:52:15.688Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T07:52:15.688Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T07:52:15.689Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0efe63f-493c-4de3-8de2-e3f62a011ef8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632988302851,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/resourceInstances/basic_onboard_cpxmob0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T07:52:15.689Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T07:52:15.690Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T07:52:15.690Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0efe63f-493c-4de3-8de2-e3f62a011ef8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632988304272,
  "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-30T07:52:15.697Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T07:52:15.697Z||pool-19-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-30T07:52:15.699Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f0efe63f-493c-4de3-8de2-e3f62a011ef8
2021-09-30T07:52:15.699Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId f0efe63f-493c-4de3-8de2-e3f62a011ef8 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-30T07:52:15.707Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T07:52:15.707Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0efe63f-493c-4de3-8de2-e3f62a011ef8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632988302851,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/resourceInstances/basic_onboard_cpxmob0/artifacts/basic_onboard_cpxmob0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-30T07:52:15.708Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T07:52:15.708Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T07:52:15.708Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0efe63f-493c-4de3-8de2-e3f62a011ef8",
  "consumerID": "aai-ml",
  "timestamp": 1632988304541,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/artifacts/service-BasicOnboardCpxmob-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-30T07:52:15.708Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T07:52:15.709Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T07:52:15.709Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0efe63f-493c-4de3-8de2-e3f62a011ef8",
  "consumerID": "clamp",
  "timestamp": 1632988304577,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/artifacts/service-BasicOnboardCpxmob-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-30T07:52:15.709Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T07:52:15.710Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T07:52:15.710Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0efe63f-493c-4de3-8de2-e3f62a011ef8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632988305279,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/resourceInstances/basic_onboard_cpxmob0/artifacts/basic_onboard_cpxmob0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-30T07:52:15.710Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T07:52:15.711Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T07:52:15.711Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0efe63f-493c-4de3-8de2-e3f62a011ef8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632988302851,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/resourceInstances/basic_onboard_cpxmob0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T07:52:15.711Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T07:52:15.711Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T07:52:15.712Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0efe63f-493c-4de3-8de2-e3f62a011ef8",
  "consumerID": "aai-ml",
  "timestamp": 1632988305547,
  "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-30T07:52:15.717Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f0efe63f-493c-4de3-8de2-e3f62a011ef8
2021-09-30T07:52:15.718Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId f0efe63f-493c-4de3-8de2-e3f62a011ef8 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-30T07:52:15.727Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T07:52:15.728Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0efe63f-493c-4de3-8de2-e3f62a011ef8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632988302851,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/resourceInstances/basic_onboard_cpxmob0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T07:52:15.728Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T07:52:15.728Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T07:52:15.729Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0efe63f-493c-4de3-8de2-e3f62a011ef8",
  "consumerID": "clamp",
  "timestamp": 1632988306585,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/artifacts/service-BasicOnboardCpxmob-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-30T07:52:15.729Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T07:52:15.729Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T07:52:15.730Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0efe63f-493c-4de3-8de2-e3f62a011ef8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632988302851,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/resourceInstances/basic_onboard_cpxmob0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-30T07:52:15.730Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T07:52:15.731Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T07:52:15.731Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0efe63f-493c-4de3-8de2-e3f62a011ef8",
  "consumerID": "clamp",
  "timestamp": 1632988307588,
  "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-30T07:52:15.737Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f0efe63f-493c-4de3-8de2-e3f62a011ef8
2021-09-30T07:52:15.737Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId f0efe63f-493c-4de3-8de2-e3f62a011ef8 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-30T07:52:15.746Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T07:52:15.746Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0efe63f-493c-4de3-8de2-e3f62a011ef8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632988302851,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/artifacts/service-BasicOnboardCpxmob-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T07:52:15.747Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T07:52:15.747Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T07:52:15.747Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0efe63f-493c-4de3-8de2-e3f62a011ef8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632988302851,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/artifacts/service-BasicOnboardCpxmob-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T07:52:15.747Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T07:52:15.747Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T07:52:15.748Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0efe63f-493c-4de3-8de2-e3f62a011ef8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632988312234,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/artifacts/service-BasicOnboardCpxmob-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-30T07:52:15.748Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T07:52:15.748Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T07:52:15.748Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0efe63f-493c-4de3-8de2-e3f62a011ef8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632988314729,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/artifacts/service-BasicOnboardCpxmob-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-30T07:52:15.748Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T07:52:15.748Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T07:52:15.749Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0efe63f-493c-4de3-8de2-e3f62a011ef8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632988315733,
  "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-30T07:52:15.755Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f0efe63f-493c-4de3-8de2-e3f62a011ef8
2021-09-30T07:52:15.755Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId f0efe63f-493c-4de3-8de2-e3f62a011ef8 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-30T07:52:16.585Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T07:52:16.586Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-30T07:52:16.588Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T07:52:16.588Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f0efe63f-493c-4de3-8de2-e3f62a011ef8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632988334933,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/resourceInstances/basic_onboard_cpxmob0/artifacts/basic_onboard_cpxmob0_modules.json",
  "status": "NOTIFIED"
}
2021-09-30T07:52:16.688Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T07:52:16.689Z||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-30T07:52:16.689Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T07:52:16.704Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T07:52:16.705Z||pool-20-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-09-30T07:52:17.589Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T07:52:17.590Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-30T07:52:17.592Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T07:52:17.592Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f0efe63f-493c-4de3-8de2-e3f62a011ef8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632988334933,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/resourceInstances/basic_onboard_cpxmob0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-09-30T07:52:17.692Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T07:52:17.693Z||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-30T07:52:17.693Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T07:52:17.715Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T07:52:17.716Z||pool-21-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2021-09-30T07:52:18.592Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T07:52:18.593Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-30T07:52:18.595Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T07:52:18.595Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f0efe63f-493c-4de3-8de2-e3f62a011ef8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632988334933,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/resourceInstances/basic_onboard_cpxmob0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T07:52:18.696Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-30T07:52:18.697Z||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-30T07:52:18.697Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T07:52:18.711Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T07:52:18.712Z||pool-22-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2021-09-30T07:52:19.596Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T07:52:19.596Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-30T07:52:19.598Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T07:52:19.598Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f0efe63f-493c-4de3-8de2-e3f62a011ef8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632988334933,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/resourceInstances/basic_onboard_cpxmob0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-09-30T07:52:19.699Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-30T07:52:19.700Z||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-30T07:52:19.700Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T07:52:19.715Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T07:52:19.715Z||pool-23-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-09-30T07:52:20.599Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T07:52:20.601Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-30T07:52:20.603Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T07:52:20.603Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f0efe63f-493c-4de3-8de2-e3f62a011ef8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632988334933,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/artifacts/service-BasicOnboardCpxmob-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T07:52:20.703Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T07:52:20.704Z||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-30T07:52:20.704Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T07:52:20.725Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T07:52:20.726Z||pool-24-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2021-09-30T07:52:21.604Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T07:52:21.604Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-30T07:52:21.606Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T07:52:21.606Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f0efe63f-493c-4de3-8de2-e3f62a011ef8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632988334933,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/artifacts/service-BasicOnboardCpxmob-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T07:52:21.706Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T07:52:21.708Z||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-30T07:52:21.708Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T07:52:21.722Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T07:52:21.723Z||pool-25-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2021-09-30T07:52:22.608Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "f0efe63f-493c-4de3-8de2-e3f62a011ef8",
  "serviceName": "basic_onboard_cpXmOb",
  "serviceVersion": "1.0",
  "serviceUUID": "66b1f42a-b6c6-4b37-a182-9fe4d44e63ea",
  "serviceDescription": "service",
  "serviceInvariantUUID": "3ee1b361-6066-4ecb-9f69-90ebd9b05eb8",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_cpXmOb 0",
      "resourceCustomizationUUID": "0e2a4bb4-22cd-4bc5-96c5-8700a8ad9d5c",
      "resourceName": "basic_onboard_cpXmOb",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "88398686-254b-49b8-9d51-e17d1581159f",
      "resourceInvariantUUID": "b3afab51-ca2a-4cd9-93cd-5ed017cff994",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_cpxmob0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/resourceInstances/basic_onboard_cpxmob0/artifacts/basic_onboard_cpxmob0_modules.json",
          "artifactChecksum": "MzQ4NjkzOGU0OTliNTc2NjNlYWRhNzI1YmEzYzUxZWM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "76fbcc9f-8718-43ca-93d9-f8bab16d001d",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/resourceInstances/basic_onboard_cpxmob0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "3f7a21b3-5354-4888-ab04-2e89f01d16d3",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/resourceInstances/basic_onboard_cpxmob0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "6e8f04e6-aef4-42e0-89e7-d6c3a066ac1a",
            "generatedFromUUID": "3f7a21b3-5354-4888-ab04-2e89f01d16d3"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/resourceInstances/basic_onboard_cpxmob0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "6e8f04e6-aef4-42e0-89e7-d6c3a066ac1a",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardCpxmob-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/artifacts/service-BasicOnboardCpxmob-csar.csar",
      "artifactChecksum": "NzZmMGMyNTc1YWUwYzFlNTNiMzc1NzYzZGI4MjkwNDI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "b6c422b0-8ff4-4123-acf5-6bece56428ed"
    }
  ],
  "workloadContext": "Production"
}
2021-09-30T07:52:22.609Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-30T07:52:22.609Z|f95cb37f-c3eb-4195-b047-7facff09dcd3|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 66b1f42a-b6c6-4b37-a182-9fe4d44e63ea ASDC
2021-09-30T07:52:22.610Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:f0efe63f-493c-4de3-8de2-e3f62a011ef8
ServiceName:basic_onboard_cpXmOb
ServiceVersion:1.0
ServiceUUID:66b1f42a-b6c6-4b37-a182-9fe4d44e63ea
ServiceInvariantUUID:3ee1b361-6066-4ecb-9f69-90ebd9b05eb8
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardCpxmob-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/artifacts/service-BasicOnboardCpxmob-csar.csar
ArtifactUUID:b6c422b0-8ff4-4123-acf5-6bece56428ed
ArtifactChecksum:NzZmMGMyNTc1YWUwYzFlNTNiMzc1NzYzZGI4MjkwNDI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_cpXmOb 0
ResourceCustomizationUUID:0e2a4bb4-22cd-4bc5-96c5-8700a8ad9d5c
ResourceInvariantUUID:b3afab51-ca2a-4cd9-93cd-5ed017cff994
ResourceName:basic_onboard_cpXmOb
ResourceType:VF
ResourceUUID:88398686-254b-49b8-9d51-e17d1581159f
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_cpxmob0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/resourceInstances/basic_onboard_cpxmob0/artifacts/basic_onboard_cpxmob0_modules.json
ArtifactUUID:76fbcc9f-8718-43ca-93d9-f8bab16d001d
ArtifactChecksum:MzQ4NjkzOGU0OTliNTc2NjNlYWRhNzI1YmEzYzUxZWM=
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/BasicOnboardCpxmob/1.0/resourceInstances/basic_onboard_cpxmob0/artifacts/base_ubuntu18.yaml
ArtifactUUID:3f7a21b3-5354-4888-ab04-2e89f01d16d3
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/BasicOnboardCpxmob/1.0/resourceInstances/basic_onboard_cpxmob0/artifacts/base_ubuntu18.env
ArtifactUUID:6e8f04e6-aef4-42e0-89e7-d6c3a066ac1a
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/BasicOnboardCpxmob/1.0/resourceInstances/basic_onboard_cpxmob0/artifacts/base_ubuntu18.env
ArtifactUUID:6e8f04e6-aef4-42e0-89e7-d6c3a066ac1a
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-09-30T07:52:22.611Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 66b1f42a-b6c6-4b37-a182-9fe4d44e63ea 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-30T07:52:22.648Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-30T07:52:22.649Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-09-30T07:52:22.649Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-09-30T07:52:22.650Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: b6c422b0-8ff4-4123-acf5-6bece56428ed from URL: /sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/artifacts/service-BasicOnboardCpxmob-csar.csar
2021-09-30T07:52:22.650Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-09-30T07:52:22.650Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/artifacts/service-BasicOnboardCpxmob-csar.csar
2021-09-30T07:52:23.357Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-09-30T07:52:23.361Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/artifacts/service-BasicOnboardCpxmob-csar.csar b6c422b0-8ff4-4123-acf5-6bece56428ed 71360
2021-09-30T07:52:23.361Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/artifacts/service-BasicOnboardCpxmob-csar.csar ASDC sendASDCNotification
2021-09-30T07:52:23.361Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/artifacts/service-BasicOnboardCpxmob-csar.csar
2021-09-30T07:52:23.361Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-30T07:52:23.362Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-30T07:52:23.364Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T07:52:23.364Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f0efe63f-493c-4de3-8de2-e3f62a011ef8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632988343361,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/artifacts/service-BasicOnboardCpxmob-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-30T07:52:23.464Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-30T07:52:23.465Z||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-30T07:52:23.465Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T07:52:23.478Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T07:52:23.479Z||pool-26-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-30T07:52:24.365Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-30T07:52:24.366Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-09-30T07:52:24.367Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: b6c422b0-8ff4-4123-acf5-6bece56428ed, URL: /sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/artifacts/service-BasicOnboardCpxmob-csar.csar to file: /app/ASDC/1/service-BasicOnboardCpxmob-csar.csar
2021-09-30T07:52:24.368Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardCpxmob-csar.csar
2021-09-30T07:52:24.368Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardCpxmob-csar.csar
2021-09-30T07:52:24.369Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardCpxmob-csar.csar
2021-09-30T07:52:24.755Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13610997905473368560/Definitions/service-BasicOnboardCpxmob-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-30T07:52:26.122Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-30T07:52:26.123Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-09-30T07:52:26.123Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardCpxmob-csar.csar
2021-09-30T07:52:26.123Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-09-30T07:52:26.123Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||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-BasicOnboardCpxmob-csar.csar
2021-09-30T07:52:26.123Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||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-BasicOnboardCpxmob-csar.csar
2021-09-30T07:52:26.124Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_cpXmOb 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-BasicOnboardCpxmob-csar.csar
2021-09-30T07:52:26.124Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||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-BasicOnboardCpxmob-csar.csar
2021-09-30T07:52:26.124Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||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-BasicOnboardCpxmob-csar.csar
2021-09-30T07:52:26.124Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardCpxmob-csar.csar
2021-09-30T07:52:26.124Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardCpxmob-csar.csar
2021-09-30T07:52:26.124Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||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-BasicOnboardCpxmob-csar.csar
2021-09-30T07:52:26.124Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||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-BasicOnboardCpxmob-csar.csar
2021-09-30T07:52:26.124Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-09-30T07:52:26.124Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T07:52:26.125Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_cpXmOb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T07:52:26.125Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_cpXmOb 0 is matching search criteria
2021-09-30T07:52:26.125Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-09-30T07:52:26.125Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_cpXmOb 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-30T07:52:26.125Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T07:52:26.125Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_cpXmOb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T07:52:26.126Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_cpXmOb 0 is matching search criteria
2021-09-30T07:52:26.126Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-09-30T07:52:26.126Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_cpXmOb 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-30T07:52:26.126Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T07:52:26.126Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_cpXmOb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T07:52:26.127Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T07:52:26.127Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_cpXmOb 0 is not matching search criteria
2021-09-30T07:52:26.127Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-09-30T07:52:26.127Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-09-30T07:52:26.127Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-09-30T07:52:26.127Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-30T07:52:26.128Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-30T07:52:26.128Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T07:52:26.128Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_cpXmOb is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-30T07:52:26.128Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T07:52:26.128Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_cpXmOb 0 is matching search criteria
2021-09-30T07:52:26.128Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_cpXmOb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-30T07:52:26.128Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T07:52:26.129Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_cpXmOb 0 is matching search criteria
2021-09-30T07:52:26.129Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_cpXmOb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-30T07:52:26.129Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T07:52:26.129Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_cpXmOb 0 is matching search criteria
2021-09-30T07:52:26.129Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_cpXmOb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-30T07:52:26.129Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T07:52:26.130Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_cpXmOb 0 is not matching search criteria
2021-09-30T07:52:26.130Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-09-30T07:52:26.130Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-30T07:52:26.130Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=0b32e061-7519-4540-ba10-d10d68ee49fc
2021-09-30T07:52:26.130Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T07:52:26.130Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_cpXmOb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T07:52:26.130Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T07:52:26.130Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_cpXmOb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T07:52:26.131Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T07:52:26.131Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_cpXmOb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T07:52:26.131Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T07:52:26.131Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_cpXmOb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T07:52:26.131Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_cpXmOb
Description:service
Model UUID:66b1f42a-b6c6-4b37-a182-9fe4d44e63ea
Model Version:NULL
Model InvariantUuid:3ee1b361-6066-4ecb-9f69-90ebd9b05eb8
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_cpXmOb
Model UUID:4a87799d-451f-43db-9c0c-2ef9bcf185fe
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:b3afab51-ca2a-4cd9-93cd-5ed017cff994
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:0e2a4bb4-22cd-4bc5-96c5-8700a8ad9d5c
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:7173cf1d-2bee-443f-a889-63ea80c59ea4
ModelName:BasicOnboardCpxmob..base_ubuntu18..module-0
ModelUuid:0b083774-f7ec-4af0-8ff8-d90d0ae9ded8
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:0b32e061-7519-4540-ba10-d10d68ee49fc
ModelInvariantUuid:197336e9-69ee-46c6-a5bd-465648b75280
ModelName:basic_onboard_cpXmOb-nodes.ubuntu18Cvfc
ModelUuid:6f7ddeef-c4dd-44c7-9d8b-e7e6f2090acf
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:3cea1272-8bd1-4944-9d0f-49057b070813
ModelInvariantUuid:8c665f14-9c78-45fe-bbb9-62c9aef06865
ModelName:BasicOnboardCpxmob.compute.nodes.heat.ubuntu18
ModelUuid:afc737b1-24b5-4afe-8515-5e92e4af1477
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-30T07:52:26.139Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 88398686-254b-49b8-9d51-e17d1581159f
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-30T07:52:26.143Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||basic_onboard_cpXmOb 0
2021-09-30T07:52:26.143Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 88398686-254b-49b8-9d51-e17d1581159f
2021-09-30T07:52:26.143Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 76fbcc9f-8718-43ca-93d9-f8bab16d001d from URL: /sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/resourceInstances/basic_onboard_cpxmob0/artifacts/basic_onboard_cpxmob0_modules.json
2021-09-30T07:52:26.143Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-09-30T07:52:26.143Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/resourceInstances/basic_onboard_cpxmob0/artifacts/basic_onboard_cpxmob0_modules.json
2021-09-30T07:52:27.824Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-09-30T07:52:27.824Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/resourceInstances/basic_onboard_cpxmob0/artifacts/basic_onboard_cpxmob0_modules.json 76fbcc9f-8718-43ca-93d9-f8bab16d001d 798
2021-09-30T07:52:27.825Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/resourceInstances/basic_onboard_cpxmob0/artifacts/basic_onboard_cpxmob0_modules.json ASDC sendASDCNotification
2021-09-30T07:52:27.825Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/resourceInstances/basic_onboard_cpxmob0/artifacts/basic_onboard_cpxmob0_modules.json
2021-09-30T07:52:27.825Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-30T07:52:27.825Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-30T07:52:27.827Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T07:52:27.827Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f0efe63f-493c-4de3-8de2-e3f62a011ef8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632988347825,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/resourceInstances/basic_onboard_cpxmob0/artifacts/basic_onboard_cpxmob0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-30T07:52:27.928Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-30T07:52:27.929Z||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-30T07:52:27.929Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T07:52:27.944Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T07:52:27.944Z||pool-27-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-09-30T07:52:28.828Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardCpxmob..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "7173cf1d-2bee-443f-a889-63ea80c59ea4",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "0b083774-f7ec-4af0-8ff8-d90d0ae9ded8",
    "vfModuleModelCustomizationUUID": "12218b0d-dff4-4b3d-a3a3-a1f44363333e",
    "isBase": true,
    "artifacts": [
      "3f7a21b3-5354-4888-ab04-2e89f01d16d3",
      "6e8f04e6-aef4-42e0-89e7-d6c3a066ac1a"
    ],
    "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-30T07:52:28.835Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardCpxmob..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:0b083774-f7ec-4af0-8ff8-d90d0ae9ded8
VfModuleModelInvariantUUID:7173cf1d-2bee-443f-a889-63ea80c59ea4
VfModuleModelDescription:NULL
Artifacts UUID List:{
3f7a21b3-5354-4888-ab04-2e89f01d16d3
,
6e8f04e6-aef4-42e0-89e7-d6c3a066ac1a

}
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-30T07:52:28.838Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardCpxmob..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "7173cf1d-2bee-443f-a889-63ea80c59ea4",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "0b083774-f7ec-4af0-8ff8-d90d0ae9ded8",
    "vfModuleModelCustomizationUUID": "12218b0d-dff4-4b3d-a3a3-a1f44363333e",
    "isBase": true,
    "artifacts": [
      "3f7a21b3-5354-4888-ab04-2e89f01d16d3",
      "6e8f04e6-aef4-42e0-89e7-d6c3a066ac1a"
    ],
    "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-30T07:52:28.838Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardCpxmob..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:0b083774-f7ec-4af0-8ff8-d90d0ae9ded8
VfModuleModelInvariantUUID:7173cf1d-2bee-443f-a889-63ea80c59ea4
VfModuleModelDescription:NULL
Artifacts UUID List:{
3f7a21b3-5354-4888-ab04-2e89f01d16d3
,
6e8f04e6-aef4-42e0-89e7-d6c3a066ac1a

}
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-30T07:52:28.839Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 3f7a21b3-5354-4888-ab04-2e89f01d16d3 from URL: /sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/resourceInstances/basic_onboard_cpxmob0/artifacts/base_ubuntu18.yaml
2021-09-30T07:52:28.839Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-09-30T07:52:28.840Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/resourceInstances/basic_onboard_cpxmob0/artifacts/base_ubuntu18.yaml
2021-09-30T07:52:29.942Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-09-30T07:52:29.943Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/resourceInstances/basic_onboard_cpxmob0/artifacts/base_ubuntu18.yaml 3f7a21b3-5354-4888-ab04-2e89f01d16d3 5033
2021-09-30T07:52:29.943Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/resourceInstances/basic_onboard_cpxmob0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-09-30T07:52:29.943Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/resourceInstances/basic_onboard_cpxmob0/artifacts/base_ubuntu18.yaml
2021-09-30T07:52:29.943Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-30T07:52:29.943Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-30T07:52:29.951Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T07:52:29.952Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f0efe63f-493c-4de3-8de2-e3f62a011ef8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632988349943,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/resourceInstances/basic_onboard_cpxmob0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-30T07:52:30.045Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms
2021-09-30T07:52:30.046Z||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-30T07:52:30.046Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T07:52:30.060Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T07:52:30.061Z||pool-28-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-09-30T07:52:30.952Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 6e8f04e6-aef4-42e0-89e7-d6c3a066ac1a from URL: /sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/resourceInstances/basic_onboard_cpxmob0/artifacts/base_ubuntu18.env
2021-09-30T07:52:30.953Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-09-30T07:52:30.953Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/resourceInstances/basic_onboard_cpxmob0/artifacts/base_ubuntu18.env
2021-09-30T07:52:31.853Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-09-30T07:52:31.854Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/resourceInstances/basic_onboard_cpxmob0/artifacts/base_ubuntu18.env 6e8f04e6-aef4-42e0-89e7-d6c3a066ac1a 909
2021-09-30T07:52:31.855Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/resourceInstances/basic_onboard_cpxmob0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-09-30T07:52:31.855Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/resourceInstances/basic_onboard_cpxmob0/artifacts/base_ubuntu18.env
2021-09-30T07:52:31.855Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-30T07:52:31.856Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-30T07:52:31.859Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T07:52:31.859Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f0efe63f-493c-4de3-8de2-e3f62a011ef8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632988351855,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/resourceInstances/basic_onboard_cpxmob0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-09-30T07:52:31.959Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T07:52:31.960Z||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-30T07:52:31.960Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T07:52:31.972Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T07:52:31.973Z||pool-29-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-30T07:52:32.860Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 66b1f42a-b6c6-4b37-a182-9fe4d44e63ea
2021-09-30T07:52:32.861Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_cpXmOb 0 88398686-254b-49b8-9d51-e17d1581159f 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-30T07:52:32.882Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3fe04f65, org.onap.sdc.toscaparser.api.parameters.Input@1236611, org.onap.sdc.toscaparser.api.parameters.Input@14cb58f1, org.onap.sdc.toscaparser.api.parameters.Input@7eaa4330, org.onap.sdc.toscaparser.api.parameters.Input@438ca0e7]
2021-09-30T07:52:32.884Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T07:52:32.884Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_cpXmOb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T07:52:32.885Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 
2021-09-30T07:52:32.885Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 0e2a4bb4-22cd-4bc5-96c5-8700a8ad9d5c
2021-09-30T07:52:32.885Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 0e2a4bb4-22cd-4bc5-96c5-8700a8ad9d5c matches Tosca VF Customization UUID: 0e2a4bb4-22cd-4bc5-96c5-8700a8ad9d5c
2021-09-30T07:52:32.885Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 0e2a4bb4-22cd-4bc5-96c5-8700a8ad9d5c  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-30T07:52:32.889Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T07:52:32.889Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_cpXmOb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T07:52:32.891Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 0e2a4bb4-22cd-4bc5-96c5-8700a8ad9d5c: {\"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-30T07:52:32.891Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3bd8f073
2021-09-30T07:52:32.892Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T07:52:32.892Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_cpXmOb is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-30T07:52:32.893Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 12218b0d-dff4-4b3d-a3a3-a1f44363333e
2021-09-30T07:52:32.893Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 12218b0d-dff4-4b3d-a3a3-a1f44363333e
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-30T07:52:32.902Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T07:52:32.902Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_cpXmOb 0 is matching search criteria
2021-09-30T07:52:32.903Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_cpXmOb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-30T07:52:32.903Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T07:52:32.903Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_cpXmOb 0 is matching search criteria
2021-09-30T07:52:32.904Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_cpXmOb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-30T07:52:32.904Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T07:52:32.904Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_cpXmOb 0 is not matching search criteria
2021-09-30T07:52:32.904Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-09-30T07:52:32.905Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-30T07:52:32.905Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=0b32e061-7519-4540-ba10-d10d68ee49fc
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-30T07:52:32.908Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T07:52:32.908Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_cpXmOb 0 is matching search criteria
2021-09-30T07:52:32.908Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_cpXmOb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-30T07:52:32.909Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T07:52:32.909Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_cpXmOb 0 is matching search criteria
2021-09-30T07:52:32.909Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_cpXmOb 0] matching following query criteria: sdcType=VF, customizationUUID=0e2a4bb4-22cd-4bc5-96c5-8700a8ad9d5c
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-30T07:52:32.911Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T07:52:32.911Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_cpXmOb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T07:52:32.912Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 66b1f42a-b6c6-4b37-a182-9fe4d44e63ea: basic_onboard_cpXmOb
2021-09-30T07:52:32.912Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T07:52:32.912Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_cpXmOb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T07:52:32.912Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T07:52:32.913Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_cpXmOb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T07:52:32.913Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T07:52:32.913Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_cpXmOb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T07:52:32.913Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T07:52:32.914Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_cpXmOb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T07:52:32.914Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T07:52:32.914Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_cpXmOb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T07:52:32.914Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Saving Service: basic_onboard_cpXmOb 
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-30T07:52:33.000Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_cpXmOb 88398686-254b-49b8-9d51-e17d1581159f 1 ASDC deployResourceStructure
2021-09-30T07:52:33.001Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/resourceInstances/basic_onboard_cpxmob0/artifacts/basic_onboard_cpxmob0_modules.json ASDC sendASDCNotification
2021-09-30T07:52:33.001Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/resourceInstances/basic_onboard_cpxmob0/artifacts/basic_onboard_cpxmob0_modules.json
2021-09-30T07:52:33.001Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-30T07:52:33.002Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-30T07:52:33.004Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T07:52:33.004Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f0efe63f-493c-4de3-8de2-e3f62a011ef8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632988353001,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/resourceInstances/basic_onboard_cpxmob0/artifacts/basic_onboard_cpxmob0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-30T07:52:33.104Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T07:52:33.105Z||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-30T07:52:33.105Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T07:52:33.116Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T07:52:33.117Z||pool-30-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-09-30T07:52:34.005Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/resourceInstances/basic_onboard_cpxmob0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-09-30T07:52:34.005Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/resourceInstances/basic_onboard_cpxmob0/artifacts/base_ubuntu18.yaml
2021-09-30T07:52:34.006Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-30T07:52:34.006Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-30T07:52:34.008Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T07:52:34.008Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f0efe63f-493c-4de3-8de2-e3f62a011ef8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632988354005,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/resourceInstances/basic_onboard_cpxmob0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-09-30T07:52:34.108Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T07:52:34.109Z||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-30T07:52:34.109Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T07:52:34.120Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T07:52:34.120Z||pool-31-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-30T07:52:35.010Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/resourceInstances/basic_onboard_cpxmob0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-09-30T07:52:35.011Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/resourceInstances/basic_onboard_cpxmob0/artifacts/base_ubuntu18.env
2021-09-30T07:52:35.011Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-30T07:52:35.011Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-30T07:52:35.014Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T07:52:35.014Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f0efe63f-493c-4de3-8de2-e3f62a011ef8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632988355010,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/resourceInstances/basic_onboard_cpxmob0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-09-30T07:52:35.114Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T07:52:35.115Z||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-30T07:52:35.115Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T07:52:35.161Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T07:52:35.162Z||pool-32-thread-1|||||INFO|500||cambria reply ok (48 ms):{"serverTimeMs":0,"count":1}
2021-09-30T07:52:36.015Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/artifacts/service-BasicOnboardCpxmob-csar.csar ASDC sendASDCNotification
2021-09-30T07:52:36.016Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/artifacts/service-BasicOnboardCpxmob-csar.csar
2021-09-30T07:52:36.016Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-30T07:52:36.016Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-30T07:52:36.027Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T07:52:36.028Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f0efe63f-493c-4de3-8de2-e3f62a011ef8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632988356015,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/artifacts/service-BasicOnboardCpxmob-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-30T07:52:36.119Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 91 ms
2021-09-30T07:52:36.120Z||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-30T07:52:36.120Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T07:52:36.132Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T07:52:36.133Z||pool-33-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-30T07:52:37.029Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f0efe63f-493c-4de3-8de2-e3f62a011ef8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-30T07:52:37.045Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f0efe63f-493c-4de3-8de2-e3f62a011ef8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-30T07:52:37.051Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-30T07:52:37.051Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-30T07:52:37.051Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-30T07:52:37.052Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-30T07:52:37.052Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-30T07:52:37.052Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-30T07:52:37.052Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-30T07:52:37.053Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-30T07:52:37.053Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-30T07:52:37.053Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-30T07:52:37.053Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||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-30T07:52:37.059Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-30T07:53:07.060Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f0efe63f-493c-4de3-8de2-e3f62a011ef8 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-30T07:53:07.082Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f0efe63f-493c-4de3-8de2-e3f62a011ef8 and serviceModelVersionId: 66b1f42a-b6c6-4b37-a182-9fe4d44e63ea
2021-09-30T07:53:07.082Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3ee1b361-6066-4ecb-9f69-90ebd9b05eb8
2021-09-30T07:53:07.085Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3ee1b361-6066-4ecb-9f69-90ebd9b05eb8/model-vers/model-ver/66b1f42a-b6c6-4b37-a182-9fe4d44e63ea?depth=0
2021-09-30T07:53:07.092Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2021-09-30T07:53:07.179Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3ee1b361-6066-4ecb-9f69-90ebd9b05eb8/model-vers/model-ver/66b1f42a-b6c6-4b37-a182-9fe4d44e63ea?depth=0|INFO|500||Invoke
2021-09-30T07:53:07.179Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3ee1b361-6066-4ecb-9f69-90ebd9b05eb8/model-vers/model-ver/66b1f42a-b6c6-4b37-a182-9fe4d44e63ea?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3ee1b361-6066-4ecb-9f69-90ebd9b05eb8/model-vers/model-ver/66b1f42a-b6c6-4b37-a182-9fe4d44e63ea?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f0efe63f-493c-4de3-8de2-e3f62a011ef8], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[44dd9286-8603-4330-bf03-09be559b7638], X-ECOMP-RequestID=[f0efe63f-493c-4de3-8de2-e3f62a011ef8], X-TransactionId=[], X-ONAP-RequestID=[f0efe63f-493c-4de3-8de2-e3f62a011ef8], Content-Type=[application/merge-patch+json]}
2021-09-30T07:53:07.228Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3ee1b361-6066-4ecb-9f69-90ebd9b05eb8/model-vers/model-ver/66b1f42a-b6c6-4b37-a182-9fe4d44e63ea?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-30T07:53:07.739Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3ee1b361-6066-4ecb-9f69-90ebd9b05eb8/model-vers/model-ver/66b1f42a-b6c6-4b37-a182-9fe4d44e63ea?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/3ee1b361-6066-4ecb-9f69-90ebd9b05eb8/model-vers/model-ver/66b1f42a-b6c6-4b37-a182-9fe4d44e63ea?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210930-07:53:07:237-33689], vertex-id=[184344], Content-Length=[0], Date=[Thu, 30 Sep 2021 07:53:07 GMT], Content-Type=[application/json]}
2021-09-30T07:53:07.740Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3ee1b361-6066-4ecb-9f69-90ebd9b05eb8/model-vers/model-ver/66b1f42a-b6c6-4b37-a182-9fe4d44e63ea?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-09-30T07:53:07.741Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3ee1b361-6066-4ecb-9f69-90ebd9b05eb8/model-vers/model-ver/66b1f42a-b6c6-4b37-a182-9fe4d44e63ea?depth=0|INFO|500||InvokeReturn
2021-09-30T07:53:07.745Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-30T07:53:07.745Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||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-30T07:53:07.754Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||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-30T07:53:07.754Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f0efe63f-493c-4de3-8de2-e3f62a011ef8 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-30T07:53:07.755Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-30T07:53:07.755Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-30T07:53:07.758Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T07:53:07.758Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f0efe63f-493c-4de3-8de2-e3f62a011ef8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632988387755,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-30T07:53:07.858Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T07:53:07.860Z||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-30T07:53:07.860Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T07:53:07.879Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T07:53:07.880Z||pool-34-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-30T07:53:14.933Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:53:14.934Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|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-30T07:53:14.934Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|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 2cjfMityS9h3J0jo) ...
2021-09-30T07:53:14.935Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:53:14.936Z||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-30T07:53:14.936Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T07:53:15.067Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T07:53:15.068Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-30T07:53:15.068Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0efe63f-493c-4de3-8de2-e3f62a011ef8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632988334933,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/resourceInstances/basic_onboard_cpxmob0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T07:53:15.069Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-30T07:53:24.505Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T07:54:14.935Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:54:14.934Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:54:14.938Z||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-30T07:54:14.938Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T07:54:14.938Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|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-30T07:54:14.938Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|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 2cjfMityS9h3J0jo) ...
2021-09-30T07:54:15.572Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T07:54:15.573Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-30T07:54:15.574Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0efe63f-493c-4de3-8de2-e3f62a011ef8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632988334933,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/resourceInstances/basic_onboard_cpxmob0/artifacts/basic_onboard_cpxmob0_modules.json",
  "status": "NOTIFIED"
}
2021-09-30T07:54:15.577Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-30T07:54:15.577Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-30T07:54:15.577Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0efe63f-493c-4de3-8de2-e3f62a011ef8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632988334933,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/resourceInstances/basic_onboard_cpxmob0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-09-30T07:54:15.577Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-30T07:54:15.577Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-30T07:54:15.577Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0efe63f-493c-4de3-8de2-e3f62a011ef8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632988334933,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/resourceInstances/basic_onboard_cpxmob0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T07:54:15.578Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-30T07:54:15.578Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-30T07:54:15.578Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0efe63f-493c-4de3-8de2-e3f62a011ef8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632988334933,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/resourceInstances/basic_onboard_cpxmob0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-09-30T07:54:15.578Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-30T07:54:15.578Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-30T07:54:15.578Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0efe63f-493c-4de3-8de2-e3f62a011ef8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632988334933,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/artifacts/service-BasicOnboardCpxmob-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T07:54:15.579Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-30T07:54:15.579Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-30T07:54:15.579Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0efe63f-493c-4de3-8de2-e3f62a011ef8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632988334933,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/artifacts/service-BasicOnboardCpxmob-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T07:54:15.579Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-30T07:54:15.579Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-30T07:54:15.580Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0efe63f-493c-4de3-8de2-e3f62a011ef8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632988343361,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/artifacts/service-BasicOnboardCpxmob-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-30T07:54:15.580Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T07:54:15.580Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-30T07:54:15.580Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0efe63f-493c-4de3-8de2-e3f62a011ef8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632988347825,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/resourceInstances/basic_onboard_cpxmob0/artifacts/basic_onboard_cpxmob0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-30T07:54:15.581Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T07:54:15.581Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-30T07:54:15.581Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0efe63f-493c-4de3-8de2-e3f62a011ef8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632988349943,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/resourceInstances/basic_onboard_cpxmob0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-30T07:54:15.581Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T07:54:15.581Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-30T07:54:15.581Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0efe63f-493c-4de3-8de2-e3f62a011ef8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632988351855,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/resourceInstances/basic_onboard_cpxmob0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-09-30T07:54:15.581Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T07:54:15.582Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-30T07:54:15.582Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0efe63f-493c-4de3-8de2-e3f62a011ef8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632988353001,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/resourceInstances/basic_onboard_cpxmob0/artifacts/basic_onboard_cpxmob0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-30T07:54:15.582Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T07:54:15.582Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-30T07:54:15.582Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0efe63f-493c-4de3-8de2-e3f62a011ef8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632988354005,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/resourceInstances/basic_onboard_cpxmob0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-09-30T07:54:15.582Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T07:54:15.583Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-30T07:54:15.583Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0efe63f-493c-4de3-8de2-e3f62a011ef8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632988355010,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/resourceInstances/basic_onboard_cpxmob0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-09-30T07:54:15.583Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T07:54:15.583Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-30T07:54:15.584Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0efe63f-493c-4de3-8de2-e3f62a011ef8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632988356015,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCpxmob/1.0/artifacts/service-BasicOnboardCpxmob-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-30T07:54:15.584Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T07:54:15.584Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-30T07:54:15.584Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0efe63f-493c-4de3-8de2-e3f62a011ef8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632988387755,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-30T07:54:15.584Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T07:54:24.591Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T07:55:14.935Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:55:14.935Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:55:14.946Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|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-30T07:55:14.946Z||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-30T07:55:14.947Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T07:55:14.947Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|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 2cjfMityS9h3J0jo) ...
2021-09-30T07:55:24.518Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T07:55:24.519Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T07:56:14.933Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:56:14.935Z||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-30T07:56:14.936Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T07:56:14.937Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:56:14.937Z||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-30T07:56:14.938Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T07:56:24.505Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T07:56:24.506Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T07:57:14.934Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:57:14.935Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:57:14.937Z||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-30T07:57:14.937Z||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-30T07:57:14.937Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T07:57:14.938Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T07:57:24.485Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T07:57:24.491Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T07:58:14.935Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:58:14.939Z||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-30T07:58:14.934Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:58:14.939Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T07:58:14.940Z||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-30T07:58:14.940Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T07:58:24.547Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T07:58:24.769Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T07:58:24.770Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-30T07:58:24.771Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"f3e9bc1b-542c-4f92-a27b-95aa53902adb","serviceName":"vFW 2021-09-30 07-55-52","serviceVersion":"1.0","serviceUUID":"743cc741-9c29-48a0-b99c-cf168678f413","serviceDescription":"catalog service description","serviceInvariantUUID":"4aa6dcab-36d1-42f7-8fb4-4d1f7d7d59bd","resources":[{"resourceInstanceName":"vFW ab9813bc-8649 0","resourceName":"vFW ab9813bc-8649","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"44db0cab-ed75-4b04-8b8e-ec11e13a6986","resourceInvariantUUID":"aac51d72-4c46-43d2-9e5d-314a5c8cad76","resourceCustomizationUUID":"d1f68cce-9206-49c6-b667-095532adede2","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210930075552/1.0/resourceInstances/vfwab9813bc86490/artifacts/vf-license-model.xml","artifactChecksum":"ZjY0YmZlOGIxYjYwOTYxMTRmYTgxMmYwNWZiNzg4Y2E\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"4329ce75-9bd6-4a7a-9991-e399108fd691","artifactVersion":"1"},{"artifactName":"vfwab9813bc86490_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210930075552/1.0/resourceInstances/vfwab9813bc86490/artifacts/vfwab9813bc86490_modules.json","artifactChecksum":"Y2Y2MmRjNmIyNTVlNDIyZTYwZjBhYTY2NjAxOGRiNjQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"bc360101-71fc-4964-a0f6-e985abf8d8be","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210930075552/1.0/resourceInstances/vfwab9813bc86490/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"1fb98ab1-4162-46a9-83c9-49d265781663","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210930075552/1.0/resourceInstances/vfwab9813bc86490/artifacts/vendor-license-model.xml","artifactChecksum":"Y2VkMTJjZjQ5Y2Q2NWIyNDlmOThkZjAzZjQxMzExZmM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6d76db18-4be2-4f08-b6b2-1d53e5527cd0","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210930075552/1.0/resourceInstances/vfwab9813bc86490/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"6b93ad2f-75cb-426d-9256-19c9a6dc1f9b","artifactVersion":"2","generatedFromUUID":"1fb98ab1-4162-46a9-83c9-49d265781663"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210930075552-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210930075552/1.0/artifacts/service-Vfw20210930075552-template.yml","artifactChecksum":"MWE4ODE4NjBkZTE0ZWQyZDFlYjBjMmQ0NzRmMmYyYjQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"adf27f8c-019a-4c20-82c7-bddebfc9917b","artifactVersion":"1"},{"artifactName":"service-Vfw20210930075552-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210930075552/1.0/artifacts/service-Vfw20210930075552-csar.csar","artifactChecksum":"MDQ0ZWJiMmRhM2YyOTdmNzYwZWFhYzk3YzUwOGQ3YWE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7e5e8edc-629f-452c-8f8d-ab3c10a834eb","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-30T07:58:24.778Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T07:58:24.779Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-30T07:58:24.795Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T07:58:24.796Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "f3e9bc1b-542c-4f92-a27b-95aa53902adb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632988694933,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930075552/1.0/resourceInstances/vfwab9813bc86490/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T07:58:24.883Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 87 ms
2021-09-30T07:58:24.884Z||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-30T07:58:24.884Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T07:58:24.895Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T07:58:24.895Z||pool-35-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-30T07:58:25.796Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T07:58:25.797Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-30T07:58:25.798Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T07:58:25.799Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "f3e9bc1b-542c-4f92-a27b-95aa53902adb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632988694933,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930075552/1.0/resourceInstances/vfwab9813bc86490/artifacts/vfwab9813bc86490_modules.json",
  "status": "NOTIFIED"
}
2021-09-30T07:58:25.899Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T07:58:25.900Z||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-30T07:58:25.900Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T07:58:25.913Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T07:58:25.914Z||pool-36-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-09-30T07:58:26.799Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T07:58:26.800Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-30T07:58:26.802Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T07:58:26.802Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "f3e9bc1b-542c-4f92-a27b-95aa53902adb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632988694933,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930075552/1.0/resourceInstances/vfwab9813bc86490/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-09-30T07:58:26.902Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T07:58:26.903Z||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-30T07:58:26.903Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T07:58:26.916Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T07:58:26.916Z||pool-37-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-30T07:58:27.803Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T07:58:27.803Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-30T07:58:27.806Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T07:58:27.806Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "f3e9bc1b-542c-4f92-a27b-95aa53902adb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632988694933,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930075552/1.0/resourceInstances/vfwab9813bc86490/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T07:58:27.906Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T07:58:27.907Z||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-30T07:58:27.907Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T07:58:27.921Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T07:58:27.921Z||pool-38-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-09-30T07:58:28.806Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T07:58:28.807Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-30T07:58:28.810Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T07:58:28.810Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "f3e9bc1b-542c-4f92-a27b-95aa53902adb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632988694933,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930075552/1.0/resourceInstances/vfwab9813bc86490/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-09-30T07:58:28.910Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T07:58:28.911Z||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-30T07:58:28.911Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T07:58:28.926Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T07:58:28.926Z||pool-39-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-09-30T07:58:29.811Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T07:58:29.812Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-30T07:58:29.814Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T07:58:29.814Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "f3e9bc1b-542c-4f92-a27b-95aa53902adb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632988694933,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930075552/1.0/artifacts/service-Vfw20210930075552-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T07:58:29.914Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T07:58:29.916Z||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-30T07:58:29.916Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T07:58:29.927Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T07:58:29.928Z||pool-40-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-30T07:58:30.814Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T07:58:30.815Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-30T07:58:30.817Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T07:58:30.817Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "f3e9bc1b-542c-4f92-a27b-95aa53902adb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632988694933,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930075552/1.0/artifacts/service-Vfw20210930075552-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T07:58:30.918Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T07:58:30.919Z||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-30T07:58:30.919Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T07:58:30.931Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T07:58:30.931Z||pool-41-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-09-30T07:58:31.819Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "f3e9bc1b-542c-4f92-a27b-95aa53902adb",
  "serviceName": "vFW 2021-09-30 07-55-52",
  "serviceVersion": "1.0",
  "serviceUUID": "743cc741-9c29-48a0-b99c-cf168678f413",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "4aa6dcab-36d1-42f7-8fb4-4d1f7d7d59bd",
  "resources": [
    {
      "resourceInstanceName": "vFW ab9813bc-8649 0",
      "resourceCustomizationUUID": "d1f68cce-9206-49c6-b667-095532adede2",
      "resourceName": "vFW ab9813bc-8649",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "44db0cab-ed75-4b04-8b8e-ec11e13a6986",
      "resourceInvariantUUID": "aac51d72-4c46-43d2-9e5d-314a5c8cad76",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwab9813bc86490_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210930075552/1.0/resourceInstances/vfwab9813bc86490/artifacts/vfwab9813bc86490_modules.json",
          "artifactChecksum": "Y2Y2MmRjNmIyNTVlNDIyZTYwZjBhYTY2NjAxOGRiNjQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "bc360101-71fc-4964-a0f6-e985abf8d8be",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210930075552/1.0/resourceInstances/vfwab9813bc86490/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "1fb98ab1-4162-46a9-83c9-49d265781663",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20210930075552/1.0/resourceInstances/vfwab9813bc86490/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "6b93ad2f-75cb-426d-9256-19c9a6dc1f9b",
            "generatedFromUUID": "1fb98ab1-4162-46a9-83c9-49d265781663"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210930075552/1.0/resourceInstances/vfwab9813bc86490/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "6b93ad2f-75cb-426d-9256-19c9a6dc1f9b",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20210930075552-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20210930075552/1.0/artifacts/service-Vfw20210930075552-csar.csar",
      "artifactChecksum": "MDQ0ZWJiMmRhM2YyOTdmNzYwZWFhYzk3YzUwOGQ3YWE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "7e5e8edc-629f-452c-8f8d-ab3c10a834eb"
    }
  ],
  "workloadContext": "Production"
}
2021-09-30T07:58:31.819Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-30T07:58:31.819Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 743cc741-9c29-48a0-b99c-cf168678f413 ASDC
2021-09-30T07:58:31.820Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:f3e9bc1b-542c-4f92-a27b-95aa53902adb
ServiceName:vFW 2021-09-30 07-55-52
ServiceVersion:1.0
ServiceUUID:743cc741-9c29-48a0-b99c-cf168678f413
ServiceInvariantUUID:4aa6dcab-36d1-42f7-8fb4-4d1f7d7d59bd
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20210930075552-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210930075552/1.0/artifacts/service-Vfw20210930075552-csar.csar
ArtifactUUID:7e5e8edc-629f-452c-8f8d-ab3c10a834eb
ArtifactChecksum:MDQ0ZWJiMmRhM2YyOTdmNzYwZWFhYzk3YzUwOGQ3YWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW ab9813bc-8649 0
ResourceCustomizationUUID:d1f68cce-9206-49c6-b667-095532adede2
ResourceInvariantUUID:aac51d72-4c46-43d2-9e5d-314a5c8cad76
ResourceName:vFW ab9813bc-8649
ResourceType:VF
ResourceUUID:44db0cab-ed75-4b04-8b8e-ec11e13a6986
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwab9813bc86490_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210930075552/1.0/resourceInstances/vfwab9813bc86490/artifacts/vfwab9813bc86490_modules.json
ArtifactUUID:bc360101-71fc-4964-a0f6-e985abf8d8be
ArtifactChecksum:Y2Y2MmRjNmIyNTVlNDIyZTYwZjBhYTY2NjAxOGRiNjQ=
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/Vfw20210930075552/1.0/resourceInstances/vfwab9813bc86490/artifacts/base_vfw.yaml
ArtifactUUID:1fb98ab1-4162-46a9-83c9-49d265781663
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/Vfw20210930075552/1.0/resourceInstances/vfwab9813bc86490/artifacts/base_vfw.env
ArtifactUUID:6b93ad2f-75cb-426d-9256-19c9a6dc1f9b
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/Vfw20210930075552/1.0/resourceInstances/vfwab9813bc86490/artifacts/base_vfw.env
ArtifactUUID:6b93ad2f-75cb-426d-9256-19c9a6dc1f9b
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-09-30T07:58:31.821Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 743cc741-9c29-48a0-b99c-cf168678f413 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-30T07:58:31.863Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-30T07:58:31.865Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-09-30T07:58:31.865Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-09-30T07:58:31.865Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 7e5e8edc-629f-452c-8f8d-ab3c10a834eb from URL: /sdc/v1/catalog/services/Vfw20210930075552/1.0/artifacts/service-Vfw20210930075552-csar.csar
2021-09-30T07:58:31.866Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-09-30T07:58:31.866Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210930075552/1.0/artifacts/service-Vfw20210930075552-csar.csar
2021-09-30T07:58:33.036Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-09-30T07:58:33.041Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210930075552/1.0/artifacts/service-Vfw20210930075552-csar.csar 7e5e8edc-629f-452c-8f8d-ab3c10a834eb 98706
2021-09-30T07:58:33.042Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210930075552/1.0/artifacts/service-Vfw20210930075552-csar.csar ASDC sendASDCNotification
2021-09-30T07:58:33.042Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210930075552/1.0/artifacts/service-Vfw20210930075552-csar.csar
2021-09-30T07:58:33.042Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-30T07:58:33.043Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-30T07:58:33.045Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T07:58:33.045Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "f3e9bc1b-542c-4f92-a27b-95aa53902adb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632988713042,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930075552/1.0/artifacts/service-Vfw20210930075552-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-30T07:58:33.145Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-30T07:58:33.146Z||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-30T07:58:33.147Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T07:58:33.157Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T07:58:33.157Z||pool-42-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-09-30T07:58:34.046Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-30T07:58:34.048Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-09-30T07:58:34.048Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 7e5e8edc-629f-452c-8f8d-ab3c10a834eb, URL: /sdc/v1/catalog/services/Vfw20210930075552/1.0/artifacts/service-Vfw20210930075552-csar.csar to file: /app/ASDC/1/service-Vfw20210930075552-csar.csar
2021-09-30T07:58:34.049Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210930075552-csar.csar
2021-09-30T07:58:34.049Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210930075552-csar.csar
2021-09-30T07:58:34.050Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210930075552-csar.csar
2021-09-30T07:58:34.593Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5327754863787495952/Definitions/service-Vfw20210930075552-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_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
2021-09-30T07:58:36.795Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-30T07:58:36.795Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-09-30T07:58:36.795Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210930075552-csar.csar
2021-09-30T07:58:36.795Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2021-09-30T07:58:36.796Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||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-Vfw20210930075552-csar.csar
2021-09-30T07:58:36.796Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||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-Vfw20210930075552-csar.csar
2021-09-30T07:58:36.796Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|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-Vfw20210930075552-csar.csar
2021-09-30T07:58:36.796Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW ab9813bc-8649 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-Vfw20210930075552-csar.csar
2021-09-30T07:58:36.796Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210930075552-csar.csar
2021-09-30T07:58:36.796Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210930075552-csar.csar
2021-09-30T07:58:36.796Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||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-Vfw20210930075552-csar.csar
2021-09-30T07:58:36.796Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|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-Vfw20210930075552-csar.csar
2021-09-30T07:58:36.796Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210930075552-csar.csar
2021-09-30T07:58:36.796Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210930075552-csar.csar
2021-09-30T07:58:36.796Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20210930075552-csar.csar
2021-09-30T07:58:36.796Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210930075552-csar.csar
2021-09-30T07:58:36.797Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|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-Vfw20210930075552-csar.csar
2021-09-30T07:58:36.797Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-09-30T07:58:36.797Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T07:58:36.797Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-09-30 07-55-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T07:58:36.797Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Node template vFW ab9813bc-8649 0 is matching search criteria
2021-09-30T07:58:36.797Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-09-30T07:58:36.797Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW ab9813bc-8649 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-30T07:58:36.798Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T07:58:36.798Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-09-30 07-55-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T07:58:36.798Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Node template vFW ab9813bc-8649 0 is matching search criteria
2021-09-30T07:58:36.798Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-09-30T07:58:36.798Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW ab9813bc-8649 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-30T07:58:36.798Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T07:58:36.799Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-09-30 07-55-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T07:58:36.799Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T07:58:36.799Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Node template vFW ab9813bc-8649 0 is not matching search criteria
2021-09-30T07:58:36.799Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-30T07:58:36.799Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-30T07:58:36.799Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-30T07:58:36.800Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-30T07:58:36.800Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-30T07:58:36.800Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-30T07:58:36.800Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-30T07:58:36.800Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-30T07:58:36.800Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-30T07:58:36.800Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-30T07:58:36.800Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-30T07:58:36.801Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-30T07:58:36.801Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-30T07:58:36.801Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-30T07:58:36.801Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-30T07:58:36.801Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-30T07:58:36.801Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T07:58:36.801Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-09-30 07-55-52 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-30T07:58:36.802Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T07:58:36.802Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Node template vFW ab9813bc-8649 0 is matching search criteria
2021-09-30T07:58:36.802Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW ab9813bc-8649 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-30T07:58:36.802Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T07:58:36.802Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Node template vFW ab9813bc-8649 0 is matching search criteria
2021-09-30T07:58:36.803Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW ab9813bc-8649 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-30T07:58:36.803Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T07:58:36.803Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Node template vFW ab9813bc-8649 0 is matching search criteria
2021-09-30T07:58:36.803Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW ab9813bc-8649 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-30T07:58:36.803Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T07:58:36.803Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Node template vFW ab9813bc-8649 0 is not matching search criteria
2021-09-30T07:58:36.803Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-30T07:58:36.804Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-09-30T07:58:36.804Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-30T07:58:36.804Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-30T07:58:36.804Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-30T07:58:36.804Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-30T07:58:36.804Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-30T07:58:36.804Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-30T07:58:36.804Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-30T07:58:36.805Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-30T07:58:36.805Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-30T07:58:36.805Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=b4d12733-7cdb-4cd8-b318-fa327b852d39
2021-09-30T07:58:36.805Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T07:58:36.805Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Node template vFW ab9813bc-8649 0 is not matching search criteria
2021-09-30T07:58:36.805Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-30T07:58:36.805Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-30T07:58:36.805Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-30T07:58:36.806Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-30T07:58:36.806Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-30T07:58:36.806Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-30T07:58:36.806Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-30T07:58:36.806Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-09-30T07:58:36.806Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-30T07:58:36.806Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-30T07:58:36.807Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-30T07:58:36.807Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-30T07:58:36.807Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=35613bf3-9844-4620-913d-430999c78b8d
2021-09-30T07:58:36.807Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T07:58:36.807Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Node template vFW ab9813bc-8649 0 is not matching search criteria
2021-09-30T07:58:36.807Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-30T07:58:36.807Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-30T07:58:36.808Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-30T07:58:36.808Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-30T07:58:36.808Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-30T07:58:36.808Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-30T07:58:36.808Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-30T07:58:36.808Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-30T07:58:36.808Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-30T07:58:36.808Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-30T07:58:36.808Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-30T07:58:36.809Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-09-30T07:58:36.809Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=e767bf84-c1aa-418c-b532-211643774278
2021-09-30T07:58:36.809Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T07:58:36.809Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-09-30 07-55-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T07:58:36.809Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T07:58:36.809Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-09-30 07-55-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T07:58:36.809Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T07:58:36.810Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-09-30 07-55-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T07:58:36.810Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T07:58:36.810Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-09-30 07-55-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T07:58:36.810Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2021-09-30 07-55-52
Description:catalog service description
Model UUID:743cc741-9c29-48a0-b99c-cf168678f413
Model Version:NULL
Model InvariantUuid:4aa6dcab-36d1-42f7-8fb4-4d1f7d7d59bd
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW ab9813bc-8649
Model UUID:a77f0e1a-970a-43a0-a947-4c4c7aaa0995
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:aac51d72-4c46-43d2-9e5d-314a5c8cad76
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:d1f68cce-9206-49c6-b667-095532adede2
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:29feeada-d0a6-4e2b-a3ba-66b2612089fd
ModelName:VfwAb9813bc8649..base_vfw..module-0
ModelUuid:83bacf5c-f261-4471-ae65-4186d99a875f
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:b4d12733-7cdb-4cd8-b318-fa327b852d39
ModelInvariantUuid:fc6be9e5-2ab3-4634-882a-8c1a0ed08614
ModelName:vFW ab9813bc-8649-nodes.vfwCvfc
ModelUuid:188d46c8-12f3-4444-8e7e-dd26c608fd74
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:d174584f-0c89-43f4-8bdd-065e6f0077a4
ModelInvariantUuid:7cf9bd0e-18e0-4543-8a8f-65c7733feee4
ModelName:VfwAb9813bc8649.compute.nodes.heat.vfw
ModelUuid:55c1ac25-0f39-484d-acce-c99250836380
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:35613bf3-9844-4620-913d-430999c78b8d
ModelInvariantUuid:0aab9d56-bd87-4102-b6ee-15fa336864a4
ModelName:vFW ab9813bc-8649-nodes.vsnCvfc
ModelUuid:1a49f198-d37e-4427-9865-1d36f5ead0a1
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:12b5f734-2fc5-472f-bbb3-43517bf71f4c
ModelInvariantUuid:260ae79d-daed-44bd-94f9-9f7f1c762bdc
ModelName:VfwAb9813bc8649.compute.nodes.heat.vsn
ModelUuid:96ed2052-3c97-4c11-bfee-badfadd0ba6b
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:e767bf84-c1aa-418c-b532-211643774278
ModelInvariantUuid:bfd727b7-8f96-4f94-9a62-dd1551652063
ModelName:vFW ab9813bc-8649-nodes.vpgCvfc
ModelUuid:54168ccd-105c-4db4-90f6-f0eba936ba08
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:f644ee87-cdb5-4c06-9675-70110e18d540
ModelInvariantUuid:011e9394-942c-49e5-98e4-bdf137840346
ModelName:VfwAb9813bc8649.compute.nodes.heat.vpg
ModelUuid:8a8667ca-f1fc-4585-beb1-404c1016bf11
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-30T07:58:36.822Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 44db0cab-ed75-4b04-8b8e-ec11e13a6986
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-30T07:58:36.826Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||vFW ab9813bc-8649 0
2021-09-30T07:58:36.826Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 44db0cab-ed75-4b04-8b8e-ec11e13a6986
2021-09-30T07:58:36.826Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: bc360101-71fc-4964-a0f6-e985abf8d8be from URL: /sdc/v1/catalog/services/Vfw20210930075552/1.0/resourceInstances/vfwab9813bc86490/artifacts/vfwab9813bc86490_modules.json
2021-09-30T07:58:36.826Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-09-30T07:58:36.827Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210930075552/1.0/resourceInstances/vfwab9813bc86490/artifacts/vfwab9813bc86490_modules.json
2021-09-30T07:58:37.560Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-09-30T07:58:37.561Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210930075552/1.0/resourceInstances/vfwab9813bc86490/artifacts/vfwab9813bc86490_modules.json bc360101-71fc-4964-a0f6-e985abf8d8be 785
2021-09-30T07:58:37.561Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210930075552/1.0/resourceInstances/vfwab9813bc86490/artifacts/vfwab9813bc86490_modules.json ASDC sendASDCNotification
2021-09-30T07:58:37.561Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210930075552/1.0/resourceInstances/vfwab9813bc86490/artifacts/vfwab9813bc86490_modules.json
2021-09-30T07:58:37.561Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-30T07:58:37.562Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-30T07:58:37.566Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T07:58:37.566Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "f3e9bc1b-542c-4f92-a27b-95aa53902adb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632988717561,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930075552/1.0/resourceInstances/vfwab9813bc86490/artifacts/vfwab9813bc86490_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-30T07:58:37.666Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T07:58:37.667Z||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-30T07:58:37.667Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T07:58:37.680Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T07:58:37.680Z||pool-43-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-09-30T07:58:38.566Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwAb9813bc8649..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "29feeada-d0a6-4e2b-a3ba-66b2612089fd",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "83bacf5c-f261-4471-ae65-4186d99a875f",
    "vfModuleModelCustomizationUUID": "b6d3c8a6-ed30-4730-8d43-b203f8cf1021",
    "isBase": true,
    "artifacts": [
      "1fb98ab1-4162-46a9-83c9-49d265781663",
      "6b93ad2f-75cb-426d-9256-19c9a6dc1f9b"
    ],
    "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-30T07:58:38.571Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwAb9813bc8649..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:83bacf5c-f261-4471-ae65-4186d99a875f
VfModuleModelInvariantUUID:29feeada-d0a6-4e2b-a3ba-66b2612089fd
VfModuleModelDescription:NULL
Artifacts UUID List:{
1fb98ab1-4162-46a9-83c9-49d265781663
,
6b93ad2f-75cb-426d-9256-19c9a6dc1f9b

}
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-30T07:58:38.573Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwAb9813bc8649..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "29feeada-d0a6-4e2b-a3ba-66b2612089fd",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "83bacf5c-f261-4471-ae65-4186d99a875f",
    "vfModuleModelCustomizationUUID": "b6d3c8a6-ed30-4730-8d43-b203f8cf1021",
    "isBase": true,
    "artifacts": [
      "1fb98ab1-4162-46a9-83c9-49d265781663",
      "6b93ad2f-75cb-426d-9256-19c9a6dc1f9b"
    ],
    "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-30T07:58:38.573Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwAb9813bc8649..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:83bacf5c-f261-4471-ae65-4186d99a875f
VfModuleModelInvariantUUID:29feeada-d0a6-4e2b-a3ba-66b2612089fd
VfModuleModelDescription:NULL
Artifacts UUID List:{
1fb98ab1-4162-46a9-83c9-49d265781663
,
6b93ad2f-75cb-426d-9256-19c9a6dc1f9b

}
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-30T07:58:38.573Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 1fb98ab1-4162-46a9-83c9-49d265781663 from URL: /sdc/v1/catalog/services/Vfw20210930075552/1.0/resourceInstances/vfwab9813bc86490/artifacts/base_vfw.yaml
2021-09-30T07:58:38.573Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-09-30T07:58:38.573Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210930075552/1.0/resourceInstances/vfwab9813bc86490/artifacts/base_vfw.yaml
2021-09-30T07:58:39.159Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-09-30T07:58:39.160Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210930075552/1.0/resourceInstances/vfwab9813bc86490/artifacts/base_vfw.yaml 1fb98ab1-4162-46a9-83c9-49d265781663 20368
2021-09-30T07:58:39.161Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210930075552/1.0/resourceInstances/vfwab9813bc86490/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-09-30T07:58:39.161Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210930075552/1.0/resourceInstances/vfwab9813bc86490/artifacts/base_vfw.yaml
2021-09-30T07:58:39.161Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-30T07:58:39.161Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-30T07:58:39.163Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T07:58:39.163Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "f3e9bc1b-542c-4f92-a27b-95aa53902adb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632988719160,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930075552/1.0/resourceInstances/vfwab9813bc86490/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-30T07:58:39.263Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T07:58:39.263Z||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-30T07:58:39.264Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T07:58:39.285Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T07:58:39.286Z||pool-44-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2021-09-30T07:58:40.164Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 6b93ad2f-75cb-426d-9256-19c9a6dc1f9b from URL: /sdc/v1/catalog/services/Vfw20210930075552/1.0/resourceInstances/vfwab9813bc86490/artifacts/base_vfw.env
2021-09-30T07:58:40.164Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-09-30T07:58:40.165Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210930075552/1.0/resourceInstances/vfwab9813bc86490/artifacts/base_vfw.env
2021-09-30T07:58:40.501Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-09-30T07:58:40.501Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210930075552/1.0/resourceInstances/vfwab9813bc86490/artifacts/base_vfw.env 6b93ad2f-75cb-426d-9256-19c9a6dc1f9b 2098
2021-09-30T07:58:40.502Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210930075552/1.0/resourceInstances/vfwab9813bc86490/artifacts/base_vfw.env ASDC sendASDCNotification
2021-09-30T07:58:40.502Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210930075552/1.0/resourceInstances/vfwab9813bc86490/artifacts/base_vfw.env
2021-09-30T07:58:40.502Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-30T07:58:40.502Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-30T07:58:40.504Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T07:58:40.504Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "f3e9bc1b-542c-4f92-a27b-95aa53902adb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632988720502,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930075552/1.0/resourceInstances/vfwab9813bc86490/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-09-30T07:58:40.604Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-30T07:58:40.605Z||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-30T07:58:40.606Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T07:58:40.620Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T07:58:40.620Z||pool-45-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-09-30T07:58:41.505Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 743cc741-9c29-48a0-b99c-cf168678f413
2021-09-30T07:58:41.505Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW ab9813bc-8649 0 44db0cab-ed75-4b04-8b8e-ec11e13a6986 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-30T07:58:41.524Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@68a25271, org.onap.sdc.toscaparser.api.parameters.Input@121cf9e9, org.onap.sdc.toscaparser.api.parameters.Input@73929d1b, org.onap.sdc.toscaparser.api.parameters.Input@42dfd790, org.onap.sdc.toscaparser.api.parameters.Input@38942460]
2021-09-30T07:58:41.526Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T07:58:41.526Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-09-30 07-55-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T07:58:41.526Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2021-09-30T07:58:41.526Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= d1f68cce-9206-49c6-b667-095532adede2
2021-09-30T07:58:41.527Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: d1f68cce-9206-49c6-b667-095532adede2 matches Tosca VF Customization UUID: d1f68cce-9206-49c6-b667-095532adede2
2021-09-30T07:58:41.527Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: d1f68cce-9206-49c6-b667-095532adede2  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-30T07:58:41.529Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T07:58:41.530Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-09-30 07-55-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T07:58:41.530Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id d1f68cce-9206-49c6-b667-095532adede2: {\"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-30T07:58:41.530Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@16705650
2021-09-30T07:58:41.531Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T07:58:41.531Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-09-30 07-55-52 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-30T07:58:41.531Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : b6d3c8a6-ed30-4730-8d43-b203f8cf1021
2021-09-30T07:58:41.531Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID b6d3c8a6-ed30-4730-8d43-b203f8cf1021
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-30T07:58:41.534Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T07:58:41.534Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Node template vFW ab9813bc-8649 0 is matching search criteria
2021-09-30T07:58:41.534Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW ab9813bc-8649 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-30T07:58:41.535Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T07:58:41.535Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Node template vFW ab9813bc-8649 0 is matching search criteria
2021-09-30T07:58:41.535Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW ab9813bc-8649 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-30T07:58:41.535Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T07:58:41.536Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Node template vFW ab9813bc-8649 0 is not matching search criteria
2021-09-30T07:58:41.536Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-30T07:58:41.536Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-09-30T07:58:41.536Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-30T07:58:41.536Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-30T07:58:41.537Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-30T07:58:41.537Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-30T07:58:41.537Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-30T07:58:41.537Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-30T07:58:41.537Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-30T07:58:41.538Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-30T07:58:41.538Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-30T07:58:41.538Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=b4d12733-7cdb-4cd8-b318-fa327b852d39
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-30T07:58:41.541Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T07:58:41.542Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Node template vFW ab9813bc-8649 0 is matching search criteria
2021-09-30T07:58:41.542Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW ab9813bc-8649 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-30T07:58:41.542Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T07:58:41.542Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Node template vFW ab9813bc-8649 0 is not matching search criteria
2021-09-30T07:58:41.543Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-30T07:58:41.543Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-30T07:58:41.543Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-30T07:58:41.543Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-30T07:58:41.543Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-30T07:58:41.544Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-30T07:58:41.544Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-30T07:58:41.544Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-09-30T07:58:41.544Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-30T07:58:41.545Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-30T07:58:41.545Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-30T07:58:41.545Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-30T07:58:41.545Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=35613bf3-9844-4620-913d-430999c78b8d
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-30T07:58:41.548Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T07:58:41.548Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Node template vFW ab9813bc-8649 0 is matching search criteria
2021-09-30T07:58:41.548Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW ab9813bc-8649 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-30T07:58:41.548Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T07:58:41.549Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Node template vFW ab9813bc-8649 0 is not matching search criteria
2021-09-30T07:58:41.549Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-30T07:58:41.549Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-30T07:58:41.549Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-30T07:58:41.550Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-30T07:58:41.550Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-30T07:58:41.550Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-30T07:58:41.550Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-30T07:58:41.550Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-30T07:58:41.551Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-30T07:58:41.551Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-30T07:58:41.551Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-30T07:58:41.551Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-09-30T07:58:41.552Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=e767bf84-c1aa-418c-b532-211643774278
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-30T07:58:41.554Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T07:58:41.554Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Node template vFW ab9813bc-8649 0 is matching search criteria
2021-09-30T07:58:41.554Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW ab9813bc-8649 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-30T07:58:41.555Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T07:58:41.555Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Node template vFW ab9813bc-8649 0 is matching search criteria
2021-09-30T07:58:41.555Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW ab9813bc-8649 0] matching following query criteria: sdcType=VF, customizationUUID=d1f68cce-9206-49c6-b667-095532adede2
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-30T07:58:41.557Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T07:58:41.557Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-09-30 07-55-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T07:58:41.558Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 743cc741-9c29-48a0-b99c-cf168678f413: vFW ab9813bc-8649
2021-09-30T07:58:41.558Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T07:58:41.558Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-09-30 07-55-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T07:58:41.558Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T07:58:41.558Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-09-30 07-55-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T07:58:41.559Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T07:58:41.559Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-09-30 07-55-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T07:58:41.559Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T07:58:41.559Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-09-30 07-55-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T07:58:41.560Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T07:58:41.560Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-09-30 07-55-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T07:58:41.560Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||Saving Service: vFW 2021-09-30 07-55-52 
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-30T07:58:41.749Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW ab9813bc-8649 44db0cab-ed75-4b04-8b8e-ec11e13a6986 1 ASDC deployResourceStructure
2021-09-30T07:58:41.750Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210930075552/1.0/resourceInstances/vfwab9813bc86490/artifacts/vfwab9813bc86490_modules.json ASDC sendASDCNotification
2021-09-30T07:58:41.750Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210930075552/1.0/resourceInstances/vfwab9813bc86490/artifacts/vfwab9813bc86490_modules.json
2021-09-30T07:58:41.750Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-30T07:58:41.750Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-30T07:58:41.752Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T07:58:41.752Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "f3e9bc1b-542c-4f92-a27b-95aa53902adb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632988721750,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930075552/1.0/resourceInstances/vfwab9813bc86490/artifacts/vfwab9813bc86490_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-30T07:58:41.852Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T07:58:41.853Z||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-30T07:58:41.853Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T07:58:41.913Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T07:58:41.914Z||pool-46-thread-1|||||INFO|500||cambria reply ok (62 ms):{"serverTimeMs":0,"count":1}
2021-09-30T07:58:42.752Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210930075552/1.0/resourceInstances/vfwab9813bc86490/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-09-30T07:58:42.753Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210930075552/1.0/resourceInstances/vfwab9813bc86490/artifacts/base_vfw.yaml
2021-09-30T07:58:42.753Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-30T07:58:42.753Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-30T07:58:42.755Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T07:58:42.755Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "f3e9bc1b-542c-4f92-a27b-95aa53902adb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632988722752,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930075552/1.0/resourceInstances/vfwab9813bc86490/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-09-30T07:58:42.855Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T07:58:42.856Z||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-30T07:58:42.856Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T07:58:42.879Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T07:58:42.880Z||pool-47-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2021-09-30T07:58:43.756Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210930075552/1.0/resourceInstances/vfwab9813bc86490/artifacts/base_vfw.env ASDC sendASDCNotification
2021-09-30T07:58:43.757Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210930075552/1.0/resourceInstances/vfwab9813bc86490/artifacts/base_vfw.env
2021-09-30T07:58:43.757Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-30T07:58:43.757Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-30T07:58:43.759Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T07:58:43.760Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "f3e9bc1b-542c-4f92-a27b-95aa53902adb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632988723756,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930075552/1.0/resourceInstances/vfwab9813bc86490/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-09-30T07:58:43.860Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T07:58:43.861Z||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-30T07:58:43.861Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T07:58:43.877Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T07:58:43.878Z||pool-48-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2021-09-30T07:58:44.760Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210930075552/1.0/artifacts/service-Vfw20210930075552-csar.csar ASDC sendASDCNotification
2021-09-30T07:58:44.761Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210930075552/1.0/artifacts/service-Vfw20210930075552-csar.csar
2021-09-30T07:58:44.761Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-30T07:58:44.761Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-30T07:58:44.763Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T07:58:44.763Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "f3e9bc1b-542c-4f92-a27b-95aa53902adb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632988724760,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930075552/1.0/artifacts/service-Vfw20210930075552-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-30T07:58:44.863Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T07:58:44.864Z||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-30T07:58:44.865Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T07:58:44.886Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T07:58:44.887Z||pool-49-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2021-09-30T07:58:45.764Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f3e9bc1b-542c-4f92-a27b-95aa53902adb
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-30T07:58:45.774Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f3e9bc1b-542c-4f92-a27b-95aa53902adb
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-30T07:58:45.776Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-30T07:58:45.776Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-30T07:58:45.776Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-30T07:59:14.935Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:59:14.939Z||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-30T07:59:14.939Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T07:59:15.578Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T07:59:15.583Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T07:59:15.584Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3e9bc1b-542c-4f92-a27b-95aa53902adb",
  "consumerID": "clamp",
  "timestamp": 1632988701514,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930075552/1.0/resourceInstances/vfwab9813bc86490/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T07:59:15.591Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T07:59:15.591Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T07:59:15.591Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3e9bc1b-542c-4f92-a27b-95aa53902adb",
  "consumerID": "policy-id",
  "timestamp": 1632988701317,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930075552/1.0/resourceInstances/vfwab9813bc86490/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T07:59:15.591Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T07:59:15.592Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T07:59:15.592Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3e9bc1b-542c-4f92-a27b-95aa53902adb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632988699351,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930075552/1.0/resourceInstances/vfwab9813bc86490/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T07:59:15.592Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T07:59:15.592Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T07:59:15.592Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3e9bc1b-542c-4f92-a27b-95aa53902adb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632988694933,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930075552/1.0/resourceInstances/vfwab9813bc86490/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T07:59:15.592Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T07:59:15.593Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T07:59:15.593Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3e9bc1b-542c-4f92-a27b-95aa53902adb",
  "consumerID": "cds",
  "timestamp": 1632988696277,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930075552/1.0/resourceInstances/vfwab9813bc86490/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T07:59:15.593Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T07:59:15.593Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T07:59:15.593Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3e9bc1b-542c-4f92-a27b-95aa53902adb",
  "consumerID": "aai-ml",
  "timestamp": 1632988704245,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930075552/1.0/resourceInstances/vfwab9813bc86490/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T07:59:15.594Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T07:59:15.594Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T07:59:15.594Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3e9bc1b-542c-4f92-a27b-95aa53902adb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632988699351,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930075552/1.0/resourceInstances/vfwab9813bc86490/artifacts/vfwab9813bc86490_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-30T07:59:15.594Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T07:59:15.594Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T07:59:15.595Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3e9bc1b-542c-4f92-a27b-95aa53902adb",
  "consumerID": "clamp",
  "timestamp": 1632988701514,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930075552/1.0/resourceInstances/vfwab9813bc86490/artifacts/vfwab9813bc86490_modules.json",
  "status": "NOTIFIED"
}
2021-09-30T07:59:15.595Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T07:59:15.595Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T07:59:15.595Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3e9bc1b-542c-4f92-a27b-95aa53902adb",
  "consumerID": "policy-id",
  "timestamp": 1632988701317,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930075552/1.0/resourceInstances/vfwab9813bc86490/artifacts/vfwab9813bc86490_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-30T07:59:15.595Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T07:59:15.596Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T07:59:15.596Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3e9bc1b-542c-4f92-a27b-95aa53902adb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632988694933,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930075552/1.0/resourceInstances/vfwab9813bc86490/artifacts/vfwab9813bc86490_modules.json",
  "status": "NOTIFIED"
}
2021-09-30T07:59:15.596Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T07:59:15.596Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T07:59:15.596Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3e9bc1b-542c-4f92-a27b-95aa53902adb",
  "consumerID": "cds",
  "timestamp": 1632988696277,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930075552/1.0/resourceInstances/vfwab9813bc86490/artifacts/vfwab9813bc86490_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-30T07:59:15.596Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T07:59:15.597Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T07:59:15.597Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3e9bc1b-542c-4f92-a27b-95aa53902adb",
  "consumerID": "aai-ml",
  "timestamp": 1632988704245,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930075552/1.0/resourceInstances/vfwab9813bc86490/artifacts/vfwab9813bc86490_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-30T07:59:15.597Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T07:59:15.597Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T07:59:15.597Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3e9bc1b-542c-4f92-a27b-95aa53902adb",
  "consumerID": "dcae-sch",
  "timestamp": 1632988705975,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930075552/1.0/resourceInstances/vfwab9813bc86490/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T07:59:15.597Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T07:59:15.597Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T07:59:15.598Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3e9bc1b-542c-4f92-a27b-95aa53902adb",
  "consumerID": "clamp",
  "timestamp": 1632988701514,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930075552/1.0/resourceInstances/vfwab9813bc86490/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T07:59:15.598Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T07:59:15.598Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T07:59:15.598Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3e9bc1b-542c-4f92-a27b-95aa53902adb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632988699351,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930075552/1.0/resourceInstances/vfwab9813bc86490/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T07:59:15.598Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T07:59:15.598Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T07:59:15.598Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3e9bc1b-542c-4f92-a27b-95aa53902adb",
  "consumerID": "policy-id",
  "timestamp": 1632988701317,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930075552/1.0/resourceInstances/vfwab9813bc86490/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-09-30T07:59:15.599Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T07:59:15.599Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T07:59:15.599Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3e9bc1b-542c-4f92-a27b-95aa53902adb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632988694933,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930075552/1.0/resourceInstances/vfwab9813bc86490/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-09-30T07:59:15.599Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T07:59:15.599Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T07:59:15.599Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3e9bc1b-542c-4f92-a27b-95aa53902adb",
  "consumerID": "cds",
  "timestamp": 1632988696277,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930075552/1.0/resourceInstances/vfwab9813bc86490/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T07:59:15.600Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T07:59:15.600Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T07:59:15.600Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3e9bc1b-542c-4f92-a27b-95aa53902adb",
  "consumerID": "aai-ml",
  "timestamp": 1632988704245,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930075552/1.0/resourceInstances/vfwab9813bc86490/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T07:59:15.600Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T07:59:15.600Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T07:59:15.600Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3e9bc1b-542c-4f92-a27b-95aa53902adb",
  "consumerID": "dcae-sch",
  "timestamp": 1632988705975,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930075552/1.0/resourceInstances/vfwab9813bc86490/artifacts/vfwab9813bc86490_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-30T07:59:15.600Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T07:59:15.601Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T07:59:15.601Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3e9bc1b-542c-4f92-a27b-95aa53902adb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632988699351,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930075552/1.0/resourceInstances/vfwab9813bc86490/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T07:59:15.601Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T07:59:15.601Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T07:59:15.601Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3e9bc1b-542c-4f92-a27b-95aa53902adb",
  "consumerID": "clamp",
  "timestamp": 1632988701514,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930075552/1.0/resourceInstances/vfwab9813bc86490/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T07:59:15.601Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T07:59:15.602Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T07:59:15.602Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3e9bc1b-542c-4f92-a27b-95aa53902adb",
  "consumerID": "policy-id",
  "timestamp": 1632988701317,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930075552/1.0/resourceInstances/vfwab9813bc86490/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T07:59:15.602Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T07:59:15.602Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T07:59:15.602Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3e9bc1b-542c-4f92-a27b-95aa53902adb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632988694933,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930075552/1.0/resourceInstances/vfwab9813bc86490/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T07:59:15.602Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T07:59:15.602Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T07:59:15.603Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3e9bc1b-542c-4f92-a27b-95aa53902adb",
  "consumerID": "cds",
  "timestamp": 1632988696277,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930075552/1.0/resourceInstances/vfwab9813bc86490/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T07:59:15.603Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T07:59:15.603Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T07:59:15.603Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3e9bc1b-542c-4f92-a27b-95aa53902adb",
  "consumerID": "aai-ml",
  "timestamp": 1632988704245,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930075552/1.0/resourceInstances/vfwab9813bc86490/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T07:59:15.603Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T07:59:15.603Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T07:59:15.603Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3e9bc1b-542c-4f92-a27b-95aa53902adb",
  "consumerID": "clamp",
  "timestamp": 1632988701514,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930075552/1.0/resourceInstances/vfwab9813bc86490/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-30T07:59:15.603Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T07:59:15.603Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T07:59:15.604Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3e9bc1b-542c-4f92-a27b-95aa53902adb",
  "consumerID": "dcae-sch",
  "timestamp": 1632988705975,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930075552/1.0/resourceInstances/vfwab9813bc86490/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T07:59:15.604Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T07:59:15.604Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T07:59:15.604Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3e9bc1b-542c-4f92-a27b-95aa53902adb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632988699351,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930075552/1.0/resourceInstances/vfwab9813bc86490/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-30T07:59:15.604Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T07:59:15.604Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T07:59:15.604Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3e9bc1b-542c-4f92-a27b-95aa53902adb",
  "consumerID": "policy-id",
  "timestamp": 1632988701317,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930075552/1.0/resourceInstances/vfwab9813bc86490/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-30T07:59:15.604Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T07:59:15.605Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T07:59:15.605Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3e9bc1b-542c-4f92-a27b-95aa53902adb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632988694933,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930075552/1.0/resourceInstances/vfwab9813bc86490/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-09-30T07:59:15.605Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T07:59:15.605Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T07:59:15.605Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3e9bc1b-542c-4f92-a27b-95aa53902adb",
  "consumerID": "cds",
  "timestamp": 1632988696277,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930075552/1.0/resourceInstances/vfwab9813bc86490/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-30T07:59:15.605Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T07:59:15.605Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T07:59:15.605Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3e9bc1b-542c-4f92-a27b-95aa53902adb",
  "consumerID": "aai-ml",
  "timestamp": 1632988704245,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930075552/1.0/resourceInstances/vfwab9813bc86490/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-30T07:59:15.605Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T07:59:15.605Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T07:59:15.605Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3e9bc1b-542c-4f92-a27b-95aa53902adb",
  "consumerID": "clamp",
  "timestamp": 1632988701514,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930075552/1.0/artifacts/service-Vfw20210930075552-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T07:59:15.606Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T07:59:15.606Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T07:59:15.606Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3e9bc1b-542c-4f92-a27b-95aa53902adb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632988699351,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930075552/1.0/artifacts/service-Vfw20210930075552-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T07:59:15.606Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T07:59:15.606Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T07:59:15.606Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3e9bc1b-542c-4f92-a27b-95aa53902adb",
  "consumerID": "dcae-sch",
  "timestamp": 1632988705975,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930075552/1.0/resourceInstances/vfwab9813bc86490/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T07:59:15.606Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T07:59:15.606Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T07:59:15.606Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3e9bc1b-542c-4f92-a27b-95aa53902adb",
  "consumerID": "policy-id",
  "timestamp": 1632988701317,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930075552/1.0/artifacts/service-Vfw20210930075552-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T07:59:15.606Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T07:59:15.607Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T07:59:15.607Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3e9bc1b-542c-4f92-a27b-95aa53902adb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632988694933,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930075552/1.0/artifacts/service-Vfw20210930075552-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T07:59:15.607Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T07:59:15.607Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T07:59:15.607Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3e9bc1b-542c-4f92-a27b-95aa53902adb",
  "consumerID": "cds",
  "timestamp": 1632988696277,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930075552/1.0/artifacts/service-Vfw20210930075552-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T07:59:15.607Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T07:59:15.607Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T07:59:15.607Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3e9bc1b-542c-4f92-a27b-95aa53902adb",
  "consumerID": "aai-ml",
  "timestamp": 1632988704245,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930075552/1.0/artifacts/service-Vfw20210930075552-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T07:59:15.607Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T07:59:15.608Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T07:59:15.608Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3e9bc1b-542c-4f92-a27b-95aa53902adb",
  "consumerID": "clamp",
  "timestamp": 1632988701514,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930075552/1.0/artifacts/service-Vfw20210930075552-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T07:59:15.608Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T07:59:15.608Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T07:59:15.608Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3e9bc1b-542c-4f92-a27b-95aa53902adb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632988699351,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930075552/1.0/artifacts/service-Vfw20210930075552-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-30T07:59:15.608Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T07:59:15.608Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T07:59:15.608Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3e9bc1b-542c-4f92-a27b-95aa53902adb",
  "consumerID": "dcae-sch",
  "timestamp": 1632988705975,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930075552/1.0/resourceInstances/vfwab9813bc86490/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-30T07:59:15.608Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T07:59:15.608Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T07:59:15.608Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3e9bc1b-542c-4f92-a27b-95aa53902adb",
  "consumerID": "policy-id",
  "timestamp": 1632988701317,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930075552/1.0/artifacts/service-Vfw20210930075552-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T07:59:15.609Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T07:59:15.609Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T07:59:15.609Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3e9bc1b-542c-4f92-a27b-95aa53902adb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632988694933,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930075552/1.0/artifacts/service-Vfw20210930075552-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T07:59:15.609Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T07:59:15.609Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T07:59:15.609Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3e9bc1b-542c-4f92-a27b-95aa53902adb",
  "consumerID": "cds",
  "timestamp": 1632988696277,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930075552/1.0/artifacts/service-Vfw20210930075552-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T07:59:15.609Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T07:59:15.610Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T07:59:15.610Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3e9bc1b-542c-4f92-a27b-95aa53902adb",
  "consumerID": "aai-ml",
  "timestamp": 1632988704245,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930075552/1.0/artifacts/service-Vfw20210930075552-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T07:59:15.610Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T07:59:15.610Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T07:59:15.610Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3e9bc1b-542c-4f92-a27b-95aa53902adb",
  "consumerID": "dcae-sch",
  "timestamp": 1632988705975,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930075552/1.0/artifacts/service-Vfw20210930075552-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T07:59:15.610Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T07:59:15.610Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T07:59:15.610Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3e9bc1b-542c-4f92-a27b-95aa53902adb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632988711442,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930075552/1.0/resourceInstances/vfwab9813bc86490/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T07:59:15.610Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T07:59:15.611Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T07:59:15.611Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3e9bc1b-542c-4f92-a27b-95aa53902adb",
  "consumerID": "dcae-sch",
  "timestamp": 1632988705975,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930075552/1.0/artifacts/service-Vfw20210930075552-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-30T07:59:15.611Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T07:59:15.611Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T07:59:15.611Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3e9bc1b-542c-4f92-a27b-95aa53902adb",
  "consumerID": "policy-id",
  "timestamp": 1632988712852,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930075552/1.0/artifacts/service-Vfw20210930075552-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-30T07:59:15.611Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T07:59:15.612Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T07:59:15.612Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3e9bc1b-542c-4f92-a27b-95aa53902adb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632988713042,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930075552/1.0/artifacts/service-Vfw20210930075552-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-30T07:59:15.612Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T07:59:15.612Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T07:59:15.612Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3e9bc1b-542c-4f92-a27b-95aa53902adb",
  "consumerID": "cds",
  "timestamp": 1632988713055,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930075552/1.0/artifacts/service-Vfw20210930075552-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-30T07:59:15.612Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T07:59:15.612Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T07:59:15.612Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3e9bc1b-542c-4f92-a27b-95aa53902adb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632988711442,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930075552/1.0/resourceInstances/vfwab9813bc86490/artifacts/vfwab9813bc86490_modules.json",
  "status": "NOTIFIED"
}
2021-09-30T07:59:15.612Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T07:59:15.613Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T07:59:15.613Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3e9bc1b-542c-4f92-a27b-95aa53902adb",
  "consumerID": "aai-ml",
  "timestamp": 1632988713531,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930075552/1.0/artifacts/service-Vfw20210930075552-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-30T07:59:15.613Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T07:59:15.613Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T07:59:15.613Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3e9bc1b-542c-4f92-a27b-95aa53902adb",
  "consumerID": "policy-id",
  "timestamp": 1632988713857,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930075552/1.0/artifacts/service-Vfw20210930075552-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-30T07:59:15.613Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T07:59:15.613Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T07:59:15.613Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3e9bc1b-542c-4f92-a27b-95aa53902adb",
  "consumerID": "cds",
  "timestamp": 1632988714063,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930075552/1.0/artifacts/service-Vfw20210930075552-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-30T07:59:15.625Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f3e9bc1b-542c-4f92-a27b-95aa53902adb
2021-09-30T07:59:15.625Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId f3e9bc1b-542c-4f92-a27b-95aa53902adb 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-30T07:59:15.646Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T07:59:15.646Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3e9bc1b-542c-4f92-a27b-95aa53902adb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632988711442,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930075552/1.0/resourceInstances/vfwab9813bc86490/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-09-30T07:59:15.646Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T07:59:15.647Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T07:59:15.647Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3e9bc1b-542c-4f92-a27b-95aa53902adb",
  "consumerID": "policy-id",
  "timestamp": 1632988714860,
  "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-30T07:59:15.651Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f3e9bc1b-542c-4f92-a27b-95aa53902adb
2021-09-30T07:59:15.652Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId f3e9bc1b-542c-4f92-a27b-95aa53902adb 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-30T07:59:15.661Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T07:59:15.661Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3e9bc1b-542c-4f92-a27b-95aa53902adb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632988711442,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930075552/1.0/resourceInstances/vfwab9813bc86490/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T07:59:15.661Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T07:59:15.661Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T07:59:15.661Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3e9bc1b-542c-4f92-a27b-95aa53902adb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632988711442,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930075552/1.0/resourceInstances/vfwab9813bc86490/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-09-30T07:59:15.662Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T07:59:15.662Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T07:59:15.662Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3e9bc1b-542c-4f92-a27b-95aa53902adb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632988711442,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930075552/1.0/artifacts/service-Vfw20210930075552-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T07:59:15.662Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T07:59:15.662Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T07:59:15.662Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3e9bc1b-542c-4f92-a27b-95aa53902adb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632988717561,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930075552/1.0/resourceInstances/vfwab9813bc86490/artifacts/vfwab9813bc86490_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-30T07:59:15.662Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T07:59:15.663Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T07:59:15.663Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3e9bc1b-542c-4f92-a27b-95aa53902adb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632988711442,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930075552/1.0/artifacts/service-Vfw20210930075552-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T07:59:15.663Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T07:59:15.663Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T07:59:15.663Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3e9bc1b-542c-4f92-a27b-95aa53902adb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632988719160,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930075552/1.0/resourceInstances/vfwab9813bc86490/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-30T07:59:15.663Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T07:59:15.663Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T07:59:15.664Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3e9bc1b-542c-4f92-a27b-95aa53902adb",
  "consumerID": "clamp",
  "timestamp": 1632988719662,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930075552/1.0/artifacts/service-Vfw20210930075552-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-30T07:59:15.664Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T07:59:15.664Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T07:59:15.664Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3e9bc1b-542c-4f92-a27b-95aa53902adb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632988720027,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930075552/1.0/resourceInstances/vfwab9813bc86490/artifacts/vfwab9813bc86490_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-30T07:59:15.664Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T07:59:15.664Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T07:59:15.664Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3e9bc1b-542c-4f92-a27b-95aa53902adb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632988720502,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930075552/1.0/resourceInstances/vfwab9813bc86490/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-09-30T07:59:15.664Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T07:59:15.665Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T07:59:15.665Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3e9bc1b-542c-4f92-a27b-95aa53902adb",
  "consumerID": "clamp",
  "timestamp": 1632988720681,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930075552/1.0/artifacts/service-Vfw20210930075552-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-30T07:59:15.665Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T07:59:15.665Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T07:59:15.665Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3e9bc1b-542c-4f92-a27b-95aa53902adb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632988721265,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930075552/1.0/resourceInstances/vfwab9813bc86490/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-30T07:59:15.665Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T07:59:15.665Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T07:59:15.665Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3e9bc1b-542c-4f92-a27b-95aa53902adb",
  "consumerID": "clamp",
  "timestamp": 1632988721684,
  "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-30T07:59:15.672Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f3e9bc1b-542c-4f92-a27b-95aa53902adb
2021-09-30T07:59:15.672Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId f3e9bc1b-542c-4f92-a27b-95aa53902adb 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-30T07:59:15.681Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T07:59:15.681Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3e9bc1b-542c-4f92-a27b-95aa53902adb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632988721750,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930075552/1.0/resourceInstances/vfwab9813bc86490/artifacts/vfwab9813bc86490_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-30T07:59:15.682Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T07:59:15.682Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T07:59:15.682Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3e9bc1b-542c-4f92-a27b-95aa53902adb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632988722752,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930075552/1.0/resourceInstances/vfwab9813bc86490/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-09-30T07:59:15.682Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T07:59:15.683Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T07:59:15.683Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3e9bc1b-542c-4f92-a27b-95aa53902adb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632988723245,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930075552/1.0/resourceInstances/vfwab9813bc86490/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-09-30T07:59:15.683Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T07:59:15.683Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T07:59:15.683Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3e9bc1b-542c-4f92-a27b-95aa53902adb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632988722851,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930075552/1.0/resourceInstances/vfwab9813bc86490/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T07:59:15.683Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T07:59:15.683Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T07:59:15.684Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3e9bc1b-542c-4f92-a27b-95aa53902adb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632988723756,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930075552/1.0/resourceInstances/vfwab9813bc86490/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-09-30T07:59:15.684Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T07:59:15.684Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T07:59:15.684Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3e9bc1b-542c-4f92-a27b-95aa53902adb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632988724302,
  "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-30T07:59:15.690Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f3e9bc1b-542c-4f92-a27b-95aa53902adb
2021-09-30T07:59:15.691Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId f3e9bc1b-542c-4f92-a27b-95aa53902adb 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-30T07:59:15.699Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T07:59:15.699Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3e9bc1b-542c-4f92-a27b-95aa53902adb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632988722851,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930075552/1.0/resourceInstances/vfwab9813bc86490/artifacts/vfwab9813bc86490_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-30T07:59:15.700Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T07:59:15.700Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T07:59:15.700Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3e9bc1b-542c-4f92-a27b-95aa53902adb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632988724760,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930075552/1.0/artifacts/service-Vfw20210930075552-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-30T07:59:15.700Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T07:59:15.701Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T07:59:15.701Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3e9bc1b-542c-4f92-a27b-95aa53902adb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632988725311,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930075552/1.0/resourceInstances/vfwab9813bc86490/artifacts/vfwab9813bc86490_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-30T07:59:15.701Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T07:59:15.701Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T07:59:15.701Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3e9bc1b-542c-4f92-a27b-95aa53902adb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632988722851,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930075552/1.0/resourceInstances/vfwab9813bc86490/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T07:59:15.702Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T07:59:15.702Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T07:59:15.702Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3e9bc1b-542c-4f92-a27b-95aa53902adb",
  "consumerID": "aai-ml",
  "timestamp": 1632988726040,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930075552/1.0/artifacts/service-Vfw20210930075552-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-30T07:59:15.702Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T07:59:15.702Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T07:59:15.702Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3e9bc1b-542c-4f92-a27b-95aa53902adb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632988722851,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930075552/1.0/resourceInstances/vfwab9813bc86490/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T07:59:15.703Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T07:59:15.703Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T07:59:15.703Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3e9bc1b-542c-4f92-a27b-95aa53902adb",
  "consumerID": "aai-ml",
  "timestamp": 1632988727045,
  "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-30T07:59:15.708Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f3e9bc1b-542c-4f92-a27b-95aa53902adb
2021-09-30T07:59:15.708Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId f3e9bc1b-542c-4f92-a27b-95aa53902adb 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-30T07:59:15.717Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T07:59:15.717Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3e9bc1b-542c-4f92-a27b-95aa53902adb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632988722851,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930075552/1.0/resourceInstances/vfwab9813bc86490/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-30T07:59:15.717Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T07:59:15.717Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T07:59:15.717Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3e9bc1b-542c-4f92-a27b-95aa53902adb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632988722851,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930075552/1.0/artifacts/service-Vfw20210930075552-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T07:59:15.718Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T07:59:15.718Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T07:59:15.718Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3e9bc1b-542c-4f92-a27b-95aa53902adb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632988722851,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930075552/1.0/artifacts/service-Vfw20210930075552-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T07:59:15.718Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-30T07:59:15.718Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T07:59:15.718Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3e9bc1b-542c-4f92-a27b-95aa53902adb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632988732163,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930075552/1.0/artifacts/service-Vfw20210930075552-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-30T07:59:15.718Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T07:59:15.719Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T07:59:15.719Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3e9bc1b-542c-4f92-a27b-95aa53902adb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632988735595,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210930075552/1.0/artifacts/service-Vfw20210930075552-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-30T07:59:15.719Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T07:59:15.719Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T07:59:15.719Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3e9bc1b-542c-4f92-a27b-95aa53902adb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632988736601,
  "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-30T07:59:15.724Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f3e9bc1b-542c-4f92-a27b-95aa53902adb
2021-09-30T07:59:15.725Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId f3e9bc1b-542c-4f92-a27b-95aa53902adb 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-30T07:59:15.776Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f3e9bc1b-542c-4f92-a27b-95aa53902adb
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-30T07:59:15.789Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f3e9bc1b-542c-4f92-a27b-95aa53902adb
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-30T07:59:15.792Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-30T07:59:15.792Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-30T07:59:15.793Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-30T07:59:15.793Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-30T07:59:15.793Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-30T07:59:15.793Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-30T07:59:15.793Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-30T07:59:15.794Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-30T07:59:15.794Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-30T07:59:15.794Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-30T07:59:15.794Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|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-30T07:59:15.799Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-30T07:59:45.800Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f3e9bc1b-542c-4f92-a27b-95aa53902adb 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-30T07:59:45.806Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f3e9bc1b-542c-4f92-a27b-95aa53902adb and serviceModelVersionId: 743cc741-9c29-48a0-b99c-cf168678f413
2021-09-30T07:59:45.807Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4aa6dcab-36d1-42f7-8fb4-4d1f7d7d59bd
2021-09-30T07:59:45.808Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4aa6dcab-36d1-42f7-8fb4-4d1f7d7d59bd/model-vers/model-ver/743cc741-9c29-48a0-b99c-cf168678f413?depth=0
2021-09-30T07:59:45.816Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2021-09-30T07:59:45.886Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4aa6dcab-36d1-42f7-8fb4-4d1f7d7d59bd/model-vers/model-ver/743cc741-9c29-48a0-b99c-cf168678f413?depth=0|INFO|500||Invoke
2021-09-30T07:59:45.887Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4aa6dcab-36d1-42f7-8fb4-4d1f7d7d59bd/model-vers/model-ver/743cc741-9c29-48a0-b99c-cf168678f413?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4aa6dcab-36d1-42f7-8fb4-4d1f7d7d59bd/model-vers/model-ver/743cc741-9c29-48a0-b99c-cf168678f413?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f3e9bc1b-542c-4f92-a27b-95aa53902adb], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b7729c15-5c8e-495d-9764-5ba0c43692ea], X-ECOMP-RequestID=[f3e9bc1b-542c-4f92-a27b-95aa53902adb], X-TransactionId=[], X-ONAP-RequestID=[f3e9bc1b-542c-4f92-a27b-95aa53902adb], Content-Type=[application/merge-patch+json]}
2021-09-30T07:59:45.910Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4aa6dcab-36d1-42f7-8fb4-4d1f7d7d59bd/model-vers/model-ver/743cc741-9c29-48a0-b99c-cf168678f413?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-30T07:59:46.529Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4aa6dcab-36d1-42f7-8fb4-4d1f7d7d59bd/model-vers/model-ver/743cc741-9c29-48a0-b99c-cf168678f413?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/4aa6dcab-36d1-42f7-8fb4-4d1f7d7d59bd/model-vers/model-ver/743cc741-9c29-48a0-b99c-cf168678f413?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210930-07:59:45:923-7685], vertex-id=[188600], Content-Length=[0], Date=[Thu, 30 Sep 2021 07:59:45 GMT], Content-Type=[application/json]}
2021-09-30T07:59:46.530Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4aa6dcab-36d1-42f7-8fb4-4d1f7d7d59bd/model-vers/model-ver/743cc741-9c29-48a0-b99c-cf168678f413?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-09-30T07:59:46.530Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4aa6dcab-36d1-42f7-8fb4-4d1f7d7d59bd/model-vers/model-ver/743cc741-9c29-48a0-b99c-cf168678f413?depth=0|INFO|500||InvokeReturn
2021-09-30T07:59:46.531Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-30T07:59:46.531Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|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-30T07:59:46.538Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|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-30T07:59:46.538Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f3e9bc1b-542c-4f92-a27b-95aa53902adb and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-30T07:59:46.539Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-30T07:59:46.539Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-30T07:59:46.541Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T07:59:46.541Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "f3e9bc1b-542c-4f92-a27b-95aa53902adb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632988786539,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-30T07:59:46.642Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-30T07:59:46.643Z||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-30T07:59:46.643Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T07:59:46.663Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T07:59:46.663Z||pool-50-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-30T07:59:47.554Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T07:59:47.555Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|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-30T07:59:47.555Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|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 2cjfMityS9h3J0jo) ...
2021-09-30T07:59:57.112Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:00:14.935Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T08:00:14.939Z||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-30T08:00:14.939Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T08:00:14.939Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T08:00:14.940Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|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-30T08:00:14.940Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|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 2cjfMityS9h3J0jo) ...
2021-09-30T08:00:15.577Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:00:15.578Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-30T08:00:15.578Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3e9bc1b-542c-4f92-a27b-95aa53902adb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632988786539,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-30T08:00:15.581Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T08:00:24.495Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:01:14.933Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T08:01:14.935Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T08:01:14.935Z||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-30T08:01:14.936Z||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-30T08:01:14.936Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T08:01:14.936Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T08:01:24.515Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:01:24.525Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:02:14.935Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T08:02:14.935Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T08:02:14.940Z||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-30T08:02:14.940Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T08:02:14.944Z||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-30T08:02:14.945Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T08:02:24.511Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:02:24.513Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:03:14.934Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T08:03:14.935Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T08:03:14.940Z||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-30T08:03:14.940Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T08:03:14.940Z||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-30T08:03:14.940Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T08:03:24.539Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:03:24.539Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:04:14.935Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T08:04:14.935Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T08:04:14.941Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|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-30T08:04:14.941Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|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 2cjfMityS9h3J0jo) ...
2021-09-30T08:04:14.941Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T08:04:14.942Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2cjfMityS9h3J0jo) ...
2021-09-30T08:04:24.510Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:04:24.519Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:05:14.936Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T08:05:14.935Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T08:05:14.939Z||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-30T08:05:14.939Z||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-30T08:05:14.939Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T08:05:14.939Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T08:05:24.497Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:05:24.512Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:06:14.934Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T08:06:14.935Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T08:06:14.937Z||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-30T08:06:14.937Z||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-30T08:06:14.937Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T08:06:14.937Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T08:06:24.505Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:06:24.508Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:07:14.934Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T08:07:14.939Z||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-30T08:07:14.939Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T08:07:14.939Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T08:07:14.940Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|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-30T08:07:14.940Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|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 2cjfMityS9h3J0jo) ...
2021-09-30T08:07:24.502Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:07:24.511Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:08:14.935Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T08:08:14.934Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T08:08:14.938Z||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-30T08:08:14.938Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|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-30T08:08:14.939Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T08:08:14.939Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|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 2cjfMityS9h3J0jo) ...
2021-09-30T08:08:24.545Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:08:24.596Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:09:14.936Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T08:09:14.936Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T08:09:14.942Z||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-30T08:09:14.943Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T08:09:14.942Z||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-30T08:09:14.943Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T08:09:24.506Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:09:24.513Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:10:14.934Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T08:10:14.935Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T08:10:14.938Z||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-30T08:10:14.938Z||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-30T08:10:14.938Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T08:10:14.939Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T08:10:15.579Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:10:15.579Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:10:15.581Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-30T08:10:15.582Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T08:10:15.582Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48773fe4-8e21-458b-b6a6-66f2ecf6eb60",
  "consumerID": "dcae-sch",
  "timestamp": 1632989365975,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:10:15.582Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"48773fe4-8e21-458b-b6a6-66f2ecf6eb60","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"a160306f-764b-4a93-9ae5-03fde5d8b02a","serviceDescription":"service","serviceInvariantUUID":"f368b8fc-2cdd-4546-9f48-04d92a7b4798","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"374906b9-63f7-4bc8-a0f2-c9b23cd27ca4","resourceInvariantUUID":"a3a2376a-8d11-4de2-865a-6fe55a4feaf7","resourceCustomizationUUID":"0fb7d382-717f-4df4-8ee6-5734e865cb37","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":"NTlhNWM0NzRmYzQ2NGVmZjE4NDA0Y2Y0YWVlMzZjZTc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"09ab7da1-4ef1-425a-ac4b-dc8821c5344e","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NzZjNTJjZWIyOTgwZTM1ZTM0MDZlMDgxMTJmZGY1NDQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"bcf63e02-76f4-4947-adb8-1a33da53ec2c","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-30T08:10:15.584Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:10:15.585Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T08:10:15.585Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48773fe4-8e21-458b-b6a6-66f2ecf6eb60",
  "consumerID": "aai-ml",
  "timestamp": 1632989364247,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:10:15.585Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:10:15.585Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T08:10:15.585Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48773fe4-8e21-458b-b6a6-66f2ecf6eb60",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632989371438,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:10:15.585Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:10:15.585Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T08:10:15.586Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48773fe4-8e21-458b-b6a6-66f2ecf6eb60",
  "consumerID": "cds",
  "timestamp": 1632989371277,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:10:15.586Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:10:15.586Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T08:10:15.586Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48773fe4-8e21-458b-b6a6-66f2ecf6eb60",
  "consumerID": "aai-ml",
  "timestamp": 1632989364247,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T08:10:15.586Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:10:15.586Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T08:10:15.587Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48773fe4-8e21-458b-b6a6-66f2ecf6eb60",
  "consumerID": "dcae-sch",
  "timestamp": 1632989365975,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:10:15.587Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:10:15.587Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T08:10:15.587Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48773fe4-8e21-458b-b6a6-66f2ecf6eb60",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632989371438,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T08:10:15.587Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:10:15.587Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T08:10:15.587Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48773fe4-8e21-458b-b6a6-66f2ecf6eb60",
  "consumerID": "cds",
  "timestamp": 1632989371277,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T08:10:15.588Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:10:15.588Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T08:10:15.588Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48773fe4-8e21-458b-b6a6-66f2ecf6eb60",
  "consumerID": "cds",
  "timestamp": 1632989376639,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-30T08:10:15.588Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T08:10:15.588Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T08:10:15.588Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48773fe4-8e21-458b-b6a6-66f2ecf6eb60",
  "consumerID": "aai-ml",
  "timestamp": 1632989376651,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-30T08:10:15.589Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T08:10:15.589Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T08:10:15.589Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48773fe4-8e21-458b-b6a6-66f2ecf6eb60",
  "consumerID": "cds",
  "timestamp": 1632989377645,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
2021-09-30T08:10:15.592Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T08:10:15.593Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-30T08:10:15.599Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T08:10:15.599Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "48773fe4-8e21-458b-b6a6-66f2ecf6eb60",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632989414934,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-30T08:10:15.611Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 48773fe4-8e21-458b-b6a6-66f2ecf6eb60
2021-09-30T08:10:15.612Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 48773fe4-8e21-458b-b6a6-66f2ecf6eb60 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-30T08:10:15.634Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T08:10:15.635Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48773fe4-8e21-458b-b6a6-66f2ecf6eb60",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632989379351,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:10:15.635Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:10:15.635Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T08:10:15.635Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48773fe4-8e21-458b-b6a6-66f2ecf6eb60",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632989379351,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:10:15.635Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:10:15.635Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T08:10:15.635Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48773fe4-8e21-458b-b6a6-66f2ecf6eb60",
  "consumerID": "aai-ml",
  "timestamp": 1632989381230,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-30T08:10:15.635Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T08:10:15.636Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T08:10:15.636Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48773fe4-8e21-458b-b6a6-66f2ecf6eb60",
  "consumerID": "policy-id",
  "timestamp": 1632989381317,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:10:15.636Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:10:15.636Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T08:10:15.636Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48773fe4-8e21-458b-b6a6-66f2ecf6eb60",
  "consumerID": "aai-ml",
  "timestamp": 1632989382234,
  "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-30T08:10:15.641Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 48773fe4-8e21-458b-b6a6-66f2ecf6eb60
2021-09-30T08:10:15.641Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 48773fe4-8e21-458b-b6a6-66f2ecf6eb60 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-30T08:10:15.650Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T08:10:15.650Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48773fe4-8e21-458b-b6a6-66f2ecf6eb60",
  "consumerID": "policy-id",
  "timestamp": 1632989381317,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T08:10:15.650Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:10:15.650Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T08:10:15.650Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48773fe4-8e21-458b-b6a6-66f2ecf6eb60",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632989382852,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:10:15.650Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:10:15.650Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T08:10:15.650Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48773fe4-8e21-458b-b6a6-66f2ecf6eb60",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632989382852,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T08:10:15.651Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:10:15.651Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T08:10:15.651Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48773fe4-8e21-458b-b6a6-66f2ecf6eb60",
  "consumerID": "policy-id",
  "timestamp": 1632989385330,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-30T08:10:15.651Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T08:10:15.651Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T08:10:15.651Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48773fe4-8e21-458b-b6a6-66f2ecf6eb60",
  "consumerID": "policy-id",
  "timestamp": 1632989386343,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-30T08:10:15.651Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T08:10:15.651Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T08:10:15.652Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48773fe4-8e21-458b-b6a6-66f2ecf6eb60",
  "consumerID": "policy-id",
  "timestamp": 1632989387352,
  "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-30T08:10:15.657Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 48773fe4-8e21-458b-b6a6-66f2ecf6eb60
2021-09-30T08:10:15.657Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 48773fe4-8e21-458b-b6a6-66f2ecf6eb60 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-30T08:10:15.665Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T08:10:15.665Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48773fe4-8e21-458b-b6a6-66f2ecf6eb60",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632989387552,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-30T08:10:15.666Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T08:10:15.666Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T08:10:15.666Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48773fe4-8e21-458b-b6a6-66f2ecf6eb60",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632989389194,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-30T08:10:15.666Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T08:10:15.666Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T08:10:15.666Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48773fe4-8e21-458b-b6a6-66f2ecf6eb60",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632989390199,
  "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-30T08:10:15.671Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 48773fe4-8e21-458b-b6a6-66f2ecf6eb60
2021-09-30T08:10:15.672Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 48773fe4-8e21-458b-b6a6-66f2ecf6eb60 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-30T08:10:15.681Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T08:10:15.681Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48773fe4-8e21-458b-b6a6-66f2ecf6eb60",
  "consumerID": "clamp",
  "timestamp": 1632989391514,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:10:15.681Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:10:15.681Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T08:10:15.681Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48773fe4-8e21-458b-b6a6-66f2ecf6eb60",
  "consumerID": "clamp",
  "timestamp": 1632989391514,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T08:10:15.682Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:10:15.682Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T08:10:15.682Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48773fe4-8e21-458b-b6a6-66f2ecf6eb60",
  "consumerID": "clamp",
  "timestamp": 1632989397787,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-30T08:10:15.682Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T08:10:15.682Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T08:10:15.682Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48773fe4-8e21-458b-b6a6-66f2ecf6eb60",
  "consumerID": "clamp",
  "timestamp": 1632989399790,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-30T08:10:15.683Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T08:10:15.683Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T08:10:15.683Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48773fe4-8e21-458b-b6a6-66f2ecf6eb60",
  "consumerID": "clamp",
  "timestamp": 1632989400796,
  "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-30T08:10:15.688Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 48773fe4-8e21-458b-b6a6-66f2ecf6eb60
2021-09-30T08:10:15.688Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 48773fe4-8e21-458b-b6a6-66f2ecf6eb60 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-30T08:10:15.699Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-30T08:10:15.701Z||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-30T08:10:15.701Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T08:10:15.716Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:10:15.718Z||pool-51-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2021-09-30T08:10:16.600Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T08:10:16.601Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-30T08:10:16.603Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T08:10:16.603Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "48773fe4-8e21-458b-b6a6-66f2ecf6eb60",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632989414934,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T08:10:16.703Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T08:10:16.704Z||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-30T08:10:16.704Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T08:10:16.722Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:10:16.722Z||pool-52-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2021-09-30T08:10:17.604Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "48773fe4-8e21-458b-b6a6-66f2ecf6eb60",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "a160306f-764b-4a93-9ae5-03fde5d8b02a",
  "serviceDescription": "service",
  "serviceInvariantUUID": "f368b8fc-2cdd-4546-9f48-04d92a7b4798",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "0fb7d382-717f-4df4-8ee6-5734e865cb37",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "374906b9-63f7-4bc8-a0f2-c9b23cd27ca4",
      "resourceInvariantUUID": "a3a2376a-8d11-4de2-865a-6fe55a4feaf7",
      "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": "NzZjNTJjZWIyOTgwZTM1ZTM0MDZlMDgxMTJmZGY1NDQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "bcf63e02-76f4-4947-adb8-1a33da53ec2c"
    }
  ],
  "workloadContext": "Production"
}
2021-09-30T08:10:17.605Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-30T08:10:17.605Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 a160306f-764b-4a93-9ae5-03fde5d8b02a ASDC
2021-09-30T08:10:17.606Z|48773fe4-8e21-458b-b6a6-66f2ecf6eb60|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:48773fe4-8e21-458b-b6a6-66f2ecf6eb60
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:a160306f-764b-4a93-9ae5-03fde5d8b02a
ServiceInvariantUUID:f368b8fc-2cdd-4546-9f48-04d92a7b4798
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:bcf63e02-76f4-4947-adb8-1a33da53ec2c
ArtifactChecksum:NzZjNTJjZWIyOTgwZTM1ZTM0MDZlMDgxMTJmZGY1NDQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:0fb7d382-717f-4df4-8ee6-5734e865cb37
ResourceInvariantUUID:a3a2376a-8d11-4de2-865a-6fe55a4feaf7
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:374906b9-63f7-4bc8-a0f2-c9b23cd27ca4
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2021-09-30T08:10:17.607Z|48773fe4-8e21-458b-b6a6-66f2ecf6eb60|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a160306f-764b-4a93-9ae5-03fde5d8b02a 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-30T08:10:17.639Z|48773fe4-8e21-458b-b6a6-66f2ecf6eb60|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-30T08:10:17.640Z|48773fe4-8e21-458b-b6a6-66f2ecf6eb60|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-09-30T08:10:17.640Z|48773fe4-8e21-458b-b6a6-66f2ecf6eb60|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-09-30T08:10:17.641Z|48773fe4-8e21-458b-b6a6-66f2ecf6eb60|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: bcf63e02-76f4-4947-adb8-1a33da53ec2c from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-09-30T08:10:17.641Z|48773fe4-8e21-458b-b6a6-66f2ecf6eb60|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-09-30T08:10:17.642Z|48773fe4-8e21-458b-b6a6-66f2ecf6eb60|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-09-30T08:10:18.634Z|48773fe4-8e21-458b-b6a6-66f2ecf6eb60|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-09-30T08:10:18.637Z|48773fe4-8e21-458b-b6a6-66f2ecf6eb60|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar bcf63e02-76f4-4947-adb8-1a33da53ec2c 52170
2021-09-30T08:10:18.637Z|48773fe4-8e21-458b-b6a6-66f2ecf6eb60|pool-2-thread-7|||||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-30T08:10:18.637Z|48773fe4-8e21-458b-b6a6-66f2ecf6eb60|pool-2-thread-7|||||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-30T08:10:18.637Z|48773fe4-8e21-458b-b6a6-66f2ecf6eb60|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-30T08:10:18.638Z|48773fe4-8e21-458b-b6a6-66f2ecf6eb60|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-30T08:10:18.640Z|48773fe4-8e21-458b-b6a6-66f2ecf6eb60|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T08:10:18.640Z|48773fe4-8e21-458b-b6a6-66f2ecf6eb60|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "48773fe4-8e21-458b-b6a6-66f2ecf6eb60",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632989418637,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-30T08:10:18.741Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-30T08:10:18.742Z||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-30T08:10:18.742Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T08:10:18.754Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:10:18.754Z||pool-53-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-30T08:10:19.641Z|48773fe4-8e21-458b-b6a6-66f2ecf6eb60|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-30T08:10:19.642Z|48773fe4-8e21-458b-b6a6-66f2ecf6eb60|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-09-30T08:10:19.642Z|48773fe4-8e21-458b-b6a6-66f2ecf6eb60|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: bcf63e02-76f4-4947-adb8-1a33da53ec2c, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-30T08:10:19.655Z|48773fe4-8e21-458b-b6a6-66f2ecf6eb60|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2021-09-30T08:10:19.656Z|48773fe4-8e21-458b-b6a6-66f2ecf6eb60|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-30T08:10:19.656Z|48773fe4-8e21-458b-b6a6-66f2ecf6eb60|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-30T08:10:19.799Z|48773fe4-8e21-458b-b6a6-66f2ecf6eb60|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6477740047977613505/Definitions/service-BasicNetwork-template.yml
2021-09-30T08:10:20.384Z|48773fe4-8e21-458b-b6a6-66f2ecf6eb60|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-30T08:10:20.385Z|48773fe4-8e21-458b-b6a6-66f2ecf6eb60|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-09-30T08:10:20.385Z|48773fe4-8e21-458b-b6a6-66f2ecf6eb60|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-30T08:10:20.385Z|48773fe4-8e21-458b-b6a6-66f2ecf6eb60|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-09-30T08:10:20.385Z|48773fe4-8e21-458b-b6a6-66f2ecf6eb60|pool-2-thread-7|||||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-30T08:10:20.385Z|48773fe4-8e21-458b-b6a6-66f2ecf6eb60|pool-2-thread-7|||||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-30T08:10:20.386Z|48773fe4-8e21-458b-b6a6-66f2ecf6eb60|pool-2-thread-7|||||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-30T08:10:20.386Z|48773fe4-8e21-458b-b6a6-66f2ecf6eb60|pool-2-thread-7|||||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-30T08:10:20.386Z|48773fe4-8e21-458b-b6a6-66f2ecf6eb60|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-30T08:10:20.386Z|48773fe4-8e21-458b-b6a6-66f2ecf6eb60|pool-2-thread-7|||||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-30T08:10:20.386Z|48773fe4-8e21-458b-b6a6-66f2ecf6eb60|pool-2-thread-7|||||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-30T08:10:20.386Z|48773fe4-8e21-458b-b6a6-66f2ecf6eb60|pool-2-thread-7|||||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-30T08:10:20.386Z|48773fe4-8e21-458b-b6a6-66f2ecf6eb60|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-09-30T08:10:20.387Z|48773fe4-8e21-458b-b6a6-66f2ecf6eb60|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T08:10:20.387Z|48773fe4-8e21-458b-b6a6-66f2ecf6eb60|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T08:10:20.394Z|48773fe4-8e21-458b-b6a6-66f2ecf6eb60|pool-2-thread-7|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-09-30T08:10:20.394Z|48773fe4-8e21-458b-b6a6-66f2ecf6eb60|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-09-30T08:10:20.394Z|48773fe4-8e21-458b-b6a6-66f2ecf6eb60|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-30T08:10:20.395Z|48773fe4-8e21-458b-b6a6-66f2ecf6eb60|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T08:10:20.395Z|48773fe4-8e21-458b-b6a6-66f2ecf6eb60|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T08:10:20.395Z|48773fe4-8e21-458b-b6a6-66f2ecf6eb60|pool-2-thread-7|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-09-30T08:10:20.395Z|48773fe4-8e21-458b-b6a6-66f2ecf6eb60|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-09-30T08:10:20.395Z|48773fe4-8e21-458b-b6a6-66f2ecf6eb60|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-30T08:10:20.395Z|48773fe4-8e21-458b-b6a6-66f2ecf6eb60|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T08:10:20.396Z|48773fe4-8e21-458b-b6a6-66f2ecf6eb60|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T08:10:20.396Z|48773fe4-8e21-458b-b6a6-66f2ecf6eb60|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T08:10:20.396Z|48773fe4-8e21-458b-b6a6-66f2ecf6eb60|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T08:10:20.396Z|48773fe4-8e21-458b-b6a6-66f2ecf6eb60|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T08:10:20.396Z|48773fe4-8e21-458b-b6a6-66f2ecf6eb60|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T08:10:20.397Z|48773fe4-8e21-458b-b6a6-66f2ecf6eb60|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T08:10:20.397Z|48773fe4-8e21-458b-b6a6-66f2ecf6eb60|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T08:10:20.397Z|48773fe4-8e21-458b-b6a6-66f2ecf6eb60|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T08:10:20.397Z|48773fe4-8e21-458b-b6a6-66f2ecf6eb60|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T08:10:20.397Z|48773fe4-8e21-458b-b6a6-66f2ecf6eb60|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:a160306f-764b-4a93-9ae5-03fde5d8b02a
Model Version:NULL
Model InvariantUuid:f368b8fc-2cdd-4546-9f48-04d92a7b4798
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:a3a2376a-8d11-4de2-865a-6fe55a4feaf7
Model UUID:acc6e0d8-3ba8-4e4b-8730-7403b822cfc8
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:0fb7d382-717f-4df4-8ee6-5734e865cb37
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-30T08:10:20.406Z|48773fe4-8e21-458b-b6a6-66f2ecf6eb60|pool-2-thread-7|||||INFO|500||Processing Resource Type: VL, Model UUID: 374906b9-63f7-4bc8-a0f2-c9b23cd27ca4
2021-09-30T08:10:20.406Z|48773fe4-8e21-458b-b6a6-66f2ecf6eb60|pool-2-thread-7|||||INFO|500||No resources found for Service: a160306f-764b-4a93-9ae5-03fde5d8b02a
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-30T08:10:20.412Z|48773fe4-8e21-458b-b6a6-66f2ecf6eb60|pool-2-thread-7|||||INFO|500||
2021-09-30T08:10:20.412Z|48773fe4-8e21-458b-b6a6-66f2ecf6eb60|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2021-09-30T08:10:20.413Z|48773fe4-8e21-458b-b6a6-66f2ecf6eb60|pool-2-thread-7|||||DEBUG|500||No resources found for Service: a160306f-764b-4a93-9ae5-03fde5d8b02a
2021-09-30T08:10:20.413Z|48773fe4-8e21-458b-b6a6-66f2ecf6eb60|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: a160306f-764b-4a93-9ae5-03fde5d8b02a
2021-09-30T08:10:20.414Z|48773fe4-8e21-458b-b6a6-66f2ecf6eb60|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2021-09-30T08:10:20.414Z|48773fe4-8e21-458b-b6a6-66f2ecf6eb60|pool-2-thread-7|||||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-30T08:10:20.418Z|48773fe4-8e21-458b-b6a6-66f2ecf6eb60|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2f2cdddd, org.onap.sdc.toscaparser.api.parameters.Input@3f319115, org.onap.sdc.toscaparser.api.parameters.Input@471cebc1, org.onap.sdc.toscaparser.api.parameters.Input@76a5c6cd, org.onap.sdc.toscaparser.api.parameters.Input@3f2e2ff1]
2021-09-30T08:10:20.420Z|48773fe4-8e21-458b-b6a6-66f2ecf6eb60|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T08:10:20.420Z|48773fe4-8e21-458b-b6a6-66f2ecf6eb60|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T08:10:20.420Z|48773fe4-8e21-458b-b6a6-66f2ecf6eb60|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T08:10:20.421Z|48773fe4-8e21-458b-b6a6-66f2ecf6eb60|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T08:10:20.421Z|48773fe4-8e21-458b-b6a6-66f2ecf6eb60|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid a160306f-764b-4a93-9ae5-03fde5d8b02a: Generic NeutronNet
2021-09-30T08:10:20.421Z|48773fe4-8e21-458b-b6a6-66f2ecf6eb60|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T08:10:20.421Z|48773fe4-8e21-458b-b6a6-66f2ecf6eb60|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T08:10:20.421Z|48773fe4-8e21-458b-b6a6-66f2ecf6eb60|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T08:10:20.421Z|48773fe4-8e21-458b-b6a6-66f2ecf6eb60|pool-2-thread-7|||||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-30T08:10:20.452Z|48773fe4-8e21-458b-b6a6-66f2ecf6eb60|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T08:10:20.452Z|48773fe4-8e21-458b-b6a6-66f2ecf6eb60|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T08:10:20.452Z|48773fe4-8e21-458b-b6a6-66f2ecf6eb60|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T08:10:20.453Z|48773fe4-8e21-458b-b6a6-66f2ecf6eb60|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T08:10:20.453Z|48773fe4-8e21-458b-b6a6-66f2ecf6eb60|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T08:10:20.453Z|48773fe4-8e21-458b-b6a6-66f2ecf6eb60|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T08:10:20.453Z|48773fe4-8e21-458b-b6a6-66f2ecf6eb60|pool-2-thread-7|||||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-30T08:10:20.528Z|48773fe4-8e21-458b-b6a6-66f2ecf6eb60|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2021-09-30T08:10:20.528Z|48773fe4-8e21-458b-b6a6-66f2ecf6eb60|pool-2-thread-7|||||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-30T08:10:20.528Z|48773fe4-8e21-458b-b6a6-66f2ecf6eb60|pool-2-thread-7|||||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-30T08:10:20.529Z|48773fe4-8e21-458b-b6a6-66f2ecf6eb60|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-30T08:10:20.529Z|48773fe4-8e21-458b-b6a6-66f2ecf6eb60|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-30T08:10:20.531Z|48773fe4-8e21-458b-b6a6-66f2ecf6eb60|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T08:10:20.531Z|48773fe4-8e21-458b-b6a6-66f2ecf6eb60|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "48773fe4-8e21-458b-b6a6-66f2ecf6eb60",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632989420528,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-30T08:10:20.631Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T08:10:20.632Z||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-30T08:10:20.632Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T08:10:20.645Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:10:20.646Z||pool-54-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-30T08:10:21.532Z|48773fe4-8e21-458b-b6a6-66f2ecf6eb60|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 48773fe4-8e21-458b-b6a6-66f2ecf6eb60
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-30T08:10:21.549Z|48773fe4-8e21-458b-b6a6-66f2ecf6eb60|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 48773fe4-8e21-458b-b6a6-66f2ecf6eb60
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-30T08:10:21.555Z|48773fe4-8e21-458b-b6a6-66f2ecf6eb60|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-30T08:10:21.555Z|48773fe4-8e21-458b-b6a6-66f2ecf6eb60|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-30T08:10:21.556Z|48773fe4-8e21-458b-b6a6-66f2ecf6eb60|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-30T08:10:21.556Z|48773fe4-8e21-458b-b6a6-66f2ecf6eb60|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-30T08:10:21.556Z|48773fe4-8e21-458b-b6a6-66f2ecf6eb60|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-30T08:10:21.557Z|48773fe4-8e21-458b-b6a6-66f2ecf6eb60|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-30T08:10:21.557Z|48773fe4-8e21-458b-b6a6-66f2ecf6eb60|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-30T08:10:21.557Z|48773fe4-8e21-458b-b6a6-66f2ecf6eb60|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-30T08:10:21.558Z|48773fe4-8e21-458b-b6a6-66f2ecf6eb60|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-30T08:10:21.558Z|48773fe4-8e21-458b-b6a6-66f2ecf6eb60|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-30T08:10:21.558Z|48773fe4-8e21-458b-b6a6-66f2ecf6eb60|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-30T08:10:21.565Z|48773fe4-8e21-458b-b6a6-66f2ecf6eb60|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-30T08:10:51.565Z|48773fe4-8e21-458b-b6a6-66f2ecf6eb60|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 48773fe4-8e21-458b-b6a6-66f2ecf6eb60 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-30T08:10:51.578Z|48773fe4-8e21-458b-b6a6-66f2ecf6eb60|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 48773fe4-8e21-458b-b6a6-66f2ecf6eb60 and serviceModelVersionId: a160306f-764b-4a93-9ae5-03fde5d8b02a
2021-09-30T08:10:51.578Z|48773fe4-8e21-458b-b6a6-66f2ecf6eb60|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f368b8fc-2cdd-4546-9f48-04d92a7b4798
2021-09-30T08:10:51.579Z|48773fe4-8e21-458b-b6a6-66f2ecf6eb60|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f368b8fc-2cdd-4546-9f48-04d92a7b4798/model-vers/model-ver/a160306f-764b-4a93-9ae5-03fde5d8b02a?depth=0
2021-09-30T08:10:51.584Z|48773fe4-8e21-458b-b6a6-66f2ecf6eb60|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2021-09-30T08:10:51.639Z|48773fe4-8e21-458b-b6a6-66f2ecf6eb60|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f368b8fc-2cdd-4546-9f48-04d92a7b4798/model-vers/model-ver/a160306f-764b-4a93-9ae5-03fde5d8b02a?depth=0|INFO|500||Invoke
2021-09-30T08:10:51.640Z|48773fe4-8e21-458b-b6a6-66f2ecf6eb60|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f368b8fc-2cdd-4546-9f48-04d92a7b4798/model-vers/model-ver/a160306f-764b-4a93-9ae5-03fde5d8b02a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f368b8fc-2cdd-4546-9f48-04d92a7b4798/model-vers/model-ver/a160306f-764b-4a93-9ae5-03fde5d8b02a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[48773fe4-8e21-458b-b6a6-66f2ecf6eb60], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[026ca53a-7418-4ff7-83aa-fc7a989b4947], X-ECOMP-RequestID=[48773fe4-8e21-458b-b6a6-66f2ecf6eb60], X-TransactionId=[], X-ONAP-RequestID=[48773fe4-8e21-458b-b6a6-66f2ecf6eb60], Content-Type=[application/merge-patch+json]}
2021-09-30T08:10:51.658Z|48773fe4-8e21-458b-b6a6-66f2ecf6eb60|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f368b8fc-2cdd-4546-9f48-04d92a7b4798/model-vers/model-ver/a160306f-764b-4a93-9ae5-03fde5d8b02a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-30T08:10:52.046Z|48773fe4-8e21-458b-b6a6-66f2ecf6eb60|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f368b8fc-2cdd-4546-9f48-04d92a7b4798/model-vers/model-ver/a160306f-764b-4a93-9ae5-03fde5d8b02a?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/f368b8fc-2cdd-4546-9f48-04d92a7b4798/model-vers/model-ver/a160306f-764b-4a93-9ae5-03fde5d8b02a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210930-08:10:51:664-47704], vertex-id=[221328], Content-Length=[0], Date=[Thu, 30 Sep 2021 08:10:51 GMT], Content-Type=[application/json]}
2021-09-30T08:10:52.046Z|48773fe4-8e21-458b-b6a6-66f2ecf6eb60|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f368b8fc-2cdd-4546-9f48-04d92a7b4798/model-vers/model-ver/a160306f-764b-4a93-9ae5-03fde5d8b02a?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-09-30T08:10:52.047Z|48773fe4-8e21-458b-b6a6-66f2ecf6eb60|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f368b8fc-2cdd-4546-9f48-04d92a7b4798/model-vers/model-ver/a160306f-764b-4a93-9ae5-03fde5d8b02a?depth=0|INFO|500||InvokeReturn
2021-09-30T08:10:52.048Z|48773fe4-8e21-458b-b6a6-66f2ecf6eb60|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-30T08:10:52.049Z|48773fe4-8e21-458b-b6a6-66f2ecf6eb60|pool-2-thread-7|||||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-30T08:10:52.053Z|48773fe4-8e21-458b-b6a6-66f2ecf6eb60|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-09-30T08:10:52.054Z|48773fe4-8e21-458b-b6a6-66f2ecf6eb60|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 48773fe4-8e21-458b-b6a6-66f2ecf6eb60 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-30T08:10:52.054Z|48773fe4-8e21-458b-b6a6-66f2ecf6eb60|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-30T08:10:52.054Z|48773fe4-8e21-458b-b6a6-66f2ecf6eb60|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-30T08:10:52.056Z|48773fe4-8e21-458b-b6a6-66f2ecf6eb60|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T08:10:52.056Z|48773fe4-8e21-458b-b6a6-66f2ecf6eb60|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "48773fe4-8e21-458b-b6a6-66f2ecf6eb60",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632989452054,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-30T08:10:52.157Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-30T08:10:52.157Z||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-30T08:10:52.158Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T08:10:52.177Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:10:52.177Z||pool-55-thread-1|||||INFO|500||cambria reply ok (20 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-30T08:11:14.935Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T08:11:14.934Z|48773fe4-8e21-458b-b6a6-66f2ecf6eb60|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T08:11:14.938Z||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-30T08:11:14.939Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T08:11:14.938Z|48773fe4-8e21-458b-b6a6-66f2ecf6eb60|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-30T08:11:14.939Z|48773fe4-8e21-458b-b6a6-66f2ecf6eb60|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 2cjfMityS9h3J0jo) ...
2021-09-30T08:11:15.067Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:11:15.068Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T08:11:15.069Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48773fe4-8e21-458b-b6a6-66f2ecf6eb60",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632989414934,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:11:15.070Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:11:24.526Z|48773fe4-8e21-458b-b6a6-66f2ecf6eb60|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:12:14.935Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T08:12:14.935Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T08:12:14.941Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T08:12:14.941Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|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-30T08:12:14.941Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2cjfMityS9h3J0jo) ...
2021-09-30T08:12:14.941Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|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 2cjfMityS9h3J0jo) ...
2021-09-30T08:12:15.481Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:12:15.482Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:12:15.483Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48773fe4-8e21-458b-b6a6-66f2ecf6eb60",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632989414934,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T08:12:15.486Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:12:15.486Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:12:15.486Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48773fe4-8e21-458b-b6a6-66f2ecf6eb60",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632989418637,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-30T08:12:15.486Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T08:12:15.486Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:12:15.486Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48773fe4-8e21-458b-b6a6-66f2ecf6eb60",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632989420528,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-30T08:12:15.486Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T08:12:15.487Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:12:15.487Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48773fe4-8e21-458b-b6a6-66f2ecf6eb60",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632989452054,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-30T08:12:15.487Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T08:12:24.278Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:12:24.280Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T08:12:24.280Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"25e9cb23-45c0-4375-ae13-1f8be8302ad4","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"51fbde90-3985-44b0-a467-fd3561db8505","serviceDescription":"service","serviceInvariantUUID":"f34960aa-b955-4309-bb93-c50463dff2e6","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ad1e57d2-f3af-4b41-a937-da0ce00f8953","resourceInvariantUUID":"f2c6487e-b001-4a67-a898-79421020306c","resourceCustomizationUUID":"05afcdac-054f-43d8-9bfc-b86eee5b6c62","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":"NzNjYjEyNDhiNzAxN2Y2MDk2NDczMzI4ZDRiZmNhNjI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"29aae81d-51f7-4ae8-92e3-865dbe01e9e8","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":"OTU1ZDk1NWYwMGMyMDQwYWVkZThlMTMzZjEwMGU0OTA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ee4a89f2-e9ab-49b2-83ed-4b08ebd67ace","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":"1648cc62-fdaf-423e-98cd-38a76ca3b9c0","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":"a305e59a-7fb3-4d78-90d8-740644c9ee4b","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":"35c20ec4-defa-4862-985e-a749a4f8eb1b","artifactVersion":"2","generatedFromUUID":"1648cc62-fdaf-423e-98cd-38a76ca3b9c0"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"YjQzMWVhZDI4MDE2MTk0NzEwMmU0OThmZmIwMDgwZjc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"af054c73-8f10-4b23-84f4-fc5a24f7cdab","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"MGQzOTVhYWU5MjRiNTQxMGFiNmQ0ZmQwYzY1MDNkOWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"31ddfb8d-25c8-4ae8-8718-ac8a5279d86e","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-30T08:12:24.285Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T08:12:24.285Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-30T08:12:24.292Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T08:12:24.292Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "25e9cb23-45c0-4375-ae13-1f8be8302ad4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632989534934,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:12:24.392Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T08:12:24.393Z||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-30T08:12:24.393Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T08:12:24.412Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:12:24.413Z||pool-56-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2021-09-30T08:12:25.293Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T08:12:25.294Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-30T08:12:25.296Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T08:12:25.296Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "25e9cb23-45c0-4375-ae13-1f8be8302ad4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632989534934,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-09-30T08:12:25.396Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T08:12:25.397Z||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-30T08:12:25.397Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T08:12:25.411Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:12:25.412Z||pool-57-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-09-30T08:12:26.296Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T08:12:26.297Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-30T08:12:26.301Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T08:12:26.301Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "25e9cb23-45c0-4375-ae13-1f8be8302ad4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632989534934,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-09-30T08:12:26.401Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T08:12:26.402Z||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-30T08:12:26.402Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T08:12:26.415Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:12:26.416Z||pool-58-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-09-30T08:12:27.302Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T08:12:27.304Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-30T08:12:27.306Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T08:12:27.307Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "25e9cb23-45c0-4375-ae13-1f8be8302ad4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632989534934,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:12:27.406Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-30T08:12:27.407Z||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-30T08:12:27.408Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T08:12:27.434Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:12:27.435Z||pool-59-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2021-09-30T08:12:28.307Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T08:12:28.308Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-30T08:12:28.310Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T08:12:28.310Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "25e9cb23-45c0-4375-ae13-1f8be8302ad4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632989534934,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-09-30T08:12:28.411Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-30T08:12:28.414Z||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-30T08:12:28.414Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T08:12:28.440Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:12:28.441Z||pool-60-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2021-09-30T08:12:29.311Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T08:12:29.312Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-30T08:12:29.313Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T08:12:29.313Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "25e9cb23-45c0-4375-ae13-1f8be8302ad4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632989534934,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:12:29.414Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T08:12:29.414Z||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-30T08:12:29.415Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T08:12:29.427Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:12:29.427Z||pool-61-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-09-30T08:12:30.314Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T08:12:30.315Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-30T08:12:30.317Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T08:12:30.317Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "25e9cb23-45c0-4375-ae13-1f8be8302ad4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632989534934,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T08:12:30.418Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T08:12:30.419Z||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-30T08:12:30.419Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T08:12:30.435Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:12:30.436Z||pool-62-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2021-09-30T08:12:31.319Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "25e9cb23-45c0-4375-ae13-1f8be8302ad4",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "51fbde90-3985-44b0-a467-fd3561db8505",
  "serviceDescription": "service",
  "serviceInvariantUUID": "f34960aa-b955-4309-bb93-c50463dff2e6",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "05afcdac-054f-43d8-9bfc-b86eee5b6c62",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "ad1e57d2-f3af-4b41-a937-da0ce00f8953",
      "resourceInvariantUUID": "f2c6487e-b001-4a67-a898-79421020306c",
      "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": "OTU1ZDk1NWYwMGMyMDQwYWVkZThlMTMzZjEwMGU0OTA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "ee4a89f2-e9ab-49b2-83ed-4b08ebd67ace",
          "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": "1648cc62-fdaf-423e-98cd-38a76ca3b9c0",
          "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": "35c20ec4-defa-4862-985e-a749a4f8eb1b",
            "generatedFromUUID": "1648cc62-fdaf-423e-98cd-38a76ca3b9c0"
          },
          "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": "35c20ec4-defa-4862-985e-a749a4f8eb1b",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "MGQzOTVhYWU5MjRiNTQxMGFiNmQ0ZmQwYzY1MDNkOWU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "31ddfb8d-25c8-4ae8-8718-ac8a5279d86e"
    }
  ],
  "workloadContext": "Production"
}
2021-09-30T08:12:31.319Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-30T08:12:31.320Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 51fbde90-3985-44b0-a467-fd3561db8505 ASDC
2021-09-30T08:12:31.321Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:25e9cb23-45c0-4375-ae13-1f8be8302ad4
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:51fbde90-3985-44b0-a467-fd3561db8505
ServiceInvariantUUID:f34960aa-b955-4309-bb93-c50463dff2e6
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:31ddfb8d-25c8-4ae8-8718-ac8a5279d86e
ArtifactChecksum:MGQzOTVhYWU5MjRiNTQxMGFiNmQ0ZmQwYzY1MDNkOWU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:05afcdac-054f-43d8-9bfc-b86eee5b6c62
ResourceInvariantUUID:f2c6487e-b001-4a67-a898-79421020306c
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:ad1e57d2-f3af-4b41-a937-da0ce00f8953
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:ee4a89f2-e9ab-49b2-83ed-4b08ebd67ace
ArtifactChecksum:OTU1ZDk1NWYwMGMyMDQwYWVkZThlMTMzZjEwMGU0OTA=
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:1648cc62-fdaf-423e-98cd-38a76ca3b9c0
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:35c20ec4-defa-4862-985e-a749a4f8eb1b
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:35c20ec4-defa-4862-985e-a749a4f8eb1b
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-09-30T08:12:31.322Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 51fbde90-3985-44b0-a467-fd3561db8505 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-30T08:12:31.378Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-30T08:12:31.380Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-09-30T08:12:31.381Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-09-30T08:12:31.381Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 31ddfb8d-25c8-4ae8-8718-ac8a5279d86e from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-09-30T08:12:31.382Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-09-30T08:12:31.382Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-09-30T08:12:33.128Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-09-30T08:12:33.132Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 31ddfb8d-25c8-4ae8-8718-ac8a5279d86e 70871
2021-09-30T08:12:33.132Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||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-30T08:12:33.132Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||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-30T08:12:33.133Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-30T08:12:33.133Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-30T08:12:33.137Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T08:12:33.137Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "25e9cb23-45c0-4375-ae13-1f8be8302ad4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632989553132,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-30T08:12:33.236Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2021-09-30T08:12:33.236Z||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-30T08:12:33.236Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T08:12:33.246Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:12:33.247Z||pool-63-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-30T08:12:34.138Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-30T08:12:34.139Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-09-30T08:12:34.139Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 31ddfb8d-25c8-4ae8-8718-ac8a5279d86e, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2021-09-30T08:12:34.139Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2021-09-30T08:12:34.140Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2021-09-30T08:12:34.140Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2021-09-30T08:12:34.514Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3582079513094990241/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-30T08:12:35.704Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-30T08:12:35.705Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-09-30T08:12:35.705Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-30T08:12:35.705Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-09-30T08:12:35.705Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||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-30T08:12:35.705Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||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-30T08:12:35.705Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-30T08:12:35.706Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-30T08:12:35.706Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-30T08:12:35.706Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||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-30T08:12:35.706Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-30T08:12:35.706Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||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-30T08:12:35.706Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-30T08:12:35.706Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-09-30T08:12:35.706Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T08:12:35.706Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T08:12:35.707Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-30T08:12:35.707Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-09-30T08:12:35.707Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-30T08:12:35.707Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T08:12:35.707Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T08:12:35.708Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-30T08:12:35.708Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-09-30T08:12:35.708Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-30T08:12:35.708Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T08:12:35.708Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T08:12:35.708Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T08:12:35.709Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-09-30T08:12:35.709Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2021-09-30T08:12:35.709Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2021-09-30T08:12:35.709Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2021-09-30T08:12:35.709Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-09-30T08:12:35.709Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-30T08:12:35.710Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T08:12:35.710Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-30T08:12:35.710Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T08:12:35.710Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-30T08:12:35.710Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-30T08:12:35.711Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T08:12:35.711Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-30T08:12:35.711Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-30T08:12:35.711Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T08:12:35.711Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-30T08:12:35.711Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-30T08:12:35.712Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T08:12:35.712Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-09-30T08:12:35.712Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-09-30T08:12:35.712Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-09-30T08:12:35.712Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=bd4f7556-73f6-4f8a-bd6c-d66a6f8c1476
2021-09-30T08:12:35.712Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T08:12:35.713Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T08:12:35.713Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T08:12:35.713Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T08:12:35.713Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T08:12:35.713Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T08:12:35.713Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T08:12:35.713Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T08:12:35.713Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:51fbde90-3985-44b0-a467-fd3561db8505
Model Version:NULL
Model InvariantUuid:f34960aa-b955-4309-bb93-c50463dff2e6
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:655e60dc-3ab6-45ed-941c-bda7c136281a
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:f2c6487e-b001-4a67-a898-79421020306c
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:05afcdac-054f-43d8-9bfc-b86eee5b6c62
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:518c0b26-9a67-42c6-b940-ee341b5fe9ce
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:c37c4914-863e-4f5f-b3b1-4f10b5dc0a7c
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:bd4f7556-73f6-4f8a-bd6c-d66a6f8c1476
ModelInvariantUuid:2a998a69-87a9-4d87-98c3-ec7b9836cbca
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:8b0e3a8b-2d83-461b-a44a-ba2bfc95a16a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:7d797f85-ebda-4be8-925b-1437e4434918
ModelInvariantUuid:ed133912-7a96-46e5-9395-c7012a43296f
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:a42e47f2-fcdc-4f61-8d92-0c65258bbcd7
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-30T08:12:35.722Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: ad1e57d2-f3af-4b41-a937-da0ce00f8953
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-30T08:12:35.726Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||INFO|500||basic_vm 0
2021-09-30T08:12:35.726Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: ad1e57d2-f3af-4b41-a937-da0ce00f8953
2021-09-30T08:12:35.726Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: ee4a89f2-e9ab-49b2-83ed-4b08ebd67ace from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-09-30T08:12:35.726Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-09-30T08:12:35.726Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-09-30T08:12:36.734Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-09-30T08:12:36.735Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ee4a89f2-e9ab-49b2-83ed-4b08ebd67ace 787
2021-09-30T08:12:36.735Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||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-30T08:12:36.735Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||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-30T08:12:36.735Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-30T08:12:36.736Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-30T08:12:36.737Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T08:12:36.738Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "25e9cb23-45c0-4375-ae13-1f8be8302ad4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632989556735,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-30T08:12:36.838Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T08:12:36.839Z||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-30T08:12:36.839Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T08:12:36.906Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:12:36.907Z||pool-64-thread-1|||||INFO|500||cambria reply ok (69 ms):{"serverTimeMs":0,"count":1}
2021-09-30T08:12:37.738Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "518c0b26-9a67-42c6-b940-ee341b5fe9ce",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c37c4914-863e-4f5f-b3b1-4f10b5dc0a7c",
    "vfModuleModelCustomizationUUID": "8bdbf425-0520-4955-b605-1b1dc5ac70b3",
    "isBase": true,
    "artifacts": [
      "1648cc62-fdaf-423e-98cd-38a76ca3b9c0",
      "35c20ec4-defa-4862-985e-a749a4f8eb1b"
    ],
    "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-30T08:12:37.742Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c37c4914-863e-4f5f-b3b1-4f10b5dc0a7c
VfModuleModelInvariantUUID:518c0b26-9a67-42c6-b940-ee341b5fe9ce
VfModuleModelDescription:NULL
Artifacts UUID List:{
1648cc62-fdaf-423e-98cd-38a76ca3b9c0
,
35c20ec4-defa-4862-985e-a749a4f8eb1b

}
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-30T08:12:37.744Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "518c0b26-9a67-42c6-b940-ee341b5fe9ce",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c37c4914-863e-4f5f-b3b1-4f10b5dc0a7c",
    "vfModuleModelCustomizationUUID": "8bdbf425-0520-4955-b605-1b1dc5ac70b3",
    "isBase": true,
    "artifacts": [
      "1648cc62-fdaf-423e-98cd-38a76ca3b9c0",
      "35c20ec4-defa-4862-985e-a749a4f8eb1b"
    ],
    "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-30T08:12:37.745Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c37c4914-863e-4f5f-b3b1-4f10b5dc0a7c
VfModuleModelInvariantUUID:518c0b26-9a67-42c6-b940-ee341b5fe9ce
VfModuleModelDescription:NULL
Artifacts UUID List:{
1648cc62-fdaf-423e-98cd-38a76ca3b9c0
,
35c20ec4-defa-4862-985e-a749a4f8eb1b

}
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-30T08:12:37.745Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 1648cc62-fdaf-423e-98cd-38a76ca3b9c0 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-09-30T08:12:37.745Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-09-30T08:12:37.745Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-09-30T08:12:38.523Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-09-30T08:12:38.524Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 1648cc62-fdaf-423e-98cd-38a76ca3b9c0 5033
2021-09-30T08:12:38.524Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||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-30T08:12:38.524Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||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-30T08:12:38.524Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-30T08:12:38.524Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-30T08:12:38.526Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T08:12:38.527Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "25e9cb23-45c0-4375-ae13-1f8be8302ad4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632989558524,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-30T08:12:38.626Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-30T08:12:38.627Z||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-30T08:12:38.627Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T08:12:38.637Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:12:38.638Z||pool-65-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-30T08:12:39.527Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 35c20ec4-defa-4862-985e-a749a4f8eb1b from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-09-30T08:12:39.528Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-09-30T08:12:39.528Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-09-30T08:12:40.521Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-09-30T08:12:40.521Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 35c20ec4-defa-4862-985e-a749a4f8eb1b 903
2021-09-30T08:12:40.522Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||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-30T08:12:40.522Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||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-30T08:12:40.522Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-30T08:12:40.523Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-30T08:12:40.525Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T08:12:40.525Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "25e9cb23-45c0-4375-ae13-1f8be8302ad4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632989560522,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-09-30T08:12:40.625Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T08:12:40.626Z||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-30T08:12:40.626Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T08:12:40.637Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:12:40.638Z||pool-66-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-30T08:12:41.526Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 51fbde90-3985-44b0-a467-fd3561db8505
2021-09-30T08:12:41.526Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 ad1e57d2-f3af-4b41-a937-da0ce00f8953 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-30T08:12:41.540Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@51622e8f, org.onap.sdc.toscaparser.api.parameters.Input@79d1a89c, org.onap.sdc.toscaparser.api.parameters.Input@367a63c2, org.onap.sdc.toscaparser.api.parameters.Input@4ac1fbad, org.onap.sdc.toscaparser.api.parameters.Input@a97a22c]
2021-09-30T08:12:41.541Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T08:12:41.541Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T08:12:41.542Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2021-09-30T08:12:41.542Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 05afcdac-054f-43d8-9bfc-b86eee5b6c62
2021-09-30T08:12:41.542Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 05afcdac-054f-43d8-9bfc-b86eee5b6c62 matches Tosca VF Customization UUID: 05afcdac-054f-43d8-9bfc-b86eee5b6c62
2021-09-30T08:12:41.542Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 05afcdac-054f-43d8-9bfc-b86eee5b6c62  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-30T08:12:41.544Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T08:12:41.544Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T08:12:41.545Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 05afcdac-054f-43d8-9bfc-b86eee5b6c62: {\"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-30T08:12:41.545Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5e2efa85
2021-09-30T08:12:41.545Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T08:12:41.545Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-30T08:12:41.546Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 8bdbf425-0520-4955-b605-1b1dc5ac70b3
2021-09-30T08:12:41.546Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 8bdbf425-0520-4955-b605-1b1dc5ac70b3
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-30T08:12:41.548Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T08:12:41.548Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-30T08:12:41.548Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-30T08:12:41.549Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T08:12:41.549Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-30T08:12:41.549Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-30T08:12:41.550Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T08:12:41.550Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-09-30T08:12:41.550Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-09-30T08:12:41.550Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-09-30T08:12:41.551Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=bd4f7556-73f6-4f8a-bd6c-d66a6f8c1476
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-30T08:12:41.554Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T08:12:41.555Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-30T08:12:41.555Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-30T08:12:41.555Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T08:12:41.555Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-30T08:12:41.556Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=05afcdac-054f-43d8-9bfc-b86eee5b6c62
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-30T08:12:41.557Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T08:12:41.558Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T08:12:41.558Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 51fbde90-3985-44b0-a467-fd3561db8505: basic_vm
2021-09-30T08:12:41.558Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T08:12:41.558Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T08:12:41.559Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T08:12:41.559Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T08:12:41.559Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T08:12:41.559Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T08:12:41.560Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T08:12:41.560Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T08:12:41.560Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T08:12:41.560Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T08:12:41.561Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||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-30T08:12:41.627Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm ad1e57d2-f3af-4b41-a937-da0ce00f8953 1 ASDC deployResourceStructure
2021-09-30T08:12:41.628Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||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-30T08:12:41.628Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||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-30T08:12:41.628Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-30T08:12:41.628Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-30T08:12:41.630Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T08:12:41.630Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "25e9cb23-45c0-4375-ae13-1f8be8302ad4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632989561628,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-30T08:12:41.730Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T08:12:41.731Z||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-30T08:12:41.731Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T08:12:41.742Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:12:41.742Z||pool-67-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-30T08:12:42.632Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||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-30T08:12:42.632Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||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-30T08:12:42.632Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-30T08:12:42.632Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-30T08:12:42.634Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T08:12:42.634Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "25e9cb23-45c0-4375-ae13-1f8be8302ad4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632989562631,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-09-30T08:12:42.734Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T08:12:42.735Z||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-30T08:12:42.735Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T08:12:42.745Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:12:42.746Z||pool-68-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-30T08:12:43.635Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||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-30T08:12:43.635Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||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-30T08:12:43.635Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-30T08:12:43.636Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-30T08:12:43.638Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T08:12:43.638Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "25e9cb23-45c0-4375-ae13-1f8be8302ad4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632989563635,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-09-30T08:12:43.738Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T08:12:43.739Z||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-30T08:12:43.739Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T08:12:43.750Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:12:43.751Z||pool-69-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-09-30T08:12:44.638Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||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-30T08:12:44.639Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||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-30T08:12:44.640Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-30T08:12:44.640Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-30T08:12:44.642Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T08:12:44.642Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "25e9cb23-45c0-4375-ae13-1f8be8302ad4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632989564638,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-30T08:12:44.742Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T08:12:44.743Z||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-30T08:12:44.743Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T08:12:44.756Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:12:44.757Z||pool-70-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-09-30T08:12:45.643Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 25e9cb23-45c0-4375-ae13-1f8be8302ad4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-30T08:12:45.655Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 25e9cb23-45c0-4375-ae13-1f8be8302ad4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-30T08:12:45.657Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-30T08:12:45.657Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-30T08:12:45.657Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-30T08:13:14.935Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T08:13:14.936Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|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-30T08:13:14.936Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|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 2cjfMityS9h3J0jo) ...
2021-09-30T08:13:15.067Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:13:15.084Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:13:15.084Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25e9cb23-45c0-4375-ae13-1f8be8302ad4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632989534934,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:13:15.086Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:13:15.086Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:13:15.086Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25e9cb23-45c0-4375-ae13-1f8be8302ad4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632989539351,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:13:15.086Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:13:15.086Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:13:15.087Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25e9cb23-45c0-4375-ae13-1f8be8302ad4",
  "consumerID": "cds",
  "timestamp": 1632989536278,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:13:15.087Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:13:15.087Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:13:15.087Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25e9cb23-45c0-4375-ae13-1f8be8302ad4",
  "consumerID": "clamp",
  "timestamp": 1632989541513,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:13:15.087Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:13:15.087Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:13:15.088Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25e9cb23-45c0-4375-ae13-1f8be8302ad4",
  "consumerID": "policy-id",
  "timestamp": 1632989541317,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:13:15.088Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:13:15.088Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:13:15.088Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25e9cb23-45c0-4375-ae13-1f8be8302ad4",
  "consumerID": "aai-ml",
  "timestamp": 1632989544245,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:13:15.088Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:13:15.088Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:13:15.089Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25e9cb23-45c0-4375-ae13-1f8be8302ad4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632989534934,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-09-30T08:13:15.089Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:13:15.089Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:13:15.089Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25e9cb23-45c0-4375-ae13-1f8be8302ad4",
  "consumerID": "clamp",
  "timestamp": 1632989541513,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-09-30T08:13:15.089Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:13:15.089Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:13:15.089Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25e9cb23-45c0-4375-ae13-1f8be8302ad4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632989539351,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:13:15.090Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:13:15.090Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:13:15.090Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25e9cb23-45c0-4375-ae13-1f8be8302ad4",
  "consumerID": "cds",
  "timestamp": 1632989536278,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:13:15.090Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:13:15.090Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:13:15.090Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25e9cb23-45c0-4375-ae13-1f8be8302ad4",
  "consumerID": "policy-id",
  "timestamp": 1632989541317,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:13:15.091Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:13:15.091Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:13:15.091Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25e9cb23-45c0-4375-ae13-1f8be8302ad4",
  "consumerID": "aai-ml",
  "timestamp": 1632989544245,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:13:15.091Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:13:15.091Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:13:15.091Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25e9cb23-45c0-4375-ae13-1f8be8302ad4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632989534934,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-09-30T08:13:15.092Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:13:15.092Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:13:15.092Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25e9cb23-45c0-4375-ae13-1f8be8302ad4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632989539351,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:13:15.092Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:13:15.092Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:13:15.092Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25e9cb23-45c0-4375-ae13-1f8be8302ad4",
  "consumerID": "clamp",
  "timestamp": 1632989541513,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:13:15.092Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:13:15.093Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:13:15.093Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25e9cb23-45c0-4375-ae13-1f8be8302ad4",
  "consumerID": "cds",
  "timestamp": 1632989536278,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:13:15.093Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:13:15.093Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:13:15.093Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25e9cb23-45c0-4375-ae13-1f8be8302ad4",
  "consumerID": "policy-id",
  "timestamp": 1632989541317,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-09-30T08:13:15.093Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:13:15.093Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:13:15.093Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25e9cb23-45c0-4375-ae13-1f8be8302ad4",
  "consumerID": "dcae-sch",
  "timestamp": 1632989545980,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:13:15.094Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:13:15.094Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:13:15.094Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25e9cb23-45c0-4375-ae13-1f8be8302ad4",
  "consumerID": "aai-ml",
  "timestamp": 1632989544245,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:13:15.094Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:13:15.094Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:13:15.094Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25e9cb23-45c0-4375-ae13-1f8be8302ad4",
  "consumerID": "clamp",
  "timestamp": 1632989541513,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:13:15.094Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:13:15.095Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:13:15.095Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25e9cb23-45c0-4375-ae13-1f8be8302ad4",
  "consumerID": "cds",
  "timestamp": 1632989536278,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:13:15.095Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:13:15.095Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:13:15.095Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25e9cb23-45c0-4375-ae13-1f8be8302ad4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632989539351,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:13:15.095Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:13:15.096Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:13:15.096Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25e9cb23-45c0-4375-ae13-1f8be8302ad4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632989534934,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:13:15.096Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:13:15.096Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:13:15.096Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25e9cb23-45c0-4375-ae13-1f8be8302ad4",
  "consumerID": "policy-id",
  "timestamp": 1632989541317,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:13:15.096Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:13:15.096Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:13:15.097Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25e9cb23-45c0-4375-ae13-1f8be8302ad4",
  "consumerID": "dcae-sch",
  "timestamp": 1632989545980,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:13:15.097Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:13:15.097Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:13:15.097Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25e9cb23-45c0-4375-ae13-1f8be8302ad4",
  "consumerID": "aai-ml",
  "timestamp": 1632989544245,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:13:15.097Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:13:15.097Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:13:15.098Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25e9cb23-45c0-4375-ae13-1f8be8302ad4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632989534934,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-09-30T08:13:15.098Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:13:15.098Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:13:15.098Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25e9cb23-45c0-4375-ae13-1f8be8302ad4",
  "consumerID": "clamp",
  "timestamp": 1632989541513,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:13:15.098Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:13:15.098Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:13:15.098Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25e9cb23-45c0-4375-ae13-1f8be8302ad4",
  "consumerID": "cds",
  "timestamp": 1632989536278,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:13:15.099Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:13:15.099Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:13:15.099Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25e9cb23-45c0-4375-ae13-1f8be8302ad4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632989539351,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:13:15.099Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:13:15.099Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:13:15.099Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25e9cb23-45c0-4375-ae13-1f8be8302ad4",
  "consumerID": "policy-id",
  "timestamp": 1632989541317,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:13:15.100Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:13:15.100Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:13:15.100Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25e9cb23-45c0-4375-ae13-1f8be8302ad4",
  "consumerID": "dcae-sch",
  "timestamp": 1632989545980,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:13:15.100Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:13:15.100Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:13:15.100Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25e9cb23-45c0-4375-ae13-1f8be8302ad4",
  "consumerID": "aai-ml",
  "timestamp": 1632989544245,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:13:15.100Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:13:15.100Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:13:15.100Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25e9cb23-45c0-4375-ae13-1f8be8302ad4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632989534934,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:13:15.101Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:13:15.101Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:13:15.101Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25e9cb23-45c0-4375-ae13-1f8be8302ad4",
  "consumerID": "cds",
  "timestamp": 1632989536278,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:13:15.101Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:13:15.101Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:13:15.101Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25e9cb23-45c0-4375-ae13-1f8be8302ad4",
  "consumerID": "clamp",
  "timestamp": 1632989541513,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:13:15.101Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:13:15.101Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:13:15.102Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25e9cb23-45c0-4375-ae13-1f8be8302ad4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632989539351,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:13:15.102Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:13:15.102Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:13:15.102Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25e9cb23-45c0-4375-ae13-1f8be8302ad4",
  "consumerID": "policy-id",
  "timestamp": 1632989541317,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:13:15.102Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:13:15.102Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:13:15.102Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25e9cb23-45c0-4375-ae13-1f8be8302ad4",
  "consumerID": "dcae-sch",
  "timestamp": 1632989545980,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:13:15.102Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:13:15.102Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:13:15.103Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25e9cb23-45c0-4375-ae13-1f8be8302ad4",
  "consumerID": "aai-ml",
  "timestamp": 1632989544245,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:13:15.103Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:13:15.103Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:13:15.103Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25e9cb23-45c0-4375-ae13-1f8be8302ad4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632989534934,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T08:13:15.103Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:13:15.103Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:13:15.103Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25e9cb23-45c0-4375-ae13-1f8be8302ad4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632989539351,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:13:15.103Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:13:15.103Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:13:15.103Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25e9cb23-45c0-4375-ae13-1f8be8302ad4",
  "consumerID": "clamp",
  "timestamp": 1632989541513,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T08:13:15.103Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:13:15.104Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:13:15.104Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25e9cb23-45c0-4375-ae13-1f8be8302ad4",
  "consumerID": "cds",
  "timestamp": 1632989536278,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T08:13:15.104Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:13:15.104Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:13:15.104Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25e9cb23-45c0-4375-ae13-1f8be8302ad4",
  "consumerID": "policy-id",
  "timestamp": 1632989541317,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T08:13:15.104Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:13:15.104Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:13:15.104Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25e9cb23-45c0-4375-ae13-1f8be8302ad4",
  "consumerID": "dcae-sch",
  "timestamp": 1632989545980,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:13:15.104Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:13:15.104Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:13:15.104Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25e9cb23-45c0-4375-ae13-1f8be8302ad4",
  "consumerID": "aai-ml",
  "timestamp": 1632989544245,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T08:13:15.105Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:13:15.105Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:13:15.105Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25e9cb23-45c0-4375-ae13-1f8be8302ad4",
  "consumerID": "dcae-sch",
  "timestamp": 1632989545980,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:13:15.105Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:13:15.105Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:13:15.105Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25e9cb23-45c0-4375-ae13-1f8be8302ad4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632989551438,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:13:15.105Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:13:15.105Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:13:15.105Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25e9cb23-45c0-4375-ae13-1f8be8302ad4",
  "consumerID": "dcae-sch",
  "timestamp": 1632989545980,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:13:15.105Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:13:15.105Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:13:15.106Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25e9cb23-45c0-4375-ae13-1f8be8302ad4",
  "consumerID": "cds",
  "timestamp": 1632989553053,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-30T08:13:15.106Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T08:13:15.106Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:13:15.106Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25e9cb23-45c0-4375-ae13-1f8be8302ad4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632989551438,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-09-30T08:13:15.106Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:13:15.106Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:13:15.106Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25e9cb23-45c0-4375-ae13-1f8be8302ad4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632989553132,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-30T08:13:15.106Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T08:13:15.106Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:13:15.106Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25e9cb23-45c0-4375-ae13-1f8be8302ad4",
  "consumerID": "policy-id",
  "timestamp": 1632989553338,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-30T08:13:15.106Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T08:13:15.107Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:13:15.107Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25e9cb23-45c0-4375-ae13-1f8be8302ad4",
  "consumerID": "cds",
  "timestamp": 1632989554060,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-30T08:13:15.124Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 25e9cb23-45c0-4375-ae13-1f8be8302ad4
2021-09-30T08:13:15.125Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 25e9cb23-45c0-4375-ae13-1f8be8302ad4 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-30T08:13:15.137Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:13:15.138Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25e9cb23-45c0-4375-ae13-1f8be8302ad4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632989551438,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-09-30T08:13:15.138Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:13:15.138Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:13:15.138Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25e9cb23-45c0-4375-ae13-1f8be8302ad4",
  "consumerID": "aai-ml",
  "timestamp": 1632989554354,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-30T08:13:15.138Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T08:13:15.139Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:13:15.139Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25e9cb23-45c0-4375-ae13-1f8be8302ad4",
  "consumerID": "policy-id",
  "timestamp": 1632989554343,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-30T08:13:15.139Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T08:13:15.139Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:13:15.139Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25e9cb23-45c0-4375-ae13-1f8be8302ad4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632989551438,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:13:15.139Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:13:15.139Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:13:15.139Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25e9cb23-45c0-4375-ae13-1f8be8302ad4",
  "consumerID": "policy-id",
  "timestamp": 1632989555345,
  "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-30T08:13:15.144Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 25e9cb23-45c0-4375-ae13-1f8be8302ad4
2021-09-30T08:13:15.144Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 25e9cb23-45c0-4375-ae13-1f8be8302ad4 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-30T08:13:15.152Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:13:15.153Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25e9cb23-45c0-4375-ae13-1f8be8302ad4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632989551438,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-09-30T08:13:15.153Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:13:15.153Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:13:15.153Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25e9cb23-45c0-4375-ae13-1f8be8302ad4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632989556735,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-30T08:13:15.153Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T08:13:15.153Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:13:15.153Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25e9cb23-45c0-4375-ae13-1f8be8302ad4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632989551438,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:13:15.153Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:13:15.153Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:13:15.153Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25e9cb23-45c0-4375-ae13-1f8be8302ad4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632989551438,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T08:13:15.154Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:13:15.154Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:13:15.154Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25e9cb23-45c0-4375-ae13-1f8be8302ad4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632989558524,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-30T08:13:15.154Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T08:13:15.154Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:13:15.154Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25e9cb23-45c0-4375-ae13-1f8be8302ad4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632989560253,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-30T08:13:15.154Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T08:13:15.154Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:13:15.154Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25e9cb23-45c0-4375-ae13-1f8be8302ad4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632989560522,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-09-30T08:13:15.154Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T08:13:15.154Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:13:15.155Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dd10922-4f94-41f1-b153-e88eb5c9323a",
  "consumerID": "cds",
  "timestamp": 1632989555067,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:13:15.155Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:13:15.155Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:13:15.155Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dd10922-4f94-41f1-b153-e88eb5c9323a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632989559350,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:13:15.155Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:13:15.155Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:13:15.155Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25e9cb23-45c0-4375-ae13-1f8be8302ad4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632989561628,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-30T08:13:15.155Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T08:13:15.155Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:13:15.155Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25e9cb23-45c0-4375-ae13-1f8be8302ad4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632989561931,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-30T08:13:15.156Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T08:13:15.156Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:13:15.156Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dd10922-4f94-41f1-b153-e88eb5c9323a",
  "consumerID": "policy-id",
  "timestamp": 1632989561319,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:13:15.156Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:13:15.156Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:13:15.156Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dd10922-4f94-41f1-b153-e88eb5c9323a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632989559350,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:13:15.156Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:13:15.156Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:13:15.156Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dd10922-4f94-41f1-b153-e88eb5c9323a",
  "consumerID": "cds",
  "timestamp": 1632989555067,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:13:15.156Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:13:15.156Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:13:15.156Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25e9cb23-45c0-4375-ae13-1f8be8302ad4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632989562631,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-09-30T08:13:15.157Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T08:13:15.157Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:13:15.157Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25e9cb23-45c0-4375-ae13-1f8be8302ad4",
  "consumerID": "clamp",
  "timestamp": 1632989562809,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-30T08:13:15.157Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T08:13:15.157Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:13:15.157Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dd10922-4f94-41f1-b153-e88eb5c9323a",
  "consumerID": "policy-id",
  "timestamp": 1632989561319,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:13:15.157Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:13:15.157Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:13:15.157Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dd10922-4f94-41f1-b153-e88eb5c9323a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632989559350,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:13:15.157Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:13:15.157Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:13:15.157Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dd10922-4f94-41f1-b153-e88eb5c9323a",
  "consumerID": "cds",
  "timestamp": 1632989555067,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:13:15.158Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:13:15.158Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:13:15.158Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25e9cb23-45c0-4375-ae13-1f8be8302ad4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632989562858,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:13:15.158Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:13:15.158Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:13:15.158Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25e9cb23-45c0-4375-ae13-1f8be8302ad4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632989563635,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-09-30T08:13:15.158Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T08:13:15.158Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:13:15.158Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25e9cb23-45c0-4375-ae13-1f8be8302ad4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632989563958,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-09-30T08:13:15.158Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T08:13:15.158Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:13:15.159Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dd10922-4f94-41f1-b153-e88eb5c9323a",
  "consumerID": "policy-id",
  "timestamp": 1632989561319,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:13:15.159Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:13:15.159Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:13:15.159Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25e9cb23-45c0-4375-ae13-1f8be8302ad4",
  "consumerID": "aai-ml",
  "timestamp": 1632989564045,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-30T08:13:15.159Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T08:13:15.159Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:13:15.159Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25e9cb23-45c0-4375-ae13-1f8be8302ad4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632989562858,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:13:15.159Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:13:15.159Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:13:15.159Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dd10922-4f94-41f1-b153-e88eb5c9323a",
  "consumerID": "cds",
  "timestamp": 1632989555067,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:13:15.160Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:13:15.160Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:13:15.160Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dd10922-4f94-41f1-b153-e88eb5c9323a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632989559350,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:13:15.160Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:13:15.160Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:13:15.160Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25e9cb23-45c0-4375-ae13-1f8be8302ad4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632989564638,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-30T08:13:15.160Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T08:13:15.160Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:13:15.160Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25e9cb23-45c0-4375-ae13-1f8be8302ad4",
  "consumerID": "clamp",
  "timestamp": 1632989564813,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-30T08:13:15.160Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T08:13:15.160Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:13:15.161Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dd10922-4f94-41f1-b153-e88eb5c9323a",
  "consumerID": "policy-id",
  "timestamp": 1632989561319,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:13:15.161Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:13:15.161Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:13:15.161Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25e9cb23-45c0-4375-ae13-1f8be8302ad4",
  "consumerID": "aai-ml",
  "timestamp": 1632989565049,
  "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-30T08:13:15.167Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 25e9cb23-45c0-4375-ae13-1f8be8302ad4
2021-09-30T08:13:15.168Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 25e9cb23-45c0-4375-ae13-1f8be8302ad4 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-30T08:13:15.176Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:13:15.176Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25e9cb23-45c0-4375-ae13-1f8be8302ad4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632989565036,
  "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-30T08:13:15.181Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 25e9cb23-45c0-4375-ae13-1f8be8302ad4
2021-09-30T08:13:15.181Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 25e9cb23-45c0-4375-ae13-1f8be8302ad4 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-30T08:13:15.188Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:13:15.189Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25e9cb23-45c0-4375-ae13-1f8be8302ad4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632989562858,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:13:15.189Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:13:15.189Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:13:15.190Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dd10922-4f94-41f1-b153-e88eb5c9323a",
  "consumerID": "cds",
  "timestamp": 1632989555067,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:13:15.190Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:13:15.190Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:13:15.190Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dd10922-4f94-41f1-b153-e88eb5c9323a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632989559350,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:13:15.190Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:13:15.190Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:13:15.190Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25e9cb23-45c0-4375-ae13-1f8be8302ad4",
  "consumerID": "clamp",
  "timestamp": 1632989565817,
  "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-30T08:13:15.195Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 25e9cb23-45c0-4375-ae13-1f8be8302ad4
2021-09-30T08:13:15.195Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 25e9cb23-45c0-4375-ae13-1f8be8302ad4 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-30T08:13:15.203Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:13:15.203Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dd10922-4f94-41f1-b153-e88eb5c9323a",
  "consumerID": "policy-id",
  "timestamp": 1632989561319,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-09-30T08:13:15.203Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:13:15.203Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:13:15.203Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25e9cb23-45c0-4375-ae13-1f8be8302ad4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632989566043,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-30T08:13:15.204Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T08:13:15.204Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:13:15.204Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25e9cb23-45c0-4375-ae13-1f8be8302ad4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632989562858,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:13:15.204Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:13:15.204Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:13:15.204Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dd10922-4f94-41f1-b153-e88eb5c9323a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632989559350,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:13:15.204Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:13:15.204Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:13:15.205Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dd10922-4f94-41f1-b153-e88eb5c9323a",
  "consumerID": "cds",
  "timestamp": 1632989555067,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:13:15.205Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:13:15.205Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:13:15.205Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dd10922-4f94-41f1-b153-e88eb5c9323a",
  "consumerID": "dcae-sch",
  "timestamp": 1632989565975,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:13:15.205Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:13:15.205Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:13:15.205Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dd10922-4f94-41f1-b153-e88eb5c9323a",
  "consumerID": "policy-id",
  "timestamp": 1632989561319,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:13:15.206Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:13:15.206Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:13:15.206Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25e9cb23-45c0-4375-ae13-1f8be8302ad4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632989562858,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:13:15.206Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:13:15.206Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:13:15.206Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dd10922-4f94-41f1-b153-e88eb5c9323a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632989559350,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:13:15.206Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:13:15.207Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:13:15.207Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dd10922-4f94-41f1-b153-e88eb5c9323a",
  "consumerID": "cds",
  "timestamp": 1632989555067,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:13:15.207Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:13:15.207Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:13:15.207Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dd10922-4f94-41f1-b153-e88eb5c9323a",
  "consumerID": "dcae-sch",
  "timestamp": 1632989565975,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:13:15.207Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:13:15.208Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:13:15.208Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dd10922-4f94-41f1-b153-e88eb5c9323a",
  "consumerID": "policy-id",
  "timestamp": 1632989561319,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:13:15.208Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:13:15.208Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:13:15.208Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25e9cb23-45c0-4375-ae13-1f8be8302ad4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632989562858,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:13:15.208Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:13:15.208Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:13:15.209Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dd10922-4f94-41f1-b153-e88eb5c9323a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632989559350,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:13:15.209Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:13:15.209Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:13:15.209Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dd10922-4f94-41f1-b153-e88eb5c9323a",
  "consumerID": "cds",
  "timestamp": 1632989555067,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:13:15.209Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:13:15.209Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:13:15.209Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dd10922-4f94-41f1-b153-e88eb5c9323a",
  "consumerID": "dcae-sch",
  "timestamp": 1632989565975,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:13:15.210Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:13:15.210Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:13:15.210Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dd10922-4f94-41f1-b153-e88eb5c9323a",
  "consumerID": "policy-id",
  "timestamp": 1632989561319,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:13:15.210Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:13:15.210Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:13:15.210Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25e9cb23-45c0-4375-ae13-1f8be8302ad4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632989562858,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T08:13:15.210Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:13:15.210Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:13:15.211Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dd10922-4f94-41f1-b153-e88eb5c9323a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632989559350,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:13:15.211Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:13:15.211Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:13:15.211Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dd10922-4f94-41f1-b153-e88eb5c9323a",
  "consumerID": "cds",
  "timestamp": 1632989555067,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T08:13:15.211Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:13:15.211Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:13:15.211Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dd10922-4f94-41f1-b153-e88eb5c9323a",
  "consumerID": "dcae-sch",
  "timestamp": 1632989565975,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:13:15.212Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:13:15.212Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:13:15.212Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dd10922-4f94-41f1-b153-e88eb5c9323a",
  "consumerID": "policy-id",
  "timestamp": 1632989561319,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T08:13:15.212Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:13:15.212Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:13:15.212Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dd10922-4f94-41f1-b153-e88eb5c9323a",
  "consumerID": "dcae-sch",
  "timestamp": 1632989565975,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:13:15.212Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:13:15.213Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:13:15.213Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dd10922-4f94-41f1-b153-e88eb5c9323a",
  "consumerID": "dcae-sch",
  "timestamp": 1632989565975,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:13:15.213Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:13:15.213Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:13:15.213Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dd10922-4f94-41f1-b153-e88eb5c9323a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632989571442,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:13:15.213Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:13:15.213Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:13:15.213Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dd10922-4f94-41f1-b153-e88eb5c9323a",
  "consumerID": "clamp",
  "timestamp": 1632989571513,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:13:15.213Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:13:15.214Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:13:15.214Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dd10922-4f94-41f1-b153-e88eb5c9323a",
  "consumerID": "dcae-sch",
  "timestamp": 1632989565975,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:13:15.214Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:13:15.214Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:13:15.214Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dd10922-4f94-41f1-b153-e88eb5c9323a",
  "consumerID": "cds",
  "timestamp": 1632989573045,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-30T08:13:15.214Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T08:13:15.214Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:13:15.214Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dd10922-4f94-41f1-b153-e88eb5c9323a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632989571442,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-09-30T08:13:15.214Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:13:15.214Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:13:15.214Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25e9cb23-45c0-4375-ae13-1f8be8302ad4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632989573158,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-30T08:13:15.214Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T08:13:15.215Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:13:15.215Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dd10922-4f94-41f1-b153-e88eb5c9323a",
  "consumerID": "clamp",
  "timestamp": 1632989571513,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:13:15.215Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:13:15.215Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:13:15.215Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dd10922-4f94-41f1-b153-e88eb5c9323a",
  "consumerID": "dcae-sch",
  "timestamp": 1632989565975,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:13:15.215Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:13:15.215Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:13:15.215Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dd10922-4f94-41f1-b153-e88eb5c9323a",
  "consumerID": "policy-id",
  "timestamp": 1632989573652,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-30T08:13:15.215Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T08:13:15.215Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:13:15.215Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dd10922-4f94-41f1-b153-e88eb5c9323a",
  "consumerID": "cds",
  "timestamp": 1632989574071,
  "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-30T08:13:15.233Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9dd10922-4f94-41f1-b153-e88eb5c9323a
2021-09-30T08:13:15.233Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9dd10922-4f94-41f1-b153-e88eb5c9323a 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-30T08:13:15.242Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:13:15.242Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dd10922-4f94-41f1-b153-e88eb5c9323a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632989571442,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-09-30T08:13:15.243Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:13:15.243Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:13:15.243Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dd10922-4f94-41f1-b153-e88eb5c9323a",
  "consumerID": "clamp",
  "timestamp": 1632989571513,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:13:15.243Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:13:15.243Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:13:15.243Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dd10922-4f94-41f1-b153-e88eb5c9323a",
  "consumerID": "dcae-sch",
  "timestamp": 1632989565975,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:13:15.244Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:13:15.244Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:13:15.244Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dd10922-4f94-41f1-b153-e88eb5c9323a",
  "consumerID": "policy-id",
  "timestamp": 1632989574656,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-30T08:13:15.244Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T08:13:15.244Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:13:15.244Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dd10922-4f94-41f1-b153-e88eb5c9323a",
  "consumerID": "aai-ml",
  "timestamp": 1632989574245,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:13:15.245Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:13:15.245Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:13:15.245Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dd10922-4f94-41f1-b153-e88eb5c9323a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632989571442,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-09-30T08:13:15.245Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:13:15.245Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:13:15.247Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dd10922-4f94-41f1-b153-e88eb5c9323a",
  "consumerID": "clamp",
  "timestamp": 1632989571513,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-09-30T08:13:15.248Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:13:15.248Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:13:15.248Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dd10922-4f94-41f1-b153-e88eb5c9323a",
  "consumerID": "policy-id",
  "timestamp": 1632989575659,
  "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-30T08:13:15.253Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9dd10922-4f94-41f1-b153-e88eb5c9323a
2021-09-30T08:13:15.253Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9dd10922-4f94-41f1-b153-e88eb5c9323a 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-30T08:13:15.263Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:13:15.263Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dd10922-4f94-41f1-b153-e88eb5c9323a",
  "consumerID": "aai-ml",
  "timestamp": 1632989574245,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:13:15.263Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:13:15.263Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:13:15.264Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25e9cb23-45c0-4375-ae13-1f8be8302ad4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632989575993,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-30T08:13:15.264Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T08:13:15.264Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:13:15.264Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dd10922-4f94-41f1-b153-e88eb5c9323a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632989571442,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-09-30T08:13:15.264Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:13:15.264Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:13:15.264Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dd10922-4f94-41f1-b153-e88eb5c9323a",
  "consumerID": "clamp",
  "timestamp": 1632989571513,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:13:15.265Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:13:15.265Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:13:15.265Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dd10922-4f94-41f1-b153-e88eb5c9323a",
  "consumerID": "aai-ml",
  "timestamp": 1632989574245,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:13:15.265Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:13:15.265Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:13:15.265Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25e9cb23-45c0-4375-ae13-1f8be8302ad4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632989576997,
  "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-30T08:13:15.270Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 25e9cb23-45c0-4375-ae13-1f8be8302ad4
2021-09-30T08:13:15.271Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 25e9cb23-45c0-4375-ae13-1f8be8302ad4 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-30T08:13:15.279Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:13:15.279Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dd10922-4f94-41f1-b153-e88eb5c9323a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632989571442,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:13:15.280Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:13:15.280Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:13:15.280Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dd10922-4f94-41f1-b153-e88eb5c9323a",
  "consumerID": "clamp",
  "timestamp": 1632989571513,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:13:15.280Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:13:15.280Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:13:15.280Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dd10922-4f94-41f1-b153-e88eb5c9323a",
  "consumerID": "aai-ml",
  "timestamp": 1632989574245,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:13:15.281Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:13:15.281Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:13:15.281Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dd10922-4f94-41f1-b153-e88eb5c9323a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632989562858,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:13:15.281Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:13:15.281Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:13:15.281Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dd10922-4f94-41f1-b153-e88eb5c9323a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632989571442,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-09-30T08:13:15.282Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:13:15.282Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:13:15.282Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dd10922-4f94-41f1-b153-e88eb5c9323a",
  "consumerID": "clamp",
  "timestamp": 1632989571513,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:13:15.282Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:13:15.282Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:13:15.282Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dd10922-4f94-41f1-b153-e88eb5c9323a",
  "consumerID": "aai-ml",
  "timestamp": 1632989574245,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:13:15.282Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:13:15.282Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:13:15.283Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dd10922-4f94-41f1-b153-e88eb5c9323a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632989562858,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:13:15.283Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:13:15.283Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:13:15.283Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dd10922-4f94-41f1-b153-e88eb5c9323a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632989571442,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:13:15.283Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:13:15.283Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:13:15.283Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dd10922-4f94-41f1-b153-e88eb5c9323a",
  "consumerID": "clamp",
  "timestamp": 1632989571513,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:13:15.284Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:13:15.284Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:13:15.284Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dd10922-4f94-41f1-b153-e88eb5c9323a",
  "consumerID": "aai-ml",
  "timestamp": 1632989574245,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:13:15.284Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:13:15.284Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:13:15.284Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dd10922-4f94-41f1-b153-e88eb5c9323a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632989562858,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:13:15.284Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:13:15.284Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:13:15.285Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dd10922-4f94-41f1-b153-e88eb5c9323a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632989571442,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T08:13:15.285Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:13:15.285Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:13:15.285Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dd10922-4f94-41f1-b153-e88eb5c9323a",
  "consumerID": "clamp",
  "timestamp": 1632989571513,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T08:13:15.285Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:13:15.285Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:13:15.285Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dd10922-4f94-41f1-b153-e88eb5c9323a",
  "consumerID": "aai-ml",
  "timestamp": 1632989574245,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:13:15.285Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:13:15.285Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:13:15.285Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dd10922-4f94-41f1-b153-e88eb5c9323a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632989562858,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:13:15.285Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:13:15.286Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:13:15.286Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dd10922-4f94-41f1-b153-e88eb5c9323a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632989581831,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-30T08:13:15.286Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T08:13:15.286Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:13:15.286Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dd10922-4f94-41f1-b153-e88eb5c9323a",
  "consumerID": "aai-ml",
  "timestamp": 1632989574245,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:13:15.286Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:13:15.286Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:13:15.286Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dd10922-4f94-41f1-b153-e88eb5c9323a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632989562858,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:13:15.286Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:13:15.286Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:13:15.287Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dd10922-4f94-41f1-b153-e88eb5c9323a",
  "consumerID": "aai-ml",
  "timestamp": 1632989574245,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T08:13:15.287Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:13:15.287Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:13:15.287Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dd10922-4f94-41f1-b153-e88eb5c9323a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632989562858,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:13:15.287Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:13:15.287Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:13:15.287Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dd10922-4f94-41f1-b153-e88eb5c9323a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632989562858,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:13:15.287Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:13:15.287Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:13:15.287Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dd10922-4f94-41f1-b153-e88eb5c9323a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632989584245,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-09-30T08:13:15.287Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T08:13:15.288Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:13:15.288Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dd10922-4f94-41f1-b153-e88eb5c9323a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632989562858,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:13:15.288Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:13:15.288Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:13:15.288Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dd10922-4f94-41f1-b153-e88eb5c9323a",
  "consumerID": "aai-ml",
  "timestamp": 1632989585542,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-30T08:13:15.288Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T08:13:15.288Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:13:15.288Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dd10922-4f94-41f1-b153-e88eb5c9323a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632989562858,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T08:13:15.288Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:13:15.289Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:13:15.289Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dd10922-4f94-41f1-b153-e88eb5c9323a",
  "consumerID": "clamp",
  "timestamp": 1632989586813,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-30T08:13:15.289Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T08:13:15.289Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:13:15.289Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dd10922-4f94-41f1-b153-e88eb5c9323a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632989587151,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-30T08:13:15.289Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T08:13:15.290Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:13:15.290Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dd10922-4f94-41f1-b153-e88eb5c9323a",
  "consumerID": "clamp",
  "timestamp": 1632989587834,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-30T08:13:15.290Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T08:13:15.290Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:13:15.290Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dd10922-4f94-41f1-b153-e88eb5c9323a",
  "consumerID": "clamp",
  "timestamp": 1632989588837,
  "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-30T08:13:15.297Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 9dd10922-4f94-41f1-b153-e88eb5c9323a
2021-09-30T08:13:15.297Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9dd10922-4f94-41f1-b153-e88eb5c9323a 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-30T08:13:15.307Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:13:15.308Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dd10922-4f94-41f1-b153-e88eb5c9323a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632989588947,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-30T08:13:15.308Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T08:13:15.308Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:13:15.308Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dd10922-4f94-41f1-b153-e88eb5c9323a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632989590147,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-09-30T08:13:15.308Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T08:13:15.308Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:13:15.308Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dd10922-4f94-41f1-b153-e88eb5c9323a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632989591244,
  "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-30T08:13:15.314Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9dd10922-4f94-41f1-b153-e88eb5c9323a
2021-09-30T08:13:15.314Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9dd10922-4f94-41f1-b153-e88eb5c9323a 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-30T08:13:15.334Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:13:15.335Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dd10922-4f94-41f1-b153-e88eb5c9323a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632989591433,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-30T08:13:15.335Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T08:13:15.335Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:13:15.335Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dd10922-4f94-41f1-b153-e88eb5c9323a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632989592264,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-30T08:13:15.335Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T08:13:15.335Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:13:15.335Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dd10922-4f94-41f1-b153-e88eb5c9323a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632989592437,
  "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-30T08:13:15.340Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9dd10922-4f94-41f1-b153-e88eb5c9323a
2021-09-30T08:13:15.340Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9dd10922-4f94-41f1-b153-e88eb5c9323a 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-30T08:13:15.348Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:13:15.348Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e733d6f6-2120-44bb-83d9-02a461f44ce7",
  "consumerID": "dcae-sch",
  "timestamp": 1632989585976,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:13:15.349Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:13:15.349Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:13:15.349Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e733d6f6-2120-44bb-83d9-02a461f44ce7",
  "consumerID": "cds",
  "timestamp": 1632989584662,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:13:15.349Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:13:15.349Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:13:15.350Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e733d6f6-2120-44bb-83d9-02a461f44ce7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632989593270,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:13:15.350Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:13:15.350Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:13:15.350Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e733d6f6-2120-44bb-83d9-02a461f44ce7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632989593442,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:13:15.350Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:13:15.350Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:13:15.350Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e733d6f6-2120-44bb-83d9-02a461f44ce7",
  "consumerID": "dcae-sch",
  "timestamp": 1632989585976,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:13:15.351Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:13:15.351Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:13:15.351Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e733d6f6-2120-44bb-83d9-02a461f44ce7",
  "consumerID": "cds",
  "timestamp": 1632989584662,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:13:15.351Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:13:15.658Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 25e9cb23-45c0-4375-ae13-1f8be8302ad4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-30T08:13:15.671Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 25e9cb23-45c0-4375-ae13-1f8be8302ad4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-30T08:13:15.677Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-30T08:13:15.677Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-30T08:13:15.677Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-30T08:13:15.677Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-30T08:13:15.678Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-30T08:13:15.678Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-30T08:13:15.678Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-30T08:13:15.678Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-30T08:13:15.678Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-30T08:13:15.678Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-30T08:13:15.679Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-30T08:13:15.685Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-30T08:13:45.687Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 25e9cb23-45c0-4375-ae13-1f8be8302ad4 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-30T08:13:45.698Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 25e9cb23-45c0-4375-ae13-1f8be8302ad4 and serviceModelVersionId: 51fbde90-3985-44b0-a467-fd3561db8505
2021-09-30T08:13:45.698Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f34960aa-b955-4309-bb93-c50463dff2e6
2021-09-30T08:13:45.700Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f34960aa-b955-4309-bb93-c50463dff2e6/model-vers/model-ver/51fbde90-3985-44b0-a467-fd3561db8505?depth=0
2021-09-30T08:13:45.741Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2021-09-30T08:13:45.804Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f34960aa-b955-4309-bb93-c50463dff2e6/model-vers/model-ver/51fbde90-3985-44b0-a467-fd3561db8505?depth=0|INFO|500||Invoke
2021-09-30T08:13:45.805Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f34960aa-b955-4309-bb93-c50463dff2e6/model-vers/model-ver/51fbde90-3985-44b0-a467-fd3561db8505?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f34960aa-b955-4309-bb93-c50463dff2e6/model-vers/model-ver/51fbde90-3985-44b0-a467-fd3561db8505?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[25e9cb23-45c0-4375-ae13-1f8be8302ad4], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[0fd58826-8027-477c-8a40-336849366e76], X-ECOMP-RequestID=[25e9cb23-45c0-4375-ae13-1f8be8302ad4], X-TransactionId=[], X-ONAP-RequestID=[25e9cb23-45c0-4375-ae13-1f8be8302ad4], Content-Type=[application/merge-patch+json]}
2021-09-30T08:13:45.838Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f34960aa-b955-4309-bb93-c50463dff2e6/model-vers/model-ver/51fbde90-3985-44b0-a467-fd3561db8505?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-30T08:13:46.338Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f34960aa-b955-4309-bb93-c50463dff2e6/model-vers/model-ver/51fbde90-3985-44b0-a467-fd3561db8505?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/f34960aa-b955-4309-bb93-c50463dff2e6/model-vers/model-ver/51fbde90-3985-44b0-a467-fd3561db8505?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210930-08:13:45:840-4146], vertex-id=[245904], Content-Length=[0], Date=[Thu, 30 Sep 2021 08:13:45 GMT], Content-Type=[application/json]}
2021-09-30T08:13:46.338Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f34960aa-b955-4309-bb93-c50463dff2e6/model-vers/model-ver/51fbde90-3985-44b0-a467-fd3561db8505?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-09-30T08:13:46.338Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f34960aa-b955-4309-bb93-c50463dff2e6/model-vers/model-ver/51fbde90-3985-44b0-a467-fd3561db8505?depth=0|INFO|500||InvokeReturn
2021-09-30T08:13:46.339Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-30T08:13:46.339Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||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-30T08:13:46.344Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-09-30T08:13:46.344Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 25e9cb23-45c0-4375-ae13-1f8be8302ad4 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-30T08:13:46.345Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-30T08:13:46.345Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-30T08:13:46.347Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T08:13:46.347Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "25e9cb23-45c0-4375-ae13-1f8be8302ad4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632989626344,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-30T08:13:46.447Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-30T08:13:46.448Z||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-30T08:13:46.448Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T08:13:46.464Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:13:46.465Z||pool-71-thread-1|||||INFO|500||cambria reply ok (17 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-30T08:13:47.362Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T08:13:47.363Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T08:13:47.363Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2cjfMityS9h3J0jo) ...
2021-09-30T08:13:47.984Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:13:47.985Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T08:13:47.985Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"9dd10922-4f94-41f1-b153-e88eb5c9323a","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"fec7325d-a332-4e80-8123-803da7332ac3","serviceDescription":"service","serviceInvariantUUID":"366405f7-a7dc-4099-a1e4-b62ca23ca721","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"97443084-a486-410c-a76c-16d79e4c958f","resourceInvariantUUID":"425481fc-6307-4d76-86c0-f66f975278d8","resourceCustomizationUUID":"9ba9701e-97bb-4295-a244-a984d2aadbf4","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":"MWI2OTQzMjFjZGQwZWRhZDllMmRhZmQ5M2ZmNjU1MDk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"05203576-1cb9-4236-acfd-42648a1f545f","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":"795d0fa9-ac52-4929-b3a3-ae09b905cb39","artifactVersion":"2","generatedFromUUID":"f7aacd06-b5a4-46a5-ad85-221e9079061e"},{"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":"f7aacd06-b5a4-46a5-ad85-221e9079061e","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":"NTEwNDRiN2NlNjk4YzgzYTYxMzI3Y2EwM2E2YjFhNmU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"30bab2d3-dd87-4104-bb1c-7f9ce0d3e937","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":"84c6eccd-5f04-44c6-8f3a-fc6feddecdad","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":"51753195-47d2-4e28-918e-bff32cd958e6","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":"e60ddbe6-1099-4a08-9c27-8a451bb554b4","artifactVersion":"2","generatedFromUUID":"84c6eccd-5f04-44c6-8f3a-fc6feddecdad"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"ZGU3YTRiNWZkMmJlM2YyZWU4MzE4ZjI2MThkYWUyNTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"eb9ae2cb-129a-47ae-8170-c6210cedc2df","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"MjlhZjcwYjJkOTEzN2VmZGY1ODcwODIxOTVlMjk5OGM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5e621493-547a-455b-bb3c-f4a32b7444ba","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-30T08:13:47.988Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T08:13:47.988Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-30T08:13:47.990Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T08:13:47.990Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "9dd10922-4f94-41f1-b153-e88eb5c9323a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632989627362,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:13:48.090Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T08:13:48.091Z||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-30T08:13:48.092Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T08:13:48.106Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:13:48.106Z||pool-72-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-09-30T08:13:48.991Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T08:13:48.992Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-30T08:13:48.994Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T08:13:48.994Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "9dd10922-4f94-41f1-b153-e88eb5c9323a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632989627362,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-09-30T08:13:49.094Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T08:13:49.095Z||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-30T08:13:49.095Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T08:13:49.110Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:13:49.110Z||pool-73-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-09-30T08:13:49.994Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T08:13:49.995Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-30T08:13:49.998Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T08:13:49.998Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "9dd10922-4f94-41f1-b153-e88eb5c9323a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632989627362,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-09-30T08:13:50.100Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-30T08:13:50.101Z||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-30T08:13:50.101Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T08:13:50.120Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:13:50.121Z||pool-74-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2021-09-30T08:13:50.999Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T08:13:50.999Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-30T08:13:51.001Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T08:13:51.001Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "9dd10922-4f94-41f1-b153-e88eb5c9323a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632989627362,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-09-30T08:13:51.101Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T08:13:51.102Z||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-30T08:13:51.102Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T08:13:51.128Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:13:51.129Z||pool-75-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2021-09-30T08:13:52.002Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T08:13:52.002Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-30T08:13:52.004Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T08:13:52.004Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "9dd10922-4f94-41f1-b153-e88eb5c9323a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632989627362,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-09-30T08:13:52.104Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T08:13:52.105Z||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-30T08:13:52.105Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T08:13:52.120Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:13:52.121Z||pool-76-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-09-30T08:13:53.005Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T08:13:53.006Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-30T08:13:53.008Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T08:13:53.008Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "9dd10922-4f94-41f1-b153-e88eb5c9323a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632989627362,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:13:53.108Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T08:13:53.109Z||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-30T08:13:53.109Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T08:13:53.185Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:13:53.185Z||pool-77-thread-1|||||INFO|500||cambria reply ok (77 ms):{"serverTimeMs":0,"count":1}
2021-09-30T08:13:54.008Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T08:13:54.010Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-30T08:13:54.012Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T08:13:54.012Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "9dd10922-4f94-41f1-b153-e88eb5c9323a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632989627362,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-09-30T08:13:54.112Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T08:13:54.113Z||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-30T08:13:54.113Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T08:13:54.127Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:13:54.128Z||pool-78-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-09-30T08:13:55.013Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T08:13:55.014Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-30T08:13:55.015Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T08:13:55.016Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "9dd10922-4f94-41f1-b153-e88eb5c9323a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632989627362,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:13:55.116Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T08:13:55.117Z||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-30T08:13:55.118Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T08:13:55.129Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:13:55.130Z||pool-79-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-30T08:13:56.016Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T08:13:56.018Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-30T08:13:56.036Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T08:13:56.036Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "9dd10922-4f94-41f1-b153-e88eb5c9323a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632989627362,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T08:13:56.121Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 85 ms
2021-09-30T08:13:56.122Z||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-30T08:13:56.122Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T08:13:56.135Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:13:56.135Z||pool-80-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-30T08:13:57.037Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "9dd10922-4f94-41f1-b153-e88eb5c9323a",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "fec7325d-a332-4e80-8123-803da7332ac3",
  "serviceDescription": "service",
  "serviceInvariantUUID": "366405f7-a7dc-4099-a1e4-b62ca23ca721",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "9ba9701e-97bb-4295-a244-a984d2aadbf4",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "97443084-a486-410c-a76c-16d79e4c958f",
      "resourceInvariantUUID": "425481fc-6307-4d76-86c0-f66f975278d8",
      "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": "795d0fa9-ac52-4929-b3a3-ae09b905cb39",
          "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": "f7aacd06-b5a4-46a5-ad85-221e9079061e",
          "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": "NTEwNDRiN2NlNjk4YzgzYTYxMzI3Y2EwM2E2YjFhNmU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "30bab2d3-dd87-4104-bb1c-7f9ce0d3e937",
          "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": "84c6eccd-5f04-44c6-8f3a-fc6feddecdad",
          "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": "e60ddbe6-1099-4a08-9c27-8a451bb554b4",
            "generatedFromUUID": "84c6eccd-5f04-44c6-8f3a-fc6feddecdad"
          },
          "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": "e60ddbe6-1099-4a08-9c27-8a451bb554b4",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "MjlhZjcwYjJkOTEzN2VmZGY1ODcwODIxOTVlMjk5OGM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "5e621493-547a-455b-bb3c-f4a32b7444ba"
    }
  ],
  "workloadContext": "Production"
}
2021-09-30T08:13:57.038Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-30T08:13:57.038Z|25e9cb23-45c0-4375-ae13-1f8be8302ad4|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 fec7325d-a332-4e80-8123-803da7332ac3 ASDC
2021-09-30T08:13:57.039Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:9dd10922-4f94-41f1-b153-e88eb5c9323a
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:fec7325d-a332-4e80-8123-803da7332ac3
ServiceInvariantUUID:366405f7-a7dc-4099-a1e4-b62ca23ca721
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:5e621493-547a-455b-bb3c-f4a32b7444ba
ArtifactChecksum:MjlhZjcwYjJkOTEzN2VmZGY1ODcwODIxOTVlMjk5OGM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:9ba9701e-97bb-4295-a244-a984d2aadbf4
ResourceInvariantUUID:425481fc-6307-4d76-86c0-f66f975278d8
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:97443084-a486-410c-a76c-16d79e4c958f
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:795d0fa9-ac52-4929-b3a3-ae09b905cb39
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:f7aacd06-b5a4-46a5-ad85-221e9079061e
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:30bab2d3-dd87-4104-bb1c-7f9ce0d3e937
ArtifactChecksum:NTEwNDRiN2NlNjk4YzgzYTYxMzI3Y2EwM2E2YjFhNmU=
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:84c6eccd-5f04-44c6-8f3a-fc6feddecdad
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:e60ddbe6-1099-4a08-9c27-8a451bb554b4
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:e60ddbe6-1099-4a08-9c27-8a451bb554b4
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-09-30T08:13:57.040Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF fec7325d-a332-4e80-8123-803da7332ac3 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-30T08:13:57.075Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-30T08:13:57.075Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-09-30T08:13:57.076Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-09-30T08:13:57.076Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 5e621493-547a-455b-bb3c-f4a32b7444ba from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-09-30T08:13:57.076Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-09-30T08:13:57.077Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-09-30T08:13:57.943Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-09-30T08:13:57.948Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 5e621493-547a-455b-bb3c-f4a32b7444ba 68761
2021-09-30T08:13:57.948Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||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-30T08:13:57.949Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||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-30T08:13:57.949Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-30T08:13:57.949Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-30T08:13:57.952Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T08:13:57.952Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "9dd10922-4f94-41f1-b153-e88eb5c9323a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632989637948,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-30T08:13:58.052Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T08:13:58.053Z||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-30T08:13:58.053Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T08:13:58.065Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:13:58.066Z||pool-81-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-30T08:13:58.952Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-30T08:13:58.954Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-09-30T08:13:58.955Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 5e621493-547a-455b-bb3c-f4a32b7444ba, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2021-09-30T08:13:58.955Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2021-09-30T08:13:58.955Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2021-09-30T08:13:58.955Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2021-09-30T08:13:59.104Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12662981417615575180/Definitions/service-BasicCnf-template.yml
2021-09-30T08:14:00.399Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-30T08:14:00.399Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-09-30T08:14:00.400Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-09-30T08:14:00.400Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2021-09-30T08:14:00.400Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||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-30T08:14:00.400Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||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-30T08:14:00.400Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-09-30T08:14:00.400Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||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-30T08:14:00.400Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-09-30T08:14:00.400Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T08:14:00.400Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T08:14:00.401Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-30T08:14:00.401Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-09-30T08:14:00.401Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-30T08:14:00.401Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T08:14:00.401Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T08:14:00.401Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-30T08:14:00.401Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-09-30T08:14:00.402Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-30T08:14:00.402Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T08:14:00.402Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T08:14:00.402Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T08:14:00.402Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-09-30T08:14:00.402Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2021-09-30T08:14:00.402Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||DEBUG|500||Node template dummy is not matching search criteria
2021-09-30T08:14:00.402Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-30T08:14:00.403Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T08:14:00.403Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-30T08:14:00.403Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T08:14:00.403Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-30T08:14:00.403Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-30T08:14:00.403Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T08:14:00.403Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-30T08:14:00.404Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-30T08:14:00.404Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T08:14:00.404Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-30T08:14:00.404Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-30T08:14:00.404Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T08:14:00.404Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-09-30T08:14:00.404Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2021-09-30T08:14:00.404Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=63218288-3663-487e-8de3-2a086405d6e2
2021-09-30T08:14:00.405Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T08:14:00.405Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T08:14:00.405Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T08:14:00.405Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T08:14:00.405Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T08:14:00.405Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T08:14:00.405Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T08:14:00.405Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T08:14:00.406Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:fec7325d-a332-4e80-8123-803da7332ac3
Model Version:NULL
Model InvariantUuid:366405f7-a7dc-4099-a1e4-b62ca23ca721
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:77874d8b-9071-4044-95a3-510cd075277c
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:425481fc-6307-4d76-86c0-f66f975278d8
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:9ba9701e-97bb-4295-a244-a984d2aadbf4
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:34a4b614-95d5-4a97-8b64-8fc1ad036deb
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:2bd10d80-3299-478d-8356-7bccb3ec7065
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:63218288-3663-487e-8de3-2a086405d6e2
ModelInvariantUuid:44baa99d-39f9-4776-bf06-c4d041e68b42
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:e966ee27-47fd-44eb-9d6c-6f50172d1a47
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:c04c20a2-c558-4599-b9e6-74bd92cb2271
ModelInvariantUuid:24d34877-03b9-4505-b9d1-0de06dde539f
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:e9fe91e5-7c44-41e9-b832-bbe6a80a35a2
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-30T08:14:00.416Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 97443084-a486-410c-a76c-16d79e4c958f
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-30T08:14:00.420Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||INFO|500||basic_cnf 0
2021-09-30T08:14:00.421Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 97443084-a486-410c-a76c-16d79e4c958f
2021-09-30T08:14:00.421Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 795d0fa9-ac52-4929-b3a3-ae09b905cb39 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2021-09-30T08:14:00.421Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-09-30T08:14:00.421Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||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-30T08:14:00.663Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-09-30T08:14:00.664Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 795d0fa9-ac52-4929-b3a3-ae09b905cb39 12
2021-09-30T08:14:00.664Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||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-30T08:14:00.664Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||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-30T08:14:00.664Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-30T08:14:00.665Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-30T08:14:00.667Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T08:14:00.667Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "9dd10922-4f94-41f1-b153-e88eb5c9323a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632989640664,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2021-09-30T08:14:00.767Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T08:14:00.768Z||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-30T08:14:00.768Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T08:14:00.782Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:14:00.783Z||pool-82-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-09-30T08:14:01.668Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: f7aacd06-b5a4-46a5-ad85-221e9079061e from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2021-09-30T08:14:01.668Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-09-30T08:14:01.669Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||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-30T08:14:01.950Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-09-30T08:14:01.951Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz f7aacd06-b5a4-46a5-ad85-221e9079061e 2688
2021-09-30T08:14:01.951Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||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-30T08:14:01.951Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||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-30T08:14:01.951Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-30T08:14:01.951Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-30T08:14:01.953Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T08:14:01.953Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "9dd10922-4f94-41f1-b153-e88eb5c9323a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632989641951,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-09-30T08:14:02.053Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T08:14:02.054Z||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-30T08:14:02.054Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T08:14:02.070Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:14:02.071Z||pool-83-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2021-09-30T08:14:02.955Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 30bab2d3-dd87-4104-bb1c-7f9ce0d3e937 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-09-30T08:14:02.957Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-09-30T08:14:02.957Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||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-30T08:14:04.333Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-09-30T08:14:04.334Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 30bab2d3-dd87-4104-bb1c-7f9ce0d3e937 828
2021-09-30T08:14:04.334Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||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-30T08:14:04.334Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||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-30T08:14:04.334Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-30T08:14:04.334Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-30T08:14:04.340Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T08:14:04.340Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "9dd10922-4f94-41f1-b153-e88eb5c9323a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632989644334,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-30T08:14:04.440Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T08:14:04.441Z||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-30T08:14:04.441Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T08:14:04.458Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:14:04.458Z||pool-84-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2021-09-30T08:14:05.341Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "34a4b614-95d5-4a97-8b64-8fc1ad036deb",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "2bd10d80-3299-478d-8356-7bccb3ec7065",
    "vfModuleModelCustomizationUUID": "b3dac962-e92e-4d95-9bdc-ae70e7a8f4fe",
    "isBase": true,
    "artifacts": [
      "f7aacd06-b5a4-46a5-ad85-221e9079061e",
      "84c6eccd-5f04-44c6-8f3a-fc6feddecdad",
      "e60ddbe6-1099-4a08-9c27-8a451bb554b4"
    ],
    "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-30T08:14:05.345Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2bd10d80-3299-478d-8356-7bccb3ec7065
VfModuleModelInvariantUUID:34a4b614-95d5-4a97-8b64-8fc1ad036deb
VfModuleModelDescription:NULL
Artifacts UUID List:{
f7aacd06-b5a4-46a5-ad85-221e9079061e
,
84c6eccd-5f04-44c6-8f3a-fc6feddecdad
,
e60ddbe6-1099-4a08-9c27-8a451bb554b4

}
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-30T08:14:05.347Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "34a4b614-95d5-4a97-8b64-8fc1ad036deb",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "2bd10d80-3299-478d-8356-7bccb3ec7065",
    "vfModuleModelCustomizationUUID": "b3dac962-e92e-4d95-9bdc-ae70e7a8f4fe",
    "isBase": true,
    "artifacts": [
      "f7aacd06-b5a4-46a5-ad85-221e9079061e",
      "84c6eccd-5f04-44c6-8f3a-fc6feddecdad",
      "e60ddbe6-1099-4a08-9c27-8a451bb554b4"
    ],
    "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-30T08:14:05.347Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2bd10d80-3299-478d-8356-7bccb3ec7065
VfModuleModelInvariantUUID:34a4b614-95d5-4a97-8b64-8fc1ad036deb
VfModuleModelDescription:NULL
Artifacts UUID List:{
f7aacd06-b5a4-46a5-ad85-221e9079061e
,
84c6eccd-5f04-44c6-8f3a-fc6feddecdad
,
e60ddbe6-1099-4a08-9c27-8a451bb554b4

}
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-30T08:14:05.347Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 84c6eccd-5f04-44c6-8f3a-fc6feddecdad from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-09-30T08:14:05.347Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-09-30T08:14:05.347Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||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-30T08:14:07.533Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-09-30T08:14:07.534Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 84c6eccd-5f04-44c6-8f3a-fc6feddecdad 1164
2021-09-30T08:14:07.534Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||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-30T08:14:07.535Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||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-30T08:14:07.535Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-30T08:14:07.535Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-30T08:14:07.538Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T08:14:07.538Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "9dd10922-4f94-41f1-b153-e88eb5c9323a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632989647534,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-30T08:14:07.638Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T08:14:07.639Z||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-30T08:14:07.640Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T08:14:07.654Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:14:07.655Z||pool-85-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-09-30T08:14:08.539Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: e60ddbe6-1099-4a08-9c27-8a451bb554b4 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-09-30T08:14:08.539Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-09-30T08:14:08.540Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||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-30T08:14:09.841Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-09-30T08:14:09.842Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env e60ddbe6-1099-4a08-9c27-8a451bb554b4 200
2021-09-30T08:14:09.842Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||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-30T08:14:09.842Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||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-30T08:14:09.842Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-30T08:14:09.843Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-30T08:14:09.845Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T08:14:09.845Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "9dd10922-4f94-41f1-b153-e88eb5c9323a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632989649842,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-09-30T08:14:09.945Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T08:14:09.946Z||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-30T08:14:09.946Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T08:14:09.957Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:14:09.958Z||pool-86-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-30T08:14:10.845Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: fec7325d-a332-4e80-8123-803da7332ac3
2021-09-30T08:14:10.846Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 97443084-a486-410c-a76c-16d79e4c958f ASDC
2021-09-30T08:14:10.858Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||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-30T08:14:10.870Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@549f9736, org.onap.sdc.toscaparser.api.parameters.Input@6d1f84a9, org.onap.sdc.toscaparser.api.parameters.Input@316356fa, org.onap.sdc.toscaparser.api.parameters.Input@57379a40, org.onap.sdc.toscaparser.api.parameters.Input@7f3981b7]
2021-09-30T08:14:10.872Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T08:14:10.873Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T08:14:10.873Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2021-09-30T08:14:10.873Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 9ba9701e-97bb-4295-a244-a984d2aadbf4
2021-09-30T08:14:10.873Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 9ba9701e-97bb-4295-a244-a984d2aadbf4 matches Tosca VF Customization UUID: 9ba9701e-97bb-4295-a244-a984d2aadbf4
2021-09-30T08:14:10.875Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 9ba9701e-97bb-4295-a244-a984d2aadbf4  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-30T08:14:10.878Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T08:14:10.878Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T08:14:10.879Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 9ba9701e-97bb-4295-a244-a984d2aadbf4: {\"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-30T08:14:10.879Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2e6350fc
2021-09-30T08:14:10.879Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T08:14:10.880Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-30T08:14:10.880Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : b3dac962-e92e-4d95-9bdc-ae70e7a8f4fe
2021-09-30T08:14:10.880Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID b3dac962-e92e-4d95-9bdc-ae70e7a8f4fe
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-30T08:14:10.883Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T08:14:10.884Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-30T08:14:10.884Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-30T08:14:10.884Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T08:14:10.884Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-30T08:14:10.884Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-30T08:14:10.885Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T08:14:10.885Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-09-30T08:14:10.885Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2021-09-30T08:14:10.885Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=63218288-3663-487e-8de3-2a086405d6e2
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-30T08:14:10.888Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T08:14:10.888Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-30T08:14:10.888Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-30T08:14:10.889Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T08:14:10.889Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-30T08:14:10.889Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=9ba9701e-97bb-4295-a244-a984d2aadbf4
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-30T08:14:10.891Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T08:14:10.891Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T08:14:10.891Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid fec7325d-a332-4e80-8123-803da7332ac3: basic_cnf
2021-09-30T08:14:10.891Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T08:14:10.891Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T08:14:10.892Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T08:14:10.892Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T08:14:10.892Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T08:14:10.892Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T08:14:10.893Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T08:14:10.893Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T08:14:10.893Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T08:14:10.893Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T08:14:10.893Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||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-30T08:14:10.970Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 97443084-a486-410c-a76c-16d79e4c958f 1 ASDC deployResourceStructure
2021-09-30T08:14:10.971Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||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-30T08:14:10.971Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||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-30T08:14:10.972Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2021-09-30T08:14:10.972Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-30T08:14:10.974Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T08:14:10.974Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "9dd10922-4f94-41f1-b153-e88eb5c9323a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632989650971,
  "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-30T08:14:11.074Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T08:14:11.075Z||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-30T08:14:11.075Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T08:14:11.104Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:14:11.105Z||pool-87-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2021-09-30T08:14:11.979Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||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-30T08:14:11.979Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||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-30T08:14:11.980Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2021-09-30T08:14:11.980Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-30T08:14:11.982Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T08:14:11.983Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "9dd10922-4f94-41f1-b153-e88eb5c9323a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632989651979,
  "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-30T08:14:12.083Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T08:14:12.084Z||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-30T08:14:12.085Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T08:14:12.097Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:14:12.097Z||pool-88-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-30T08:14:12.987Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||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-30T08:14:12.988Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||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-30T08:14:12.988Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-30T08:14:12.988Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-30T08:14:12.990Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T08:14:12.991Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "9dd10922-4f94-41f1-b153-e88eb5c9323a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632989652987,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-30T08:14:13.091Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T08:14:13.091Z||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-30T08:14:13.092Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T08:14:13.107Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:14:13.108Z||pool-89-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-09-30T08:14:13.991Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||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-30T08:14:13.992Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||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-30T08:14:13.992Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-30T08:14:13.992Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-30T08:14:13.999Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T08:14:13.999Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "9dd10922-4f94-41f1-b153-e88eb5c9323a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632989653991,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2021-09-30T08:14:14.094Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2021-09-30T08:14:14.095Z||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-30T08:14:14.095Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T08:14:14.106Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:14:14.106Z||pool-90-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-30T08:14:14.935Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T08:14:14.936Z||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-30T08:14:14.936Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T08:14:14.961Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:14:14.962Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-30T08:14:14.962Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e733d6f6-2120-44bb-83d9-02a461f44ce7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632989593270,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-09-30T08:14:14.964Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:14:15.002Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||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-30T08:14:15.003Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||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-30T08:14:15.003Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-30T08:14:15.003Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-30T08:14:15.005Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T08:14:15.006Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "9dd10922-4f94-41f1-b153-e88eb5c9323a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632989655002,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2021-09-30T08:14:15.107Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-30T08:14:15.108Z||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-30T08:14:15.108Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T08:14:15.129Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:14:15.130Z||pool-91-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2021-09-30T08:14:16.011Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||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-30T08:14:16.011Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||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-30T08:14:16.012Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-30T08:14:16.012Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-30T08:14:16.035Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T08:14:16.036Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "9dd10922-4f94-41f1-b153-e88eb5c9323a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632989656011,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-30T08:14:16.114Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 78 ms
2021-09-30T08:14:16.115Z||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-30T08:14:16.115Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T08:14:16.126Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:14:16.126Z||pool-92-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-30T08:14:17.036Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9dd10922-4f94-41f1-b153-e88eb5c9323a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-30T08:14:17.047Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9dd10922-4f94-41f1-b153-e88eb5c9323a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-30T08:14:17.050Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-30T08:14:17.050Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-30T08:14:17.050Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-30T08:14:47.051Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9dd10922-4f94-41f1-b153-e88eb5c9323a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-30T08:14:47.081Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9dd10922-4f94-41f1-b153-e88eb5c9323a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-30T08:14:47.086Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-30T08:14:47.086Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-30T08:14:47.087Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-30T08:15:14.935Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T08:15:14.937Z||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-30T08:15:14.937Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T08:15:14.963Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:15:14.964Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-30T08:15:14.964Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e733d6f6-2120-44bb-83d9-02a461f44ce7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632989593442,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:15:14.966Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:15:17.087Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9dd10922-4f94-41f1-b153-e88eb5c9323a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-30T08:15:17.100Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9dd10922-4f94-41f1-b153-e88eb5c9323a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-30T08:15:17.103Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-30T08:15:17.103Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-30T08:15:17.103Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-30T08:15:47.103Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9dd10922-4f94-41f1-b153-e88eb5c9323a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-30T08:15:47.121Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9dd10922-4f94-41f1-b153-e88eb5c9323a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-30T08:15:47.124Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-30T08:15:47.124Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-30T08:15:47.124Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-30T08:16:14.936Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T08:16:14.939Z||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-30T08:16:14.939Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T08:16:14.976Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:16:14.978Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-30T08:16:14.979Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e733d6f6-2120-44bb-83d9-02a461f44ce7",
  "consumerID": "dcae-sch",
  "timestamp": 1632989585976,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:16:14.981Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:16:14.982Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-30T08:16:14.982Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e733d6f6-2120-44bb-83d9-02a461f44ce7",
  "consumerID": "cds",
  "timestamp": 1632989584662,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:16:14.982Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:16:14.982Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-30T08:16:14.982Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e733d6f6-2120-44bb-83d9-02a461f44ce7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632989593270,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-09-30T08:16:14.982Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:16:14.982Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-30T08:16:14.982Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e733d6f6-2120-44bb-83d9-02a461f44ce7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632989593442,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:16:14.983Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:16:14.983Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-30T08:16:14.983Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e733d6f6-2120-44bb-83d9-02a461f44ce7",
  "consumerID": "dcae-sch",
  "timestamp": 1632989585976,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:16:14.983Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:16:14.983Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-30T08:16:14.983Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e733d6f6-2120-44bb-83d9-02a461f44ce7",
  "consumerID": "cds",
  "timestamp": 1632989584662,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:16:14.983Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:16:14.983Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-30T08:16:14.983Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e733d6f6-2120-44bb-83d9-02a461f44ce7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632989593270,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:16:14.984Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:16:14.984Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-30T08:16:14.984Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e733d6f6-2120-44bb-83d9-02a461f44ce7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632989593442,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:16:14.984Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:16:14.984Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-30T08:16:14.984Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dd10922-4f94-41f1-b153-e88eb5c9323a",
  "consumerID": "aai-ml",
  "timestamp": 1632989597233,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-30T08:16:14.984Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T08:16:14.985Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-30T08:16:14.985Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e733d6f6-2120-44bb-83d9-02a461f44ce7",
  "consumerID": "dcae-sch",
  "timestamp": 1632989585976,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:16:14.985Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:16:14.985Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-30T08:16:14.985Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e733d6f6-2120-44bb-83d9-02a461f44ce7",
  "consumerID": "cds",
  "timestamp": 1632989584662,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:16:14.985Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:16:14.985Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-30T08:16:14.985Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e733d6f6-2120-44bb-83d9-02a461f44ce7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632989593270,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-09-30T08:16:14.986Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:16:14.986Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-30T08:16:14.986Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e733d6f6-2120-44bb-83d9-02a461f44ce7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632989593442,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:16:14.986Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:16:14.986Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-30T08:16:14.986Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dd10922-4f94-41f1-b153-e88eb5c9323a",
  "consumerID": "aai-ml",
  "timestamp": 1632989598238,
  "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-30T08:16:14.999Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 9dd10922-4f94-41f1-b153-e88eb5c9323a
2021-09-30T08:16:14.999Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9dd10922-4f94-41f1-b153-e88eb5c9323a 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-30T08:16:15.022Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-30T08:16:15.022Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e733d6f6-2120-44bb-83d9-02a461f44ce7",
  "consumerID": "dcae-sch",
  "timestamp": 1632989585976,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:16:15.022Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:16:15.022Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-30T08:16:15.022Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e733d6f6-2120-44bb-83d9-02a461f44ce7",
  "consumerID": "cds",
  "timestamp": 1632989584662,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:16:15.023Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:16:15.024Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-30T08:16:15.024Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e733d6f6-2120-44bb-83d9-02a461f44ce7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632989593270,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:16:15.024Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:16:15.024Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-30T08:16:15.024Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e733d6f6-2120-44bb-83d9-02a461f44ce7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632989593442,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:16:15.024Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:16:15.024Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-30T08:16:15.024Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e733d6f6-2120-44bb-83d9-02a461f44ce7",
  "consumerID": "dcae-sch",
  "timestamp": 1632989585976,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:16:15.025Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:16:15.025Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-30T08:16:15.025Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e733d6f6-2120-44bb-83d9-02a461f44ce7",
  "consumerID": "cds",
  "timestamp": 1632989584662,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:16:15.025Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:16:15.025Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-30T08:16:15.025Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e733d6f6-2120-44bb-83d9-02a461f44ce7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632989593270,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:16:15.025Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:16:15.026Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-30T08:16:15.026Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e733d6f6-2120-44bb-83d9-02a461f44ce7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632989599350,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:16:15.026Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:16:15.026Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-30T08:16:15.026Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e733d6f6-2120-44bb-83d9-02a461f44ce7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632989593442,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:16:15.026Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:16:15.026Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-30T08:16:15.026Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e733d6f6-2120-44bb-83d9-02a461f44ce7",
  "consumerID": "dcae-sch",
  "timestamp": 1632989585976,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:16:15.026Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:16:15.026Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-30T08:16:15.026Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e733d6f6-2120-44bb-83d9-02a461f44ce7",
  "consumerID": "cds",
  "timestamp": 1632989584662,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T08:16:15.027Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:16:15.027Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-30T08:16:15.027Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e733d6f6-2120-44bb-83d9-02a461f44ce7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632989593270,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T08:16:15.027Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:16:15.027Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-30T08:16:15.027Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e733d6f6-2120-44bb-83d9-02a461f44ce7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632989599350,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:16:15.027Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:16:15.027Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-30T08:16:15.027Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e733d6f6-2120-44bb-83d9-02a461f44ce7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632989593442,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T08:16:15.027Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:16:15.028Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-30T08:16:15.028Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e733d6f6-2120-44bb-83d9-02a461f44ce7",
  "consumerID": "policy-id",
  "timestamp": 1632989601317,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:16:15.028Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:16:15.028Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-30T08:16:15.028Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e733d6f6-2120-44bb-83d9-02a461f44ce7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632989599350,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:16:15.028Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:16:15.028Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-30T08:16:15.029Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e733d6f6-2120-44bb-83d9-02a461f44ce7",
  "consumerID": "clamp",
  "timestamp": 1632989601513,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:16:15.029Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:16:15.029Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-30T08:16:15.029Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e733d6f6-2120-44bb-83d9-02a461f44ce7",
  "consumerID": "cds",
  "timestamp": 1632989602628,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-30T08:16:15.030Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T08:16:15.030Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-30T08:16:15.030Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e733d6f6-2120-44bb-83d9-02a461f44ce7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632989602831,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-30T08:16:15.030Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T08:16:15.030Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-30T08:16:15.030Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e733d6f6-2120-44bb-83d9-02a461f44ce7",
  "consumerID": "policy-id",
  "timestamp": 1632989601317,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:16:15.030Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:16:15.030Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-30T08:16:15.030Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e733d6f6-2120-44bb-83d9-02a461f44ce7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632989599350,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:16:15.030Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:16:15.031Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-30T08:16:15.031Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e733d6f6-2120-44bb-83d9-02a461f44ce7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632989603129,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-30T08:16:15.031Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T08:16:15.032Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-30T08:16:15.032Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e733d6f6-2120-44bb-83d9-02a461f44ce7",
  "consumerID": "clamp",
  "timestamp": 1632989601513,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-09-30T08:16:15.033Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:16:15.033Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-30T08:16:15.033Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e733d6f6-2120-44bb-83d9-02a461f44ce7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632989599350,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:16:15.033Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:16:15.033Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-30T08:16:15.033Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e733d6f6-2120-44bb-83d9-02a461f44ce7",
  "consumerID": "policy-id",
  "timestamp": 1632989601317,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-09-30T08:16:15.033Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:16:15.034Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-30T08:16:15.034Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e733d6f6-2120-44bb-83d9-02a461f44ce7",
  "consumerID": "clamp",
  "timestamp": 1632989601513,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:16:15.034Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:16:15.034Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-30T08:16:15.034Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e733d6f6-2120-44bb-83d9-02a461f44ce7",
  "consumerID": "aai-ml",
  "timestamp": 1632989604245,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:16:15.034Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:16:15.034Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-30T08:16:15.034Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e733d6f6-2120-44bb-83d9-02a461f44ce7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632989599350,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:16:15.034Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:16:15.035Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-30T08:16:15.035Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e733d6f6-2120-44bb-83d9-02a461f44ce7",
  "consumerID": "policy-id",
  "timestamp": 1632989601317,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:16:15.035Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:16:15.035Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-30T08:16:15.035Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e733d6f6-2120-44bb-83d9-02a461f44ce7",
  "consumerID": "clamp",
  "timestamp": 1632989601513,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:16:15.035Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:16:15.035Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-30T08:16:15.035Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e733d6f6-2120-44bb-83d9-02a461f44ce7",
  "consumerID": "aai-ml",
  "timestamp": 1632989604245,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:16:15.035Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:16:15.035Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-30T08:16:15.035Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e733d6f6-2120-44bb-83d9-02a461f44ce7",
  "consumerID": "policy-id",
  "timestamp": 1632989601317,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:16:15.036Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:16:15.036Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-30T08:16:15.036Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e733d6f6-2120-44bb-83d9-02a461f44ce7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632989599350,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:16:15.036Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:16:15.036Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-30T08:16:15.036Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e733d6f6-2120-44bb-83d9-02a461f44ce7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632989606041,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-30T08:16:15.037Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T08:16:15.037Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-30T08:16:15.037Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e733d6f6-2120-44bb-83d9-02a461f44ce7",
  "consumerID": "clamp",
  "timestamp": 1632989601513,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:16:15.037Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:16:15.037Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-30T08:16:15.037Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e733d6f6-2120-44bb-83d9-02a461f44ce7",
  "consumerID": "cds",
  "timestamp": 1632989606265,
  "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-30T08:16:15.051Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e733d6f6-2120-44bb-83d9-02a461f44ce7
2021-09-30T08:16:15.052Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId e733d6f6-2120-44bb-83d9-02a461f44ce7 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-30T08:16:15.060Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-30T08:16:15.060Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e733d6f6-2120-44bb-83d9-02a461f44ce7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632989606463,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-30T08:16:15.060Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T08:16:15.060Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-30T08:16:15.060Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e733d6f6-2120-44bb-83d9-02a461f44ce7",
  "consumerID": "aai-ml",
  "timestamp": 1632989604245,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:16:15.061Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:16:15.061Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-30T08:16:15.061Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e733d6f6-2120-44bb-83d9-02a461f44ce7",
  "consumerID": "policy-id",
  "timestamp": 1632989601317,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:16:15.061Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:16:15.061Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-30T08:16:15.061Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e733d6f6-2120-44bb-83d9-02a461f44ce7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632989599350,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:16:15.061Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:16:15.061Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-30T08:16:15.062Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e733d6f6-2120-44bb-83d9-02a461f44ce7",
  "consumerID": "clamp",
  "timestamp": 1632989601513,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:16:15.062Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:16:15.062Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-30T08:16:15.062Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e733d6f6-2120-44bb-83d9-02a461f44ce7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632989607468,
  "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-30T08:16:15.067Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e733d6f6-2120-44bb-83d9-02a461f44ce7
2021-09-30T08:16:15.068Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId e733d6f6-2120-44bb-83d9-02a461f44ce7 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-30T08:16:15.075Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-30T08:16:15.075Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e733d6f6-2120-44bb-83d9-02a461f44ce7",
  "consumerID": "aai-ml",
  "timestamp": 1632989604245,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:16:15.076Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:16:15.076Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-30T08:16:15.076Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e733d6f6-2120-44bb-83d9-02a461f44ce7",
  "consumerID": "policy-id",
  "timestamp": 1632989601317,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:16:15.076Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:16:15.076Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-30T08:16:15.076Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e733d6f6-2120-44bb-83d9-02a461f44ce7",
  "consumerID": "clamp",
  "timestamp": 1632989601513,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:16:15.076Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:16:15.077Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-30T08:16:15.077Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e733d6f6-2120-44bb-83d9-02a461f44ce7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632989608734,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-09-30T08:16:15.077Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T08:16:15.077Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-30T08:16:15.077Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e733d6f6-2120-44bb-83d9-02a461f44ce7",
  "consumerID": "aai-ml",
  "timestamp": 1632989604245,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:16:15.077Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:16:15.077Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-30T08:16:15.078Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e733d6f6-2120-44bb-83d9-02a461f44ce7",
  "consumerID": "policy-id",
  "timestamp": 1632989601317,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T08:16:15.078Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:16:15.078Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-30T08:16:15.078Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e733d6f6-2120-44bb-83d9-02a461f44ce7",
  "consumerID": "clamp",
  "timestamp": 1632989601513,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T08:16:15.078Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:16:15.078Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-30T08:16:15.078Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e733d6f6-2120-44bb-83d9-02a461f44ce7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632989609773,
  "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-30T08:16:15.083Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e733d6f6-2120-44bb-83d9-02a461f44ce7
2021-09-30T08:16:15.083Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId e733d6f6-2120-44bb-83d9-02a461f44ce7 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-30T08:16:15.094Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-30T08:16:15.095Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e733d6f6-2120-44bb-83d9-02a461f44ce7",
  "consumerID": "aai-ml",
  "timestamp": 1632989604245,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:16:15.095Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:16:15.095Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-30T08:16:15.095Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e733d6f6-2120-44bb-83d9-02a461f44ce7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632989610780,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-30T08:16:15.095Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T08:16:15.095Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-30T08:16:15.095Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e733d6f6-2120-44bb-83d9-02a461f44ce7",
  "consumerID": "aai-ml",
  "timestamp": 1632989604245,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:16:15.095Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:16:15.095Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-30T08:16:15.095Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e733d6f6-2120-44bb-83d9-02a461f44ce7",
  "consumerID": "aai-ml",
  "timestamp": 1632989604245,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T08:16:15.096Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:16:15.096Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-30T08:16:15.096Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e733d6f6-2120-44bb-83d9-02a461f44ce7",
  "consumerID": "policy-id",
  "timestamp": 1632989612128,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-30T08:16:15.096Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T08:16:15.096Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-30T08:16:15.096Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e733d6f6-2120-44bb-83d9-02a461f44ce7",
  "consumerID": "policy-id",
  "timestamp": 1632989613156,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-30T08:16:15.096Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T08:16:15.096Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-30T08:16:15.096Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e733d6f6-2120-44bb-83d9-02a461f44ce7",
  "consumerID": "policy-id",
  "timestamp": 1632989614164,
  "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-30T08:16:15.102Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e733d6f6-2120-44bb-83d9-02a461f44ce7
2021-09-30T08:16:15.102Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId e733d6f6-2120-44bb-83d9-02a461f44ce7 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-30T08:16:15.108Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-30T08:16:15.108Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e733d6f6-2120-44bb-83d9-02a461f44ce7",
  "consumerID": "aai-ml",
  "timestamp": 1632989614942,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-30T08:16:15.108Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T08:16:15.109Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-30T08:16:15.109Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e733d6f6-2120-44bb-83d9-02a461f44ce7",
  "consumerID": "clamp",
  "timestamp": 1632989617848,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-30T08:16:15.109Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T08:16:15.109Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-30T08:16:15.109Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e733d6f6-2120-44bb-83d9-02a461f44ce7",
  "consumerID": "clamp",
  "timestamp": 1632989620967,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-30T08:16:15.109Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T08:16:15.109Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-30T08:16:15.109Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e733d6f6-2120-44bb-83d9-02a461f44ce7",
  "consumerID": "clamp",
  "timestamp": 1632989621971,
  "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-30T08:16:15.113Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of e733d6f6-2120-44bb-83d9-02a461f44ce7
2021-09-30T08:16:15.113Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId e733d6f6-2120-44bb-83d9-02a461f44ce7 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-30T08:16:15.121Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-30T08:16:15.121Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e733d6f6-2120-44bb-83d9-02a461f44ce7",
  "consumerID": "aai-ml",
  "timestamp": 1632989624045,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-30T08:16:15.121Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T08:16:15.121Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-30T08:16:15.121Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e733d6f6-2120-44bb-83d9-02a461f44ce7",
  "consumerID": "aai-ml",
  "timestamp": 1632989625049,
  "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-30T08:16:15.125Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e733d6f6-2120-44bb-83d9-02a461f44ce7
2021-09-30T08:16:15.125Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId e733d6f6-2120-44bb-83d9-02a461f44ce7 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-30T08:16:15.134Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-30T08:16:15.134Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25e9cb23-45c0-4375-ae13-1f8be8302ad4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632989626344,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-30T08:16:15.135Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T08:16:15.135Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-30T08:16:15.135Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dd10922-4f94-41f1-b153-e88eb5c9323a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632989627362,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:16:15.135Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:16:15.135Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-30T08:16:15.135Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dd10922-4f94-41f1-b153-e88eb5c9323a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632989627362,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-09-30T08:16:15.136Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:16:15.136Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-30T08:16:15.136Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dd10922-4f94-41f1-b153-e88eb5c9323a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632989627362,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-09-30T08:16:15.136Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:16:15.136Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-30T08:16:15.137Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dd10922-4f94-41f1-b153-e88eb5c9323a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632989627362,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-09-30T08:16:15.137Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:16:15.137Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-30T08:16:15.137Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dd10922-4f94-41f1-b153-e88eb5c9323a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632989627362,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-09-30T08:16:15.137Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:16:15.137Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-30T08:16:15.138Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dd10922-4f94-41f1-b153-e88eb5c9323a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632989627362,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:16:15.138Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:16:15.138Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-30T08:16:15.138Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dd10922-4f94-41f1-b153-e88eb5c9323a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632989627362,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-09-30T08:16:15.138Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:16:15.138Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-30T08:16:15.138Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dd10922-4f94-41f1-b153-e88eb5c9323a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632989627362,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:16:15.139Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:16:15.139Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-30T08:16:15.139Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dd10922-4f94-41f1-b153-e88eb5c9323a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632989627362,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T08:16:15.139Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:16:15.139Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-30T08:16:15.139Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dd10922-4f94-41f1-b153-e88eb5c9323a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632989637948,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-30T08:16:15.139Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T08:16:15.139Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-30T08:16:15.140Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dd10922-4f94-41f1-b153-e88eb5c9323a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632989640664,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2021-09-30T08:16:15.140Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T08:16:15.140Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-30T08:16:15.140Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dd10922-4f94-41f1-b153-e88eb5c9323a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632989641951,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-09-30T08:16:15.140Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T08:16:15.140Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-30T08:16:15.140Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dd10922-4f94-41f1-b153-e88eb5c9323a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632989644334,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-30T08:16:15.141Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T08:16:15.141Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-30T08:16:15.141Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dd10922-4f94-41f1-b153-e88eb5c9323a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632989647534,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-30T08:16:15.141Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T08:16:15.141Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-30T08:16:15.141Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dd10922-4f94-41f1-b153-e88eb5c9323a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632989649842,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-09-30T08:16:15.141Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T08:16:15.141Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-30T08:16:15.141Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dd10922-4f94-41f1-b153-e88eb5c9323a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632989650971,
  "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-30T08:16:15.141Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T08:16:15.141Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-30T08:16:15.142Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dd10922-4f94-41f1-b153-e88eb5c9323a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632989651979,
  "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-30T08:16:15.142Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T08:16:15.142Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-30T08:16:15.142Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dd10922-4f94-41f1-b153-e88eb5c9323a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632989652987,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-30T08:16:15.142Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T08:16:15.142Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-30T08:16:15.142Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dd10922-4f94-41f1-b153-e88eb5c9323a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632989653991,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2021-09-30T08:16:15.142Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T08:16:17.125Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9dd10922-4f94-41f1-b153-e88eb5c9323a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-30T08:16:17.144Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9dd10922-4f94-41f1-b153-e88eb5c9323a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-30T08:16:17.147Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-30T08:16:17.147Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-30T08:16:17.147Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-30T08:16:17.147Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-30T08:16:17.147Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-30T08:16:17.147Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-30T08:16:17.147Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-30T08:16:17.148Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-30T08:16:17.148Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-30T08:16:17.148Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-30T08:16:17.148Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-30T08:16:17.153Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-30T08:16:47.153Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9dd10922-4f94-41f1-b153-e88eb5c9323a 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-30T08:16:47.163Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9dd10922-4f94-41f1-b153-e88eb5c9323a and serviceModelVersionId: fec7325d-a332-4e80-8123-803da7332ac3
2021-09-30T08:16:47.163Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 366405f7-a7dc-4099-a1e4-b62ca23ca721
2021-09-30T08:16:47.165Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/366405f7-a7dc-4099-a1e4-b62ca23ca721/model-vers/model-ver/fec7325d-a332-4e80-8123-803da7332ac3?depth=0
2021-09-30T08:16:47.171Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2021-09-30T08:16:47.252Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/366405f7-a7dc-4099-a1e4-b62ca23ca721/model-vers/model-ver/fec7325d-a332-4e80-8123-803da7332ac3?depth=0|INFO|500||Invoke
2021-09-30T08:16:47.252Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/366405f7-a7dc-4099-a1e4-b62ca23ca721/model-vers/model-ver/fec7325d-a332-4e80-8123-803da7332ac3?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/366405f7-a7dc-4099-a1e4-b62ca23ca721/model-vers/model-ver/fec7325d-a332-4e80-8123-803da7332ac3?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[9dd10922-4f94-41f1-b153-e88eb5c9323a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[6ec466ba-22c7-4666-9bda-9b398b33fcb9], X-ECOMP-RequestID=[9dd10922-4f94-41f1-b153-e88eb5c9323a], X-TransactionId=[], X-ONAP-RequestID=[9dd10922-4f94-41f1-b153-e88eb5c9323a], Content-Type=[application/merge-patch+json]}
2021-09-30T08:16:47.278Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/366405f7-a7dc-4099-a1e4-b62ca23ca721/model-vers/model-ver/fec7325d-a332-4e80-8123-803da7332ac3?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-30T08:16:47.734Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/366405f7-a7dc-4099-a1e4-b62ca23ca721/model-vers/model-ver/fec7325d-a332-4e80-8123-803da7332ac3?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/366405f7-a7dc-4099-a1e4-b62ca23ca721/model-vers/model-ver/fec7325d-a332-4e80-8123-803da7332ac3?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210930-08:16:47:290-43348], vertex-id=[282720], Content-Length=[0], Date=[Thu, 30 Sep 2021 08:16:47 GMT], Content-Type=[application/json]}
2021-09-30T08:16:47.734Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/366405f7-a7dc-4099-a1e4-b62ca23ca721/model-vers/model-ver/fec7325d-a332-4e80-8123-803da7332ac3?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-09-30T08:16:47.735Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/366405f7-a7dc-4099-a1e4-b62ca23ca721/model-vers/model-ver/fec7325d-a332-4e80-8123-803da7332ac3?depth=0|INFO|500||InvokeReturn
2021-09-30T08:16:47.736Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-30T08:16:47.737Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||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-30T08:16:47.743Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-09-30T08:16:47.743Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9dd10922-4f94-41f1-b153-e88eb5c9323a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-30T08:16:47.744Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-30T08:16:47.744Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-30T08:16:47.747Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T08:16:47.747Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "9dd10922-4f94-41f1-b153-e88eb5c9323a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632989807744,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-30T08:16:47.847Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T08:16:47.849Z||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-30T08:16:47.849Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T08:16:47.865Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:16:47.866Z||pool-93-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-30T08:16:48.764Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T08:16:48.765Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"e733d6f6-2120-44bb-83d9-02a461f44ce7","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"82b516d9-6275-4db2-9cb6-d418f13d689f","serviceDescription":"service","serviceInvariantUUID":"328673a3-b3df-4906-8206-a197b29d3d0c","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"303f77f1-0289-448f-b60c-dd22ce9d377b","resourceInvariantUUID":"2e2925d5-a097-497c-8c07-d462d46cd00e","resourceCustomizationUUID":"2414509e-8611-4de8-8c83-8b73a7bf2694","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":"ZWFiOTljODQ3Yzk0NDVjYTk5ODQ0M2FkNDJmMDA4ZTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"760c4cdd-f0db-4ea6-a81e-2e26be1055e5","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":"ZmU5NTY3ZDhhNDA4YzQ1NTg5MTJiMjk5MGNjNGRmZmQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"3364d218-5ec0-437c-9c96-27ed0d740919","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":"8dfc7239-9c13-4536-9deb-ca9e81f4e09a","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":"db0feacc-5868-4d09-8d78-70cc8db0eddc","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":"7f241769-e155-40bb-98ba-11e094a18ad3","artifactVersion":"2","generatedFromUUID":"8dfc7239-9c13-4536-9deb-ca9e81f4e09a"},{"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":"NTliMTI5NWM3MzI3MGY1NGE5MGE5MjNiYjU3YjIzZTg\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"b19f946a-b23f-4b7c-8b14-f5ff9f9cb2e6","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":"NjBiZGRlMjc0N2E4Yjk3N2JiYjBiZTM1ZmQwMWI4MmI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3db46581-caf0-449c-bdf5-873e7aad3fd4","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"ZDk0NmY2MjMyYWFmM2E3NjQ2NDJmNWYzNTdkZjdmZWQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"66bc3bdb-a36c-448b-9893-22c7e9c1b250","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-30T08:16:48.765Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T08:16:48.765Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-30T08:16:48.767Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T08:16:48.767Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e733d6f6-2120-44bb-83d9-02a461f44ce7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632989627362,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:16:48.867Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T08:16:48.868Z||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-30T08:16:48.868Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T08:16:48.877Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:16:48.878Z||pool-94-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-30T08:16:49.768Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T08:16:49.768Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-30T08:16:49.770Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T08:16:49.770Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e733d6f6-2120-44bb-83d9-02a461f44ce7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632989627362,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-09-30T08:16:49.870Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-30T08:16:49.871Z||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-30T08:16:49.871Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T08:16:49.989Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:16:49.990Z||pool-95-thread-1|||||INFO|500||cambria reply ok (119 ms):{"serverTimeMs":0,"count":1}
2021-09-30T08:16:50.771Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T08:16:50.772Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-30T08:16:50.776Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T08:16:50.777Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e733d6f6-2120-44bb-83d9-02a461f44ce7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632989627362,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-09-30T08:16:50.877Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-30T08:16:50.877Z||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-30T08:16:50.878Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T08:16:50.949Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:16:50.950Z||pool-96-thread-1|||||INFO|500||cambria reply ok (73 ms):{"serverTimeMs":0,"count":1}
2021-09-30T08:16:51.777Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T08:16:51.778Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-30T08:16:51.779Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T08:16:51.779Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e733d6f6-2120-44bb-83d9-02a461f44ce7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632989627362,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:16:51.880Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T08:16:51.881Z||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-30T08:16:51.881Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T08:16:51.903Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:16:51.903Z||pool-97-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2021-09-30T08:16:52.780Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T08:16:52.781Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-30T08:16:52.782Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T08:16:52.782Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e733d6f6-2120-44bb-83d9-02a461f44ce7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632989627362,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-09-30T08:16:52.883Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T08:16:52.884Z||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-30T08:16:52.884Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T08:16:52.894Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:16:52.895Z||pool-98-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-30T08:16:53.783Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T08:16:53.784Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-30T08:16:53.788Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T08:16:53.788Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e733d6f6-2120-44bb-83d9-02a461f44ce7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632989627362,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:16:53.888Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T08:16:53.889Z||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-30T08:16:53.889Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T08:16:53.901Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:16:53.902Z||pool-99-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-30T08:16:54.788Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T08:16:54.789Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-30T08:16:54.791Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T08:16:54.791Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e733d6f6-2120-44bb-83d9-02a461f44ce7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632989627362,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:16:54.891Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T08:16:54.892Z||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-30T08:16:54.892Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T08:16:54.903Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:16:54.904Z||pool-100-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-09-30T08:16:55.791Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T08:16:55.792Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-30T08:16:55.793Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T08:16:55.794Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e733d6f6-2120-44bb-83d9-02a461f44ce7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632989627362,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T08:16:55.894Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T08:16:55.894Z||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-30T08:16:55.895Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T08:16:55.909Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:16:55.909Z||pool-101-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-09-30T08:16:56.795Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "e733d6f6-2120-44bb-83d9-02a461f44ce7",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "82b516d9-6275-4db2-9cb6-d418f13d689f",
  "serviceDescription": "service",
  "serviceInvariantUUID": "328673a3-b3df-4906-8206-a197b29d3d0c",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "2414509e-8611-4de8-8c83-8b73a7bf2694",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "303f77f1-0289-448f-b60c-dd22ce9d377b",
      "resourceInvariantUUID": "2e2925d5-a097-497c-8c07-d462d46cd00e",
      "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": "ZmU5NTY3ZDhhNDA4YzQ1NTg5MTJiMjk5MGNjNGRmZmQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "3364d218-5ec0-437c-9c96-27ed0d740919",
          "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": "8dfc7239-9c13-4536-9deb-ca9e81f4e09a",
          "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": "7f241769-e155-40bb-98ba-11e094a18ad3",
            "generatedFromUUID": "8dfc7239-9c13-4536-9deb-ca9e81f4e09a"
          },
          "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": "7f241769-e155-40bb-98ba-11e094a18ad3",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "ZDk0NmY2MjMyYWFmM2E3NjQ2NDJmNWYzNTdkZjdmZWQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "66bc3bdb-a36c-448b-9893-22c7e9c1b250"
    }
  ],
  "workloadContext": "Production"
}
2021-09-30T08:16:56.797Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-30T08:16:56.797Z|9dd10922-4f94-41f1-b153-e88eb5c9323a|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 82b516d9-6275-4db2-9cb6-d418f13d689f ASDC
2021-09-30T08:16:56.798Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:e733d6f6-2120-44bb-83d9-02a461f44ce7
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:82b516d9-6275-4db2-9cb6-d418f13d689f
ServiceInvariantUUID:328673a3-b3df-4906-8206-a197b29d3d0c
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:66bc3bdb-a36c-448b-9893-22c7e9c1b250
ArtifactChecksum:ZDk0NmY2MjMyYWFmM2E3NjQ2NDJmNWYzNTdkZjdmZWQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:2414509e-8611-4de8-8c83-8b73a7bf2694
ResourceInvariantUUID:2e2925d5-a097-497c-8c07-d462d46cd00e
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:303f77f1-0289-448f-b60c-dd22ce9d377b
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:3364d218-5ec0-437c-9c96-27ed0d740919
ArtifactChecksum:ZmU5NTY3ZDhhNDA4YzQ1NTg5MTJiMjk5MGNjNGRmZmQ=
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:8dfc7239-9c13-4536-9deb-ca9e81f4e09a
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:7f241769-e155-40bb-98ba-11e094a18ad3
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:7f241769-e155-40bb-98ba-11e094a18ad3
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-09-30T08:16:56.799Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 82b516d9-6275-4db2-9cb6-d418f13d689f 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-30T08:16:56.836Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-30T08:16:56.837Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-09-30T08:16:56.837Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-09-30T08:16:56.837Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 66bc3bdb-a36c-448b-9893-22c7e9c1b250 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-09-30T08:16:56.837Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-09-30T08:16:56.838Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-09-30T08:16:58.033Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-09-30T08:16:58.038Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 66bc3bdb-a36c-448b-9893-22c7e9c1b250 78606
2021-09-30T08:16:58.038Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||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-30T08:16:58.038Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||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-30T08:16:58.039Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-30T08:16:58.039Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-30T08:16:58.042Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T08:16:58.042Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e733d6f6-2120-44bb-83d9-02a461f44ce7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632989818038,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-30T08:16:58.142Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T08:16:58.142Z||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-30T08:16:58.143Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T08:16:58.154Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:16:58.155Z||pool-102-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-30T08:16:59.043Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-30T08:16:59.043Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-09-30T08:16:59.044Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 66bc3bdb-a36c-448b-9893-22c7e9c1b250, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-30T08:16:59.045Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2021-09-30T08:16:59.045Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-30T08:16:59.045Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-30T08:16:59.233Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP404622072817868002/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-30T08:17:00.362Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-30T08:17:00.364Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-09-30T08:17:00.364Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-30T08:17:00.364Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-09-30T08:17:00.364Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||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-30T08:17:00.364Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||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-30T08:17:00.364Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-30T08:17:00.365Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-30T08:17:00.365Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-30T08:17:00.365Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||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-30T08:17:00.365Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-30T08:17:00.365Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||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-30T08:17:00.365Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-30T08:17:00.366Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-09-30T08:17:00.366Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T08:17:00.366Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T08:17:00.366Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-09-30T08:17:00.367Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-09-30T08:17:00.367Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-30T08:17:00.367Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T08:17:00.367Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T08:17:00.367Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-09-30T08:17:00.368Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-09-30T08:17:00.368Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-30T08:17:00.368Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T08:17:00.368Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T08:17:00.368Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T08:17:00.369Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-09-30T08:17:00.369Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2021-09-30T08:17:00.369Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2021-09-30T08:17:00.369Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2021-09-30T08:17:00.370Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-09-30T08:17:00.370Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-30T08:17:00.370Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T08:17:00.370Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-30T08:17:00.370Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T08:17:00.370Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-09-30T08:17:00.371Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-30T08:17:00.371Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T08:17:00.371Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-09-30T08:17:00.371Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-30T08:17:00.372Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T08:17:00.372Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-09-30T08:17:00.372Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-30T08:17:00.372Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T08:17:00.372Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-09-30T08:17:00.373Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-09-30T08:17:00.373Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-09-30T08:17:00.373Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=9aaf1801-69ee-42b1-ab62-6142fc2f4a95
2021-09-30T08:17:00.373Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T08:17:00.373Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T08:17:00.374Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T08:17:00.374Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T08:17:00.374Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T08:17:00.374Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T08:17:00.374Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T08:17:00.375Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T08:17:00.375Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:82b516d9-6275-4db2-9cb6-d418f13d689f
Model Version:NULL
Model InvariantUuid:328673a3-b3df-4906-8206-a197b29d3d0c
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:1b0b5142-1211-4b36-bdff-04d3de89980f
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:2e2925d5-a097-497c-8c07-d462d46cd00e
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:2414509e-8611-4de8-8c83-8b73a7bf2694
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:ec3e3e96-cdf4-43ad-a300-1152c1c9dd42
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:a61d2dbe-7b2c-4e94-bfa7-74ac8240cd44
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:9aaf1801-69ee-42b1-ab62-6142fc2f4a95
ModelInvariantUuid:65508522-1baf-4690-8c4e-19f119d7c68d
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:4cff9f2f-9d05-4c1a-aa84-b8cbd5ececbc
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:047f840b-b628-4a27-aabf-b478cd9cd7c8
ModelInvariantUuid:a36aaafe-853b-486b-8457-653cc79d293f
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:e03f1af3-9d0f-47b3-a18e-ed436f67be8d
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-30T08:17:00.385Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 303f77f1-0289-448f-b60c-dd22ce9d377b
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-30T08:17:00.388Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||INFO|500||basic_vm_macro 0
2021-09-30T08:17:00.388Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 303f77f1-0289-448f-b60c-dd22ce9d377b
2021-09-30T08:17:00.389Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 3364d218-5ec0-437c-9c96-27ed0d740919 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-09-30T08:17:00.389Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-09-30T08:17:00.389Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-09-30T08:17:01.134Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-09-30T08:17:01.134Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 3364d218-5ec0-437c-9c96-27ed0d740919 792
2021-09-30T08:17:01.135Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||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-30T08:17:01.135Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||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-30T08:17:01.135Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-30T08:17:01.135Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-30T08:17:01.139Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T08:17:01.139Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e733d6f6-2120-44bb-83d9-02a461f44ce7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632989821135,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-30T08:17:01.237Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2021-09-30T08:17:01.238Z||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-30T08:17:01.238Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T08:17:01.250Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:17:01.251Z||pool-103-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-09-30T08:17:02.142Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "ec3e3e96-cdf4-43ad-a300-1152c1c9dd42",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "a61d2dbe-7b2c-4e94-bfa7-74ac8240cd44",
    "vfModuleModelCustomizationUUID": "edced7a5-3411-45c5-9288-27c419f854b4",
    "isBase": true,
    "artifacts": [
      "8dfc7239-9c13-4536-9deb-ca9e81f4e09a",
      "7f241769-e155-40bb-98ba-11e094a18ad3"
    ],
    "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-30T08:17:02.149Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a61d2dbe-7b2c-4e94-bfa7-74ac8240cd44
VfModuleModelInvariantUUID:ec3e3e96-cdf4-43ad-a300-1152c1c9dd42
VfModuleModelDescription:NULL
Artifacts UUID List:{
8dfc7239-9c13-4536-9deb-ca9e81f4e09a
,
7f241769-e155-40bb-98ba-11e094a18ad3

}
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-30T08:17:02.151Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "ec3e3e96-cdf4-43ad-a300-1152c1c9dd42",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "a61d2dbe-7b2c-4e94-bfa7-74ac8240cd44",
    "vfModuleModelCustomizationUUID": "edced7a5-3411-45c5-9288-27c419f854b4",
    "isBase": true,
    "artifacts": [
      "8dfc7239-9c13-4536-9deb-ca9e81f4e09a",
      "7f241769-e155-40bb-98ba-11e094a18ad3"
    ],
    "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-30T08:17:02.151Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a61d2dbe-7b2c-4e94-bfa7-74ac8240cd44
VfModuleModelInvariantUUID:ec3e3e96-cdf4-43ad-a300-1152c1c9dd42
VfModuleModelDescription:NULL
Artifacts UUID List:{
8dfc7239-9c13-4536-9deb-ca9e81f4e09a
,
7f241769-e155-40bb-98ba-11e094a18ad3

}
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-30T08:17:02.151Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 8dfc7239-9c13-4536-9deb-ca9e81f4e09a from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-09-30T08:17:02.151Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-09-30T08:17:02.152Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-09-30T08:17:03.052Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-09-30T08:17:03.052Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 8dfc7239-9c13-4536-9deb-ca9e81f4e09a 5033
2021-09-30T08:17:03.053Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||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-30T08:17:03.053Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||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-30T08:17:03.053Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-30T08:17:03.053Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-30T08:17:03.056Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T08:17:03.056Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e733d6f6-2120-44bb-83d9-02a461f44ce7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632989823053,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-30T08:17:03.155Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-30T08:17:03.156Z||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-30T08:17:03.156Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T08:17:03.168Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:17:03.168Z||pool-104-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-30T08:17:04.056Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 7f241769-e155-40bb-98ba-11e094a18ad3 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-09-30T08:17:04.057Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-09-30T08:17:04.057Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-09-30T08:17:05.157Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-09-30T08:17:05.158Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 7f241769-e155-40bb-98ba-11e094a18ad3 903
2021-09-30T08:17:05.158Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||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-30T08:17:05.158Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||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-30T08:17:05.158Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-30T08:17:05.158Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-30T08:17:05.161Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T08:17:05.161Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e733d6f6-2120-44bb-83d9-02a461f44ce7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632989825158,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-09-30T08:17:05.261Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T08:17:05.262Z||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-30T08:17:05.262Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T08:17:05.275Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:17:05.276Z||pool-105-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-30T08:17:06.168Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 82b516d9-6275-4db2-9cb6-d418f13d689f
2021-09-30T08:17:06.170Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 303f77f1-0289-448f-b60c-dd22ce9d377b 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-30T08:17:06.187Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4fe958ec, org.onap.sdc.toscaparser.api.parameters.Input@2762ede8, org.onap.sdc.toscaparser.api.parameters.Input@1876f92e, org.onap.sdc.toscaparser.api.parameters.Input@49c2c8ea, org.onap.sdc.toscaparser.api.parameters.Input@4c69c706]
2021-09-30T08:17:06.189Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T08:17:06.189Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T08:17:06.190Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2021-09-30T08:17:06.190Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 2414509e-8611-4de8-8c83-8b73a7bf2694
2021-09-30T08:17:06.190Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 2414509e-8611-4de8-8c83-8b73a7bf2694 matches Tosca VF Customization UUID: 2414509e-8611-4de8-8c83-8b73a7bf2694
2021-09-30T08:17:06.190Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 2414509e-8611-4de8-8c83-8b73a7bf2694  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-30T08:17:06.192Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T08:17:06.192Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T08:17:06.193Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 2414509e-8611-4de8-8c83-8b73a7bf2694: {\"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-30T08:17:06.193Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@c9e50f9
2021-09-30T08:17:06.193Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T08:17:06.193Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-30T08:17:06.193Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : edced7a5-3411-45c5-9288-27c419f854b4
2021-09-30T08:17:06.194Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID edced7a5-3411-45c5-9288-27c419f854b4
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-30T08:17:06.196Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T08:17:06.196Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-09-30T08:17:06.196Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-30T08:17:06.196Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T08:17:06.197Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-09-30T08:17:06.197Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-30T08:17:06.197Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T08:17:06.197Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-09-30T08:17:06.197Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-09-30T08:17:06.197Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-09-30T08:17:06.197Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=9aaf1801-69ee-42b1-ab62-6142fc2f4a95
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-30T08:17:06.199Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T08:17:06.199Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-09-30T08:17:06.200Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-30T08:17:06.200Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T08:17:06.200Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-09-30T08:17:06.200Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=2414509e-8611-4de8-8c83-8b73a7bf2694
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-30T08:17:06.201Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T08:17:06.201Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T08:17:06.202Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 82b516d9-6275-4db2-9cb6-d418f13d689f: basic_vm_macro
2021-09-30T08:17:06.202Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T08:17:06.202Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T08:17:06.202Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T08:17:06.202Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T08:17:06.202Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T08:17:06.202Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T08:17:06.203Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T08:17:06.203Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T08:17:06.203Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T08:17:06.203Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T08:17:06.203Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||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-30T08:17:06.283Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 303f77f1-0289-448f-b60c-dd22ce9d377b 1 ASDC deployResourceStructure
2021-09-30T08:17:06.284Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||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-30T08:17:06.284Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||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-30T08:17:06.284Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-30T08:17:06.285Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-30T08:17:06.289Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T08:17:06.289Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e733d6f6-2120-44bb-83d9-02a461f44ce7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632989826284,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-30T08:17:06.389Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T08:17:06.390Z||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-30T08:17:06.390Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T08:17:06.406Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:17:06.407Z||pool-106-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-09-30T08:17:07.298Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||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-30T08:17:07.299Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||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-30T08:17:07.300Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-30T08:17:07.302Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-30T08:17:07.308Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T08:17:07.308Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e733d6f6-2120-44bb-83d9-02a461f44ce7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632989827298,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-09-30T08:17:07.407Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-30T08:17:07.408Z||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-30T08:17:07.409Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T08:17:07.435Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:17:07.435Z||pool-107-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2021-09-30T08:17:08.311Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||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-30T08:17:08.312Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||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-30T08:17:08.312Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-30T08:17:08.312Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-30T08:17:08.317Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T08:17:08.317Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e733d6f6-2120-44bb-83d9-02a461f44ce7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632989828311,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-09-30T08:17:08.421Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2021-09-30T08:17:08.424Z||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-30T08:17:08.424Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T08:17:08.435Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:17:08.437Z||pool-108-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-30T08:17:09.326Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||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-30T08:17:09.327Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||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-30T08:17:09.328Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-30T08:17:09.328Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-30T08:17:09.334Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T08:17:09.334Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e733d6f6-2120-44bb-83d9-02a461f44ce7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632989829326,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-30T08:17:09.433Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2021-09-30T08:17:09.434Z||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-30T08:17:09.434Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T08:17:09.444Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:17:09.444Z||pool-109-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-30T08:17:10.335Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e733d6f6-2120-44bb-83d9-02a461f44ce7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-30T08:17:10.353Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e733d6f6-2120-44bb-83d9-02a461f44ce7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-30T08:17:10.358Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-30T08:17:10.358Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-30T08:17:10.358Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-30T08:17:10.358Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-30T08:17:10.358Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-30T08:17:10.358Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-30T08:17:10.358Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-30T08:17:10.358Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-30T08:17:10.358Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-30T08:17:10.358Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-30T08:17:10.358Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-30T08:17:10.364Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-30T08:17:14.935Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T08:17:14.936Z||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-30T08:17:14.936Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T08:17:15.008Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:17:15.009Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-30T08:17:15.009Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dd10922-4f94-41f1-b153-e88eb5c9323a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632989655002,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2021-09-30T08:17:15.011Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T08:17:15.011Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-30T08:17:15.011Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dd10922-4f94-41f1-b153-e88eb5c9323a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632989656011,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-30T08:17:15.012Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T08:17:40.365Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e733d6f6-2120-44bb-83d9-02a461f44ce7 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-30T08:17:40.371Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e733d6f6-2120-44bb-83d9-02a461f44ce7 and serviceModelVersionId: 82b516d9-6275-4db2-9cb6-d418f13d689f
2021-09-30T08:17:40.372Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 328673a3-b3df-4906-8206-a197b29d3d0c
2021-09-30T08:17:40.373Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/328673a3-b3df-4906-8206-a197b29d3d0c/model-vers/model-ver/82b516d9-6275-4db2-9cb6-d418f13d689f?depth=0
2021-09-30T08:17:40.380Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2021-09-30T08:17:40.426Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/328673a3-b3df-4906-8206-a197b29d3d0c/model-vers/model-ver/82b516d9-6275-4db2-9cb6-d418f13d689f?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-30T08:17:40.428Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/328673a3-b3df-4906-8206-a197b29d3d0c/model-vers/model-ver/82b516d9-6275-4db2-9cb6-d418f13d689f?depth=0|INFO|500||Invoke
2021-09-30T08:17:40.450Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/328673a3-b3df-4906-8206-a197b29d3d0c/model-vers/model-ver/82b516d9-6275-4db2-9cb6-d418f13d689f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-30T08:17:40.726Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/328673a3-b3df-4906-8206-a197b29d3d0c/model-vers/model-ver/82b516d9-6275-4db2-9cb6-d418f13d689f?depth=0|INFO|500||InvokeReturn
2021-09-30T08:17:40.726Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/328673a3-b3df-4906-8206-a197b29d3d0c/model-vers/model-ver/82b516d9-6275-4db2-9cb6-d418f13d689f?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210930-08:17:40:461-47941], vertex-id=[241848], Content-Length=[0], Date=[Thu, 30 Sep 2021 08:17:40 GMT], Content-Type=[application/json]}
2021-09-30T08:17:40.728Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2021-09-30T08:17:40.729Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-30T08:17:40.729Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||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-30T08:17:40.733Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-09-30T08:17:40.733Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e733d6f6-2120-44bb-83d9-02a461f44ce7 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-30T08:17:40.733Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-30T08:17:40.734Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-30T08:17:40.735Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T08:17:40.735Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e733d6f6-2120-44bb-83d9-02a461f44ce7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632989860733,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-30T08:17:40.840Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2021-09-30T08:17:40.841Z||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-30T08:17:40.841Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T08:17:40.858Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:17:40.858Z||pool-110-thread-1|||||INFO|500||cambria reply ok (17 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-30T08:17:41.751Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T08:17:41.751Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T08:17:41.751Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2cjfMityS9h3J0jo) ...
2021-09-30T08:17:52.290Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:17:52.290Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T08:17:52.291Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T08:17:52.291Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2cjfMityS9h3J0jo) ...
2021-09-30T08:18:01.866Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:18:01.867Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T08:18:01.868Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T08:18:01.868Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2cjfMityS9h3J0jo) ...
2021-09-30T08:18:11.454Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:18:11.457Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T08:18:11.458Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T08:18:11.458Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2cjfMityS9h3J0jo) ...
2021-09-30T08:18:14.935Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T08:18:14.936Z||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-30T08:18:14.936Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T08:18:14.967Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:18:14.969Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-30T08:18:14.970Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dd10922-4f94-41f1-b153-e88eb5c9323a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632989807744,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-30T08:18:14.970Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T08:18:14.971Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-30T08:18:14.971Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e733d6f6-2120-44bb-83d9-02a461f44ce7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632989627362,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:18:14.971Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:18:14.971Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-30T08:18:14.971Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e733d6f6-2120-44bb-83d9-02a461f44ce7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632989627362,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-09-30T08:18:14.971Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:18:14.971Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-30T08:18:14.971Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e733d6f6-2120-44bb-83d9-02a461f44ce7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632989627362,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-09-30T08:18:14.971Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:18:14.971Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-30T08:18:14.971Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e733d6f6-2120-44bb-83d9-02a461f44ce7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632989627362,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:18:14.972Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:18:14.972Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-30T08:18:14.972Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e733d6f6-2120-44bb-83d9-02a461f44ce7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632989627362,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-09-30T08:18:14.972Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:18:14.972Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-30T08:18:14.972Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e733d6f6-2120-44bb-83d9-02a461f44ce7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632989627362,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:18:14.972Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:18:14.972Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-30T08:18:14.972Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e733d6f6-2120-44bb-83d9-02a461f44ce7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632989627362,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:18:14.972Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:18:14.972Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-30T08:18:14.973Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e733d6f6-2120-44bb-83d9-02a461f44ce7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632989627362,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T08:18:14.973Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:18:14.973Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-30T08:18:14.973Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e733d6f6-2120-44bb-83d9-02a461f44ce7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632989818038,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-30T08:18:14.973Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T08:18:14.973Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-30T08:18:14.973Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e733d6f6-2120-44bb-83d9-02a461f44ce7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632989821135,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-30T08:18:14.973Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T08:18:14.973Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-30T08:18:14.973Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e733d6f6-2120-44bb-83d9-02a461f44ce7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632989823053,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-30T08:18:14.973Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T08:18:14.973Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-30T08:18:14.974Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e733d6f6-2120-44bb-83d9-02a461f44ce7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632989825158,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-09-30T08:18:14.974Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T08:18:14.974Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-30T08:18:14.974Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e733d6f6-2120-44bb-83d9-02a461f44ce7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632989826284,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-30T08:18:14.974Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T08:18:14.974Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-30T08:18:14.974Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e733d6f6-2120-44bb-83d9-02a461f44ce7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632989827298,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-09-30T08:18:14.974Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T08:18:14.974Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-30T08:18:14.975Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e733d6f6-2120-44bb-83d9-02a461f44ce7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632989828311,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-09-30T08:18:14.975Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T08:18:14.975Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-30T08:18:14.975Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e733d6f6-2120-44bb-83d9-02a461f44ce7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632989829326,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-30T08:18:14.975Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T08:18:21.038Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:18:21.041Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T08:18:21.043Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T08:18:21.044Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2cjfMityS9h3J0jo) ...
2021-09-30T08:18:30.614Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:19:14.935Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T08:19:14.934Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T08:19:14.937Z||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-30T08:19:14.937Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T08:19:14.937Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T08:19:14.937Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2cjfMityS9h3J0jo) ...
2021-09-30T08:19:15.464Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:19:15.465Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-30T08:19:15.465Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e733d6f6-2120-44bb-83d9-02a461f44ce7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632989860733,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-30T08:19:15.467Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T08:19:24.513Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:20:14.935Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T08:20:14.934Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T08:20:14.937Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|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-30T08:20:14.937Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|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 2cjfMityS9h3J0jo) ...
2021-09-30T08:20:14.937Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T08:20:14.937Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2cjfMityS9h3J0jo) ...
2021-09-30T08:20:24.517Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:20:24.601Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:21:14.935Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T08:21:14.933Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T08:21:14.936Z||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-30T08:21:14.936Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T08:21:14.936Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T08:21:14.936Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2cjfMityS9h3J0jo) ...
2021-09-30T08:21:24.492Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:21:24.562Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:22:14.934Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T08:22:14.935Z|48773fe4-8e21-458b-b6a6-66f2ecf6eb60|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T08:22:14.939Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T08:22:14.939Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2cjfMityS9h3J0jo) ...
2021-09-30T08:22:14.939Z|48773fe4-8e21-458b-b6a6-66f2ecf6eb60|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-30T08:22:14.940Z|48773fe4-8e21-458b-b6a6-66f2ecf6eb60|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 2cjfMityS9h3J0jo) ...
2021-09-30T08:22:24.517Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:22:24.518Z|48773fe4-8e21-458b-b6a6-66f2ecf6eb60|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:23:14.933Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T08:23:14.935Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T08:23:14.935Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T08:23:14.935Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2cjfMityS9h3J0jo) ...
2021-09-30T08:23:14.935Z||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-30T08:23:14.935Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T08:23:24.509Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:23:24.520Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:24:14.933Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T08:24:14.934Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T08:24:14.934Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2cjfMityS9h3J0jo) ...
2021-09-30T08:24:14.935Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T08:24:14.935Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|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-30T08:24:14.936Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|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 2cjfMityS9h3J0jo) ...
2021-09-30T08:24:15.575Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:24:15.576Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T08:24:15.577Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"3357b8da-ca7f-4d88-b264-f3a9343a1e27","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"d93f290b-3284-49d2-bc7b-7015eea18818","serviceDescription":"service","serviceInvariantUUID":"4f2a0d57-9d59-42dd-9e85-b7f85528f0fd","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"5c9cc89f-2f7c-4217-98b6-b3d5732acab5","resourceInvariantUUID":"c45475b2-8016-4075-9d31-857b1f9a2147","resourceCustomizationUUID":"86455c0f-9cdd-4bce-b3bc-f2c5f353c0f3","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":"c60e170a-c97e-4b62-8281-9f6359bf2739","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":"YWM0ZjkzYzAxYTM0ODIzYmRkMTFjMmNjMmVmNDA3ZGE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"4f7cb7a9-d537-4d73-8b26-e1c82f320322","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":"NDYwZTE1YjY4ZTI4YjE1YmFkNjFmNmE2NzdkMGMyMmQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"5ee56bd2-1c2e-4293-b2f4-24a573f8ba13","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":"085c28f1-61d0-4622-a74f-4c7e6549a984","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":"8322b383-3a5c-4dce-9c98-ba37ea2afbcc","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":"d37176d9-b117-4b5d-b98d-3194143acb26","artifactVersion":"2","generatedFromUUID":"085c28f1-61d0-4622-a74f-4c7e6549a984"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"OTNhZTg0NDJmZTBjYmY1ODFiZDQ5MzljMzNmNzE4NzA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d86aa7d2-a613-4b1d-9a56-e5b0e82d56d8","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"MzliMWUyNDgyODQ5Y2NiOTBlZGJjMDQ0MjI2NTJmZDE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e5790a7e-91d3-482c-a621-7703e0ef0b95","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-30T08:24:15.584Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T08:24:15.585Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-30T08:24:15.591Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T08:24:15.591Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "3357b8da-ca7f-4d88-b264-f3a9343a1e27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632990254933,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:24:15.594Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:24:15.595Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-30T08:24:15.595Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3357b8da-ca7f-4d88-b264-f3a9343a1e27",
  "consumerID": "aai-ml",
  "timestamp": 1632990204245,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:24:15.596Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:24:15.596Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-30T08:24:15.596Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3357b8da-ca7f-4d88-b264-f3a9343a1e27",
  "consumerID": "dcae-sch",
  "timestamp": 1632990205975,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOTIFIED"
}
2021-09-30T08:24:15.596Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:24:15.596Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-30T08:24:15.596Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3357b8da-ca7f-4d88-b264-f3a9343a1e27",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632990211440,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:24:15.596Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:24:15.596Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-30T08:24:15.596Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3357b8da-ca7f-4d88-b264-f3a9343a1e27",
  "consumerID": "cds",
  "timestamp": 1632990211277,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:24:15.597Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:24:15.597Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-30T08:24:15.597Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3357b8da-ca7f-4d88-b264-f3a9343a1e27",
  "consumerID": "aai-ml",
  "timestamp": 1632990204245,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:24:15.597Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:24:15.597Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-30T08:24:15.598Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3357b8da-ca7f-4d88-b264-f3a9343a1e27",
  "consumerID": "dcae-sch",
  "timestamp": 1632990205975,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:24:15.598Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:24:15.598Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-30T08:24:15.598Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3357b8da-ca7f-4d88-b264-f3a9343a1e27",
  "consumerID": "cds",
  "timestamp": 1632990211277,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:24:15.598Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:24:15.598Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-30T08:24:15.598Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3357b8da-ca7f-4d88-b264-f3a9343a1e27",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632990211440,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:24:15.598Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:24:15.598Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-30T08:24:15.598Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3357b8da-ca7f-4d88-b264-f3a9343a1e27",
  "consumerID": "aai-ml",
  "timestamp": 1632990204245,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:24:15.598Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:24:15.598Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-30T08:24:15.598Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3357b8da-ca7f-4d88-b264-f3a9343a1e27",
  "consumerID": "cds",
  "timestamp": 1632990211277,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:24:15.598Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:24:15.598Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-30T08:24:15.598Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3357b8da-ca7f-4d88-b264-f3a9343a1e27",
  "consumerID": "dcae-sch",
  "timestamp": 1632990205975,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:24:15.599Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:24:15.599Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-30T08:24:15.599Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3357b8da-ca7f-4d88-b264-f3a9343a1e27",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632990211440,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-09-30T08:24:15.599Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:24:15.599Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-30T08:24:15.599Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3357b8da-ca7f-4d88-b264-f3a9343a1e27",
  "consumerID": "aai-ml",
  "timestamp": 1632990204245,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:24:15.599Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:24:15.599Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-30T08:24:15.599Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3357b8da-ca7f-4d88-b264-f3a9343a1e27",
  "consumerID": "cds",
  "timestamp": 1632990211277,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:24:15.599Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:24:15.599Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-30T08:24:15.599Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3357b8da-ca7f-4d88-b264-f3a9343a1e27",
  "consumerID": "dcae-sch",
  "timestamp": 1632990205975,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:24:15.599Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:24:15.600Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-30T08:24:15.600Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3357b8da-ca7f-4d88-b264-f3a9343a1e27",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632990211440,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-09-30T08:24:15.600Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:24:15.600Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-30T08:24:15.600Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3357b8da-ca7f-4d88-b264-f3a9343a1e27",
  "consumerID": "aai-ml",
  "timestamp": 1632990204245,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:24:15.600Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:24:15.600Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-30T08:24:15.600Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3357b8da-ca7f-4d88-b264-f3a9343a1e27",
  "consumerID": "dcae-sch",
  "timestamp": 1632990205975,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:24:15.600Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:24:15.601Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-30T08:24:15.601Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3357b8da-ca7f-4d88-b264-f3a9343a1e27",
  "consumerID": "cds",
  "timestamp": 1632990211277,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:24:15.601Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:24:15.601Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-30T08:24:15.601Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3357b8da-ca7f-4d88-b264-f3a9343a1e27",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632990211440,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:24:15.601Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:24:15.601Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-30T08:24:15.601Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3357b8da-ca7f-4d88-b264-f3a9343a1e27",
  "consumerID": "aai-ml",
  "timestamp": 1632990204245,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:24:15.601Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:24:15.601Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-30T08:24:15.602Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3357b8da-ca7f-4d88-b264-f3a9343a1e27",
  "consumerID": "dcae-sch",
  "timestamp": 1632990205975,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:24:15.602Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:24:15.602Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-30T08:24:15.602Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3357b8da-ca7f-4d88-b264-f3a9343a1e27",
  "consumerID": "cds",
  "timestamp": 1632990211277,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:24:15.602Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:24:15.602Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-30T08:24:15.602Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3357b8da-ca7f-4d88-b264-f3a9343a1e27",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632990211440,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-09-30T08:24:15.602Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:24:15.602Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-30T08:24:15.602Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3357b8da-ca7f-4d88-b264-f3a9343a1e27",
  "consumerID": "aai-ml",
  "timestamp": 1632990204245,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:24:15.602Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:24:15.602Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-30T08:24:15.602Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3357b8da-ca7f-4d88-b264-f3a9343a1e27",
  "consumerID": "cds",
  "timestamp": 1632990211277,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:24:15.603Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:24:15.603Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-30T08:24:15.603Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3357b8da-ca7f-4d88-b264-f3a9343a1e27",
  "consumerID": "dcae-sch",
  "timestamp": 1632990205975,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:24:15.603Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:24:15.603Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-30T08:24:15.603Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3357b8da-ca7f-4d88-b264-f3a9343a1e27",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632990211440,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:24:15.603Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:24:15.603Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-30T08:24:15.603Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3357b8da-ca7f-4d88-b264-f3a9343a1e27",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632990219350,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:24:15.603Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:24:15.604Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-30T08:24:15.604Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3357b8da-ca7f-4d88-b264-f3a9343a1e27",
  "consumerID": "aai-ml",
  "timestamp": 1632990204245,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T08:24:15.604Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:24:15.604Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-30T08:24:15.604Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3357b8da-ca7f-4d88-b264-f3a9343a1e27",
  "consumerID": "cds",
  "timestamp": 1632990211277,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T08:24:15.604Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:24:15.604Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-30T08:24:15.604Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3357b8da-ca7f-4d88-b264-f3a9343a1e27",
  "consumerID": "dcae-sch",
  "timestamp": 1632990205975,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:24:15.604Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:24:15.604Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-30T08:24:15.604Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3357b8da-ca7f-4d88-b264-f3a9343a1e27",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632990211440,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T08:24:15.604Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:24:15.605Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-30T08:24:15.605Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3357b8da-ca7f-4d88-b264-f3a9343a1e27",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632990219350,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:24:15.605Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:24:15.605Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-30T08:24:15.605Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3357b8da-ca7f-4d88-b264-f3a9343a1e27",
  "consumerID": "aai-ml",
  "timestamp": 1632990221848,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-30T08:24:15.605Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T08:24:15.605Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-30T08:24:15.605Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3357b8da-ca7f-4d88-b264-f3a9343a1e27",
  "consumerID": "policy-id",
  "timestamp": 1632990221317,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:24:15.605Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:24:15.605Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-30T08:24:15.605Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3357b8da-ca7f-4d88-b264-f3a9343a1e27",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632990219350,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:24:15.605Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:24:15.606Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-30T08:24:15.606Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3357b8da-ca7f-4d88-b264-f3a9343a1e27",
  "consumerID": "cds",
  "timestamp": 1632990222043,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-30T08:24:15.606Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T08:24:15.606Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-30T08:24:15.606Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3357b8da-ca7f-4d88-b264-f3a9343a1e27",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632990222131,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-30T08:24:15.606Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T08:24:15.606Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-30T08:24:15.606Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3357b8da-ca7f-4d88-b264-f3a9343a1e27",
  "consumerID": "policy-id",
  "timestamp": 1632990221317,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:24:15.606Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:24:15.606Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-30T08:24:15.606Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3357b8da-ca7f-4d88-b264-f3a9343a1e27",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632990219350,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:24:15.606Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:24:15.607Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-30T08:24:15.607Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3357b8da-ca7f-4d88-b264-f3a9343a1e27",
  "consumerID": "cds",
  "timestamp": 1632990223059,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-30T08:24:15.637Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3357b8da-ca7f-4d88-b264-f3a9343a1e27
2021-09-30T08:24:15.637Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3357b8da-ca7f-4d88-b264-f3a9343a1e27 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-30T08:24:15.647Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-30T08:24:15.648Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3357b8da-ca7f-4d88-b264-f3a9343a1e27",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632990222852,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:24:15.648Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:24:15.648Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-30T08:24:15.648Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3357b8da-ca7f-4d88-b264-f3a9343a1e27",
  "consumerID": "dcae-sch",
  "timestamp": 1632990223761,
  "artifactURL": "/sdc/v1/catalog/services/d93f290b-3284-49d2-bc7b-7015eea18818/resourceInstances/basicclamp0/artifacts/c60e170a-c97e-4b62-8281-9f6359bf2739",
  "status": "DOWNLOAD_OK"
}
2021-09-30T08:24:15.648Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T08:24:15.648Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-30T08:24:15.648Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3357b8da-ca7f-4d88-b264-f3a9343a1e27",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632990223941,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-30T08:24:15.648Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T08:24:15.648Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-30T08:24:15.648Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3357b8da-ca7f-4d88-b264-f3a9343a1e27",
  "consumerID": "policy-id",
  "timestamp": 1632990221317,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:24:15.649Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:24:15.649Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-30T08:24:15.649Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3357b8da-ca7f-4d88-b264-f3a9343a1e27",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632990219350,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:24:15.649Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:24:15.649Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-30T08:24:15.649Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3357b8da-ca7f-4d88-b264-f3a9343a1e27",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632990222852,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:24:15.649Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:24:15.649Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-30T08:24:15.649Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3357b8da-ca7f-4d88-b264-f3a9343a1e27",
  "consumerID": "policy-id",
  "timestamp": 1632990221317,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-09-30T08:24:15.649Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:24:15.649Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-30T08:24:15.649Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3357b8da-ca7f-4d88-b264-f3a9343a1e27",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632990219350,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:24:15.650Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:24:15.650Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-30T08:24:15.650Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3357b8da-ca7f-4d88-b264-f3a9343a1e27",
  "consumerID": "dcae-sch",
  "timestamp": 1632990225081,
  "artifactURL": "/sdc/v1/catalog/services/d93f290b-3284-49d2-bc7b-7015eea18818/resourceInstances/basicclamp0/artifacts/c60e170a-c97e-4b62-8281-9f6359bf2739",
  "status": "DEPLOY_OK"
}
2021-09-30T08:24:15.650Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T08:24:15.650Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-30T08:24:15.650Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3357b8da-ca7f-4d88-b264-f3a9343a1e27",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632990222852,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:24:15.650Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:24:15.650Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-30T08:24:15.650Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3357b8da-ca7f-4d88-b264-f3a9343a1e27",
  "consumerID": "policy-id",
  "timestamp": 1632990221317,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:24:15.650Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:24:15.650Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-30T08:24:15.650Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3357b8da-ca7f-4d88-b264-f3a9343a1e27",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632990219350,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:24:15.650Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:24:15.651Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-30T08:24:15.651Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3357b8da-ca7f-4d88-b264-f3a9343a1e27",
  "consumerID": "dcae-sch",
  "timestamp": 1632990226086,
  "artifactURL": "/sdc/v1/catalog/services/d93f290b-3284-49d2-bc7b-7015eea18818/resourceInstances/basicclamp0/artifacts/c60e170a-c97e-4b62-8281-9f6359bf2739",
  "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-30T08:24:15.656Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: service-change-handler and status of COMPONENT_DONE_OK distributionID of 3357b8da-ca7f-4d88-b264-f3a9343a1e27
2021-09-30T08:24:15.657Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3357b8da-ca7f-4d88-b264-f3a9343a1e27 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-30T08:24:15.665Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-30T08:24:15.665Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3357b8da-ca7f-4d88-b264-f3a9343a1e27",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632990226322,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-09-30T08:24:15.665Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T08:24:15.666Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-30T08:24:15.666Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3357b8da-ca7f-4d88-b264-f3a9343a1e27",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632990222852,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:24:15.666Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:24:15.666Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-30T08:24:15.666Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3357b8da-ca7f-4d88-b264-f3a9343a1e27",
  "consumerID": "policy-id",
  "timestamp": 1632990221317,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:24:15.666Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:24:15.666Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-30T08:24:15.667Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3357b8da-ca7f-4d88-b264-f3a9343a1e27",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632990219350,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:24:15.667Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:24:15.667Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-30T08:24:15.667Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3357b8da-ca7f-4d88-b264-f3a9343a1e27",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632990227358,
  "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-30T08:24:15.672Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3357b8da-ca7f-4d88-b264-f3a9343a1e27
2021-09-30T08:24:15.672Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3357b8da-ca7f-4d88-b264-f3a9343a1e27 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-30T08:24:15.680Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-30T08:24:15.681Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3357b8da-ca7f-4d88-b264-f3a9343a1e27",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632990222852,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:24:15.681Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:24:15.681Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-30T08:24:15.681Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3357b8da-ca7f-4d88-b264-f3a9343a1e27",
  "consumerID": "policy-id",
  "timestamp": 1632990221317,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:24:15.681Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:24:15.681Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-30T08:24:15.681Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3357b8da-ca7f-4d88-b264-f3a9343a1e27",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632990228363,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-30T08:24:15.681Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T08:24:15.681Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-30T08:24:15.681Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3357b8da-ca7f-4d88-b264-f3a9343a1e27",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632990222852,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:24:15.681Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:24:15.681Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-30T08:24:15.682Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3357b8da-ca7f-4d88-b264-f3a9343a1e27",
  "consumerID": "policy-id",
  "timestamp": 1632990221317,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T08:24:15.682Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:24:15.682Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-30T08:24:15.682Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3357b8da-ca7f-4d88-b264-f3a9343a1e27",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632990222852,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:24:15.682Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:24:15.682Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-30T08:24:15.682Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3357b8da-ca7f-4d88-b264-f3a9343a1e27",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632990222852,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T08:24:15.682Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:24:15.682Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-30T08:24:15.682Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3357b8da-ca7f-4d88-b264-f3a9343a1e27",
  "consumerID": "policy-id",
  "timestamp": 1632990231948,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-30T08:24:15.682Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T08:24:15.682Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-30T08:24:15.683Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3357b8da-ca7f-4d88-b264-f3a9343a1e27",
  "consumerID": "clamp",
  "timestamp": 1632990231514,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:24:15.683Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:24:15.683Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-30T08:24:15.683Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3357b8da-ca7f-4d88-b264-f3a9343a1e27",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632990232950,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-30T08:24:15.683Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T08:24:15.683Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-30T08:24:15.683Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3357b8da-ca7f-4d88-b264-f3a9343a1e27",
  "consumerID": "aai-ml",
  "timestamp": 1632990232946,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-30T08:24:15.683Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T08:24:15.683Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-30T08:24:15.683Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3357b8da-ca7f-4d88-b264-f3a9343a1e27",
  "consumerID": "policy-id",
  "timestamp": 1632990232952,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-30T08:24:15.683Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T08:24:15.683Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-30T08:24:15.683Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3357b8da-ca7f-4d88-b264-f3a9343a1e27",
  "consumerID": "clamp",
  "timestamp": 1632990231514,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:24:15.684Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:24:15.684Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-30T08:24:15.684Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3357b8da-ca7f-4d88-b264-f3a9343a1e27",
  "consumerID": "aai-ml",
  "timestamp": 1632990233951,
  "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-30T08:24:15.688Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3357b8da-ca7f-4d88-b264-f3a9343a1e27
2021-09-30T08:24:15.688Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3357b8da-ca7f-4d88-b264-f3a9343a1e27 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=?
2021-09-30T08:24:15.690Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2021-09-30T08:24:15.691Z||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-30T08:24:15.691Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-30T08:24:15.696Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-30T08:24:15.697Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3357b8da-ca7f-4d88-b264-f3a9343a1e27",
  "consumerID": "policy-id",
  "timestamp": 1632990233957,
  "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-30T08:24:15.701Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3357b8da-ca7f-4d88-b264-f3a9343a1e27
2021-09-30T08:24:15.702Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3357b8da-ca7f-4d88-b264-f3a9343a1e27 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-30T08:24:15.706Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:24:15.706Z||pool-111-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-09-30T08:24:15.708Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-30T08:24:15.708Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3357b8da-ca7f-4d88-b264-f3a9343a1e27",
  "consumerID": "clamp",
  "timestamp": 1632990231514,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-09-30T08:24:15.708Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:24:15.709Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-30T08:24:15.709Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3357b8da-ca7f-4d88-b264-f3a9343a1e27",
  "consumerID": "clamp",
  "timestamp": 1632990231514,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:24:15.709Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:24:15.709Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-30T08:24:15.709Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3357b8da-ca7f-4d88-b264-f3a9343a1e27",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632990235300,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-30T08:24:15.709Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T08:24:15.709Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-30T08:24:15.709Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3357b8da-ca7f-4d88-b264-f3a9343a1e27",
  "consumerID": "clamp",
  "timestamp": 1632990231514,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:24:15.709Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:24:15.709Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-30T08:24:15.709Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3357b8da-ca7f-4d88-b264-f3a9343a1e27",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632990236306,
  "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-30T08:24:15.713Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3357b8da-ca7f-4d88-b264-f3a9343a1e27
2021-09-30T08:24:15.714Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3357b8da-ca7f-4d88-b264-f3a9343a1e27 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-30T08:24:15.720Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-30T08:24:15.720Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3357b8da-ca7f-4d88-b264-f3a9343a1e27",
  "consumerID": "clamp",
  "timestamp": 1632990231514,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:24:15.721Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:24:15.721Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-30T08:24:15.721Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3357b8da-ca7f-4d88-b264-f3a9343a1e27",
  "consumerID": "clamp",
  "timestamp": 1632990231514,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:24:15.721Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:24:15.721Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-30T08:24:15.721Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3357b8da-ca7f-4d88-b264-f3a9343a1e27",
  "consumerID": "clamp",
  "timestamp": 1632990231514,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T08:24:15.721Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:24:15.721Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-30T08:24:15.721Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3357b8da-ca7f-4d88-b264-f3a9343a1e27",
  "consumerID": "clamp",
  "timestamp": 1632990244929,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-30T08:24:15.721Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T08:24:15.721Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-30T08:24:15.722Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3357b8da-ca7f-4d88-b264-f3a9343a1e27",
  "consumerID": "clamp",
  "timestamp": 1632990245934,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-30T08:24:15.722Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T08:24:15.722Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-30T08:24:15.722Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3357b8da-ca7f-4d88-b264-f3a9343a1e27",
  "consumerID": "clamp",
  "timestamp": 1632990251033,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-30T08:24:15.722Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T08:24:15.722Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-30T08:24:15.722Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3357b8da-ca7f-4d88-b264-f3a9343a1e27",
  "consumerID": "clamp",
  "timestamp": 1632990252040,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-30T08:24:15.722Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T08:24:15.722Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-30T08:24:15.722Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3357b8da-ca7f-4d88-b264-f3a9343a1e27",
  "consumerID": "clamp",
  "timestamp": 1632990253044,
  "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-30T08:24:15.727Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 3357b8da-ca7f-4d88-b264-f3a9343a1e27
2021-09-30T08:24:15.727Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3357b8da-ca7f-4d88-b264-f3a9343a1e27 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-30T08:24:16.592Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T08:24:16.593Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-30T08:24:16.595Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T08:24:16.595Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "3357b8da-ca7f-4d88-b264-f3a9343a1e27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632990254933,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:24:16.696Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-30T08:24:16.697Z||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-30T08:24:16.697Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T08:24:16.710Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:24:16.710Z||pool-112-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-30T08:24:17.596Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T08:24:17.596Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-30T08:24:17.601Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T08:24:17.601Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "3357b8da-ca7f-4d88-b264-f3a9343a1e27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632990254933,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-09-30T08:24:17.701Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T08:24:17.702Z||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-30T08:24:17.702Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T08:24:17.712Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:24:17.713Z||pool-113-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-30T08:24:18.601Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T08:24:18.602Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-30T08:24:18.605Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T08:24:18.605Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "3357b8da-ca7f-4d88-b264-f3a9343a1e27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632990254933,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-09-30T08:24:18.705Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T08:24:18.706Z||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-30T08:24:18.706Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T08:24:18.717Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:24:18.718Z||pool-114-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-30T08:24:19.605Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T08:24:19.606Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-30T08:24:19.608Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T08:24:19.608Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "3357b8da-ca7f-4d88-b264-f3a9343a1e27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632990254933,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:24:19.708Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T08:24:19.709Z||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-30T08:24:19.709Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T08:24:19.755Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:24:19.756Z||pool-115-thread-1|||||INFO|500||cambria reply ok (48 ms):{"serverTimeMs":0,"count":1}
2021-09-30T08:24:20.608Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T08:24:20.609Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-30T08:24:20.617Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T08:24:20.617Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "3357b8da-ca7f-4d88-b264-f3a9343a1e27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632990254933,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-09-30T08:24:20.716Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-30T08:24:20.717Z||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-30T08:24:20.717Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T08:24:20.737Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:24:20.738Z||pool-116-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2021-09-30T08:24:21.618Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T08:24:21.618Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-30T08:24:21.620Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T08:24:21.620Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "3357b8da-ca7f-4d88-b264-f3a9343a1e27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632990254933,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:24:21.720Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T08:24:21.721Z||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-30T08:24:21.721Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T08:24:21.732Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:24:21.733Z||pool-117-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-30T08:24:22.621Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T08:24:22.621Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-30T08:24:22.623Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T08:24:22.624Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "3357b8da-ca7f-4d88-b264-f3a9343a1e27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632990254933,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T08:24:22.724Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T08:24:22.725Z||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-30T08:24:22.725Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T08:24:22.737Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:24:22.737Z||pool-118-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-30T08:24:23.625Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "3357b8da-ca7f-4d88-b264-f3a9343a1e27",
  "serviceName": "basicclamp",
  "serviceVersion": "1.0",
  "serviceUUID": "d93f290b-3284-49d2-bc7b-7015eea18818",
  "serviceDescription": "service",
  "serviceInvariantUUID": "4f2a0d57-9d59-42dd-9e85-b7f85528f0fd",
  "resources": [
    {
      "resourceInstanceName": "basicclamp 0",
      "resourceCustomizationUUID": "86455c0f-9cdd-4bce-b3bc-f2c5f353c0f3",
      "resourceName": "basicclamp",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "5c9cc89f-2f7c-4217-98b6-b3d5732acab5",
      "resourceInvariantUUID": "c45475b2-8016-4075-9d31-857b1f9a2147",
      "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": "NDYwZTE1YjY4ZTI4YjE1YmFkNjFmNmE2NzdkMGMyMmQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "5ee56bd2-1c2e-4293-b2f4-24a573f8ba13",
          "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": "085c28f1-61d0-4622-a74f-4c7e6549a984",
          "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": "d37176d9-b117-4b5d-b98d-3194143acb26",
            "generatedFromUUID": "085c28f1-61d0-4622-a74f-4c7e6549a984"
          },
          "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": "d37176d9-b117-4b5d-b98d-3194143acb26",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Basicclamp-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
      "artifactChecksum": "MzliMWUyNDgyODQ5Y2NiOTBlZGJjMDQ0MjI2NTJmZDE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "e5790a7e-91d3-482c-a621-7703e0ef0b95"
    }
  ],
  "workloadContext": "Production"
}
2021-09-30T08:24:23.626Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-30T08:24:23.627Z|e733d6f6-2120-44bb-83d9-02a461f44ce7|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 d93f290b-3284-49d2-bc7b-7015eea18818 ASDC
2021-09-30T08:24:23.628Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:3357b8da-ca7f-4d88-b264-f3a9343a1e27
ServiceName:basicclamp
ServiceVersion:1.0
ServiceUUID:d93f290b-3284-49d2-bc7b-7015eea18818
ServiceInvariantUUID:4f2a0d57-9d59-42dd-9e85-b7f85528f0fd
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:e5790a7e-91d3-482c-a621-7703e0ef0b95
ArtifactChecksum:MzliMWUyNDgyODQ5Y2NiOTBlZGJjMDQ0MjI2NTJmZDE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basicclamp 0
ResourceCustomizationUUID:86455c0f-9cdd-4bce-b3bc-f2c5f353c0f3
ResourceInvariantUUID:c45475b2-8016-4075-9d31-857b1f9a2147
ResourceName:basicclamp
ResourceType:VF
ResourceUUID:5c9cc89f-2f7c-4217-98b6-b3d5732acab5
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:5ee56bd2-1c2e-4293-b2f4-24a573f8ba13
ArtifactChecksum:NDYwZTE1YjY4ZTI4YjE1YmFkNjFmNmE2NzdkMGMyMmQ=
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:085c28f1-61d0-4622-a74f-4c7e6549a984
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:d37176d9-b117-4b5d-b98d-3194143acb26
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:d37176d9-b117-4b5d-b98d-3194143acb26
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-09-30T08:24:23.628Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d93f290b-3284-49d2-bc7b-7015eea18818 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-30T08:24:23.664Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-30T08:24:23.666Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-09-30T08:24:23.666Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-09-30T08:24:23.666Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: e5790a7e-91d3-482c-a621-7703e0ef0b95 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-09-30T08:24:23.666Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-09-30T08:24:23.667Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-09-30T08:24:25.124Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-09-30T08:24:25.127Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar e5790a7e-91d3-482c-a621-7703e0ef0b95 73475
2021-09-30T08:24:25.128Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||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-30T08:24:25.128Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||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-30T08:24:25.129Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-30T08:24:25.129Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-30T08:24:25.131Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T08:24:25.131Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "3357b8da-ca7f-4d88-b264-f3a9343a1e27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632990265128,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-30T08:24:25.231Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T08:24:25.232Z||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-30T08:24:25.232Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T08:24:25.244Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:24:25.244Z||pool-119-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-09-30T08:24:26.132Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-30T08:24:26.133Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-09-30T08:24:26.134Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: e5790a7e-91d3-482c-a621-7703e0ef0b95, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-30T08:24:26.135Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar
2021-09-30T08:24:26.136Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-30T08:24:26.136Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-30T08:24:26.578Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5745397630263449037/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-30T08:24:27.801Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-30T08:24:27.802Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-09-30T08:24:27.802Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-30T08:24:27.802Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-09-30T08:24:27.802Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||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-30T08:24:27.802Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-30T08:24:27.803Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-30T08:24:27.803Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-30T08:24:27.803Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-30T08:24:27.803Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-30T08:24:27.803Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-30T08:24:27.803Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-30T08:24:27.803Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-30T08:24:27.803Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-09-30T08:24:27.803Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T08:24:27.804Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T08:24:27.804Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-30T08:24:27.804Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-09-30T08:24:27.804Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-30T08:24:27.804Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T08:24:27.804Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T08:24:27.805Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-30T08:24:27.805Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-09-30T08:24:27.805Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-30T08:24:27.805Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T08:24:27.805Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T08:24:27.805Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T08:24:27.806Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-09-30T08:24:27.806Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-09-30T08:24:27.806Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-09-30T08:24:27.806Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-09-30T08:24:27.806Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-30T08:24:27.806Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-30T08:24:27.806Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T08:24:27.806Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-30T08:24:27.807Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T08:24:27.807Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-30T08:24:27.807Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-30T08:24:27.807Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T08:24:27.807Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-30T08:24:27.807Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-30T08:24:27.808Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T08:24:27.808Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-30T08:24:27.808Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-30T08:24:27.808Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T08:24:27.808Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-09-30T08:24:27.808Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-09-30T08:24:27.808Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-30T08:24:27.809Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=d6e6075d-aaf4-4370-8a0d-d4cf09867fad
2021-09-30T08:24:27.809Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T08:24:27.809Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T08:24:27.809Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T08:24:27.809Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T08:24:27.809Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T08:24:27.809Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T08:24:27.810Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T08:24:27.810Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T08:24:27.810Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basicclamp
Description:service
Model UUID:d93f290b-3284-49d2-bc7b-7015eea18818
Model Version:NULL
Model InvariantUuid:4f2a0d57-9d59-42dd-9e85-b7f85528f0fd
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basicclamp
Model UUID:743ce77d-5a6e-47af-a8c1-867c2147c93f
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:c45475b2-8016-4075-9d31-857b1f9a2147
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:86455c0f-9cdd-4bce-b3bc-f2c5f353c0f3
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:47a5a7a6-61d3-474c-8762-fe98d6332e70
ModelName:Basicclamp..base_ubuntu18..module-0
ModelUuid:d6c96d5a-ff11-49b2-84b9-045c0171aa37
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:d6e6075d-aaf4-4370-8a0d-d4cf09867fad
ModelInvariantUuid:f740b414-11c7-4f6e-8a9b-5232a6578f40
ModelName:basicclamp-nodes.ubuntu18Cvfc
ModelUuid:56b5b034-7b61-44db-bf32-f593dfa1777d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:f02df62a-b3be-4dc1-86ac-19f01eab4095
ModelInvariantUuid:d61154c8-2c2c-4311-90d7-683545bb8bed
ModelName:Basicclamp.compute.nodes.heat.ubuntu18
ModelUuid:633240f7-c803-4504-a236-619d0539ba69
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-30T08:24:27.818Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 5c9cc89f-2f7c-4217-98b6-b3d5732acab5
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-30T08:24:27.822Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||INFO|500||basicclamp 0
2021-09-30T08:24:27.822Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 5c9cc89f-2f7c-4217-98b6-b3d5732acab5
2021-09-30T08:24:27.823Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 5ee56bd2-1c2e-4293-b2f4-24a573f8ba13 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-09-30T08:24:27.823Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-09-30T08:24:27.823Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-09-30T08:24:29.045Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-09-30T08:24:29.046Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 5ee56bd2-1c2e-4293-b2f4-24a573f8ba13 790
2021-09-30T08:24:29.046Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||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-30T08:24:29.046Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||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-30T08:24:29.046Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-30T08:24:29.047Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-30T08:24:29.069Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T08:24:29.070Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "3357b8da-ca7f-4d88-b264-f3a9343a1e27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632990269046,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-30T08:24:29.149Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 79 ms
2021-09-30T08:24:29.150Z||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-30T08:24:29.150Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T08:24:29.170Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:24:29.170Z||pool-120-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2021-09-30T08:24:30.071Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "47a5a7a6-61d3-474c-8762-fe98d6332e70",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "d6c96d5a-ff11-49b2-84b9-045c0171aa37",
    "vfModuleModelCustomizationUUID": "ac185b3b-38fa-4aa8-bf57-187244f98786",
    "isBase": true,
    "artifacts": [
      "085c28f1-61d0-4622-a74f-4c7e6549a984",
      "d37176d9-b117-4b5d-b98d-3194143acb26"
    ],
    "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-30T08:24:30.075Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d6c96d5a-ff11-49b2-84b9-045c0171aa37
VfModuleModelInvariantUUID:47a5a7a6-61d3-474c-8762-fe98d6332e70
VfModuleModelDescription:NULL
Artifacts UUID List:{
085c28f1-61d0-4622-a74f-4c7e6549a984
,
d37176d9-b117-4b5d-b98d-3194143acb26

}
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-30T08:24:30.077Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "47a5a7a6-61d3-474c-8762-fe98d6332e70",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "d6c96d5a-ff11-49b2-84b9-045c0171aa37",
    "vfModuleModelCustomizationUUID": "ac185b3b-38fa-4aa8-bf57-187244f98786",
    "isBase": true,
    "artifacts": [
      "085c28f1-61d0-4622-a74f-4c7e6549a984",
      "d37176d9-b117-4b5d-b98d-3194143acb26"
    ],
    "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-30T08:24:30.077Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d6c96d5a-ff11-49b2-84b9-045c0171aa37
VfModuleModelInvariantUUID:47a5a7a6-61d3-474c-8762-fe98d6332e70
VfModuleModelDescription:NULL
Artifacts UUID List:{
085c28f1-61d0-4622-a74f-4c7e6549a984
,
d37176d9-b117-4b5d-b98d-3194143acb26

}
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-30T08:24:30.077Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 085c28f1-61d0-4622-a74f-4c7e6549a984 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-09-30T08:24:30.077Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-09-30T08:24:30.078Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||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-30T08:24:31.721Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-09-30T08:24:31.722Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 085c28f1-61d0-4622-a74f-4c7e6549a984 5033
2021-09-30T08:24:31.722Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||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-30T08:24:31.722Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||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-30T08:24:31.722Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-30T08:24:31.723Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-30T08:24:31.725Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T08:24:31.725Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "3357b8da-ca7f-4d88-b264-f3a9343a1e27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632990271722,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-30T08:24:31.825Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T08:24:31.826Z||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-30T08:24:31.826Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T08:24:31.836Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:24:31.836Z||pool-121-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-30T08:24:32.725Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: d37176d9-b117-4b5d-b98d-3194143acb26 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-09-30T08:24:32.726Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-09-30T08:24:32.727Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||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-30T08:24:33.822Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-09-30T08:24:33.823Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env d37176d9-b117-4b5d-b98d-3194143acb26 909
2021-09-30T08:24:33.823Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||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-30T08:24:33.823Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||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-30T08:24:33.823Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-30T08:24:33.824Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-30T08:24:33.826Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T08:24:33.827Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "3357b8da-ca7f-4d88-b264-f3a9343a1e27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632990273823,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-09-30T08:24:33.927Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T08:24:33.928Z||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-30T08:24:33.928Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T08:24:33.940Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:24:33.941Z||pool-122-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-09-30T08:24:34.827Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: d93f290b-3284-49d2-bc7b-7015eea18818
2021-09-30T08:24:34.828Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 5c9cc89f-2f7c-4217-98b6-b3d5732acab5 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-30T08:24:34.844Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@56480655, org.onap.sdc.toscaparser.api.parameters.Input@79413183, org.onap.sdc.toscaparser.api.parameters.Input@c959762, org.onap.sdc.toscaparser.api.parameters.Input@5c31559, org.onap.sdc.toscaparser.api.parameters.Input@13afd11a]
2021-09-30T08:24:34.846Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T08:24:34.846Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T08:24:34.846Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2021-09-30T08:24:34.847Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 86455c0f-9cdd-4bce-b3bc-f2c5f353c0f3
2021-09-30T08:24:34.847Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 86455c0f-9cdd-4bce-b3bc-f2c5f353c0f3 matches Tosca VF Customization UUID: 86455c0f-9cdd-4bce-b3bc-f2c5f353c0f3
2021-09-30T08:24:34.847Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 86455c0f-9cdd-4bce-b3bc-f2c5f353c0f3  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-30T08:24:34.849Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T08:24:34.849Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T08:24:34.849Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 86455c0f-9cdd-4bce-b3bc-f2c5f353c0f3: {\"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-30T08:24:34.849Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5e682eb5
2021-09-30T08:24:34.850Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T08:24:34.850Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-30T08:24:34.850Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : ac185b3b-38fa-4aa8-bf57-187244f98786
2021-09-30T08:24:34.850Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID ac185b3b-38fa-4aa8-bf57-187244f98786
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-30T08:24:34.852Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T08:24:34.852Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-30T08:24:34.852Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-30T08:24:34.853Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T08:24:34.853Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-30T08:24:34.853Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-30T08:24:34.853Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T08:24:34.853Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-09-30T08:24:34.853Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-09-30T08:24:34.854Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-30T08:24:34.854Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=d6e6075d-aaf4-4370-8a0d-d4cf09867fad
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-30T08:24:34.855Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T08:24:34.856Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-30T08:24:34.856Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-30T08:24:34.856Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T08:24:34.856Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-30T08:24:34.857Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=86455c0f-9cdd-4bce-b3bc-f2c5f353c0f3
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-30T08:24:34.858Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T08:24:34.858Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T08:24:34.859Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid d93f290b-3284-49d2-bc7b-7015eea18818: basicclamp
2021-09-30T08:24:34.859Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T08:24:34.859Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T08:24:34.859Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T08:24:34.859Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T08:24:34.859Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T08:24:34.860Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T08:24:34.860Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T08:24:34.860Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T08:24:34.860Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T08:24:34.860Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T08:24:34.860Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||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-30T08:24:34.936Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp 5c9cc89f-2f7c-4217-98b6-b3d5732acab5 1 ASDC deployResourceStructure
2021-09-30T08:24:34.937Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||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-30T08:24:34.937Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||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-30T08:24:34.937Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-30T08:24:34.937Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-30T08:24:34.939Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T08:24:34.940Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "3357b8da-ca7f-4d88-b264-f3a9343a1e27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632990274937,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-30T08:24:35.040Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T08:24:35.040Z||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-30T08:24:35.040Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T08:24:35.053Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:24:35.053Z||pool-123-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-30T08:24:35.941Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||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-30T08:24:35.941Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||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-30T08:24:35.941Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-30T08:24:35.941Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-30T08:24:35.943Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T08:24:35.943Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "3357b8da-ca7f-4d88-b264-f3a9343a1e27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632990275940,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-09-30T08:24:36.043Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T08:24:36.043Z||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-30T08:24:36.044Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T08:24:36.069Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:24:36.070Z||pool-124-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2021-09-30T08:24:36.944Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||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-30T08:24:36.944Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||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-30T08:24:36.944Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-30T08:24:36.944Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-30T08:24:36.946Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T08:24:36.946Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "3357b8da-ca7f-4d88-b264-f3a9343a1e27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632990276944,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-09-30T08:24:37.046Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T08:24:37.048Z||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-30T08:24:37.048Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T08:24:37.063Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:24:37.064Z||pool-125-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2021-09-30T08:24:37.949Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||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-30T08:24:37.950Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||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-30T08:24:37.950Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-30T08:24:37.951Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-30T08:24:37.954Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T08:24:37.954Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "3357b8da-ca7f-4d88-b264-f3a9343a1e27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632990277949,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-30T08:24:38.055Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-30T08:24:38.056Z||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-30T08:24:38.056Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T08:24:38.068Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:24:38.068Z||pool-126-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-30T08:24:38.957Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3357b8da-ca7f-4d88-b264-f3a9343a1e27
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-30T08:24:38.974Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3357b8da-ca7f-4d88-b264-f3a9343a1e27
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-30T08:24:38.977Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-30T08:24:38.977Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-30T08:24:38.977Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-30T08:24:38.977Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-30T08:24:38.977Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-30T08:24:38.977Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-30T08:24:38.977Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-30T08:24:38.978Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-30T08:24:38.978Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-30T08:24:38.978Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-30T08:24:38.978Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-30T08:24:38.978Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-30T08:24:38.983Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-30T08:25:08.983Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3357b8da-ca7f-4d88-b264-f3a9343a1e27 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-30T08:25:08.996Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3357b8da-ca7f-4d88-b264-f3a9343a1e27 and serviceModelVersionId: d93f290b-3284-49d2-bc7b-7015eea18818
2021-09-30T08:25:08.996Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4f2a0d57-9d59-42dd-9e85-b7f85528f0fd
2021-09-30T08:25:08.998Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4f2a0d57-9d59-42dd-9e85-b7f85528f0fd/model-vers/model-ver/d93f290b-3284-49d2-bc7b-7015eea18818?depth=0
2021-09-30T08:25:09.006Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2021-09-30T08:25:09.065Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4f2a0d57-9d59-42dd-9e85-b7f85528f0fd/model-vers/model-ver/d93f290b-3284-49d2-bc7b-7015eea18818?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-30T08:25:09.069Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4f2a0d57-9d59-42dd-9e85-b7f85528f0fd/model-vers/model-ver/d93f290b-3284-49d2-bc7b-7015eea18818?depth=0|INFO|500||Invoke
2021-09-30T08:25:09.100Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4f2a0d57-9d59-42dd-9e85-b7f85528f0fd/model-vers/model-ver/d93f290b-3284-49d2-bc7b-7015eea18818?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-30T08:25:09.541Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4f2a0d57-9d59-42dd-9e85-b7f85528f0fd/model-vers/model-ver/d93f290b-3284-49d2-bc7b-7015eea18818?depth=0|INFO|500||InvokeReturn
2021-09-30T08:25:09.542Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4f2a0d57-9d59-42dd-9e85-b7f85528f0fd/model-vers/model-ver/d93f290b-3284-49d2-bc7b-7015eea18818?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210930-08:25:09:112-20856], vertex-id=[245784], Content-Length=[0], Date=[Thu, 30 Sep 2021 08:25:09 GMT], Content-Type=[application/json]}
2021-09-30T08:25:09.543Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2021-09-30T08:25:09.544Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-30T08:25:09.544Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||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-30T08:25:09.551Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-09-30T08:25:09.551Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3357b8da-ca7f-4d88-b264-f3a9343a1e27 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-30T08:25:09.551Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-30T08:25:09.552Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-30T08:25:09.554Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T08:25:09.554Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "3357b8da-ca7f-4d88-b264-f3a9343a1e27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632990309551,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-30T08:25:09.654Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T08:25:09.655Z||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-30T08:25:09.656Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T08:25:09.672Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:25:09.672Z||pool-127-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-30T08:25:14.933Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T08:25:14.933Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T08:25:14.934Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2cjfMityS9h3J0jo) ...
2021-09-30T08:25:14.935Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T08:25:14.935Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|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-30T08:25:14.935Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|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 2cjfMityS9h3J0jo) ...
2021-09-30T08:25:15.064Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:25:15.065Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-30T08:25:15.065Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3357b8da-ca7f-4d88-b264-f3a9343a1e27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632990254933,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:25:15.067Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:25:24.504Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:26:14.935Z|48773fe4-8e21-458b-b6a6-66f2ecf6eb60|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T08:26:14.934Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T08:26:14.938Z|48773fe4-8e21-458b-b6a6-66f2ecf6eb60|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-30T08:26:14.938Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T08:26:14.939Z|48773fe4-8e21-458b-b6a6-66f2ecf6eb60|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 2cjfMityS9h3J0jo) ...
2021-09-30T08:26:14.939Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2cjfMityS9h3J0jo) ...
2021-09-30T08:26:15.478Z|48773fe4-8e21-458b-b6a6-66f2ecf6eb60|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:26:15.479Z|48773fe4-8e21-458b-b6a6-66f2ecf6eb60|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-30T08:26:15.479Z|48773fe4-8e21-458b-b6a6-66f2ecf6eb60|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3357b8da-ca7f-4d88-b264-f3a9343a1e27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632990254933,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:26:15.481Z|48773fe4-8e21-458b-b6a6-66f2ecf6eb60|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:26:15.481Z|48773fe4-8e21-458b-b6a6-66f2ecf6eb60|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-30T08:26:15.481Z|48773fe4-8e21-458b-b6a6-66f2ecf6eb60|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3357b8da-ca7f-4d88-b264-f3a9343a1e27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632990254933,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-09-30T08:26:15.481Z|48773fe4-8e21-458b-b6a6-66f2ecf6eb60|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:26:15.482Z|48773fe4-8e21-458b-b6a6-66f2ecf6eb60|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-30T08:26:15.482Z|48773fe4-8e21-458b-b6a6-66f2ecf6eb60|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3357b8da-ca7f-4d88-b264-f3a9343a1e27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632990254933,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-09-30T08:26:15.482Z|48773fe4-8e21-458b-b6a6-66f2ecf6eb60|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:26:15.482Z|48773fe4-8e21-458b-b6a6-66f2ecf6eb60|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-30T08:26:15.482Z|48773fe4-8e21-458b-b6a6-66f2ecf6eb60|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3357b8da-ca7f-4d88-b264-f3a9343a1e27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632990254933,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:26:15.482Z|48773fe4-8e21-458b-b6a6-66f2ecf6eb60|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:26:15.482Z|48773fe4-8e21-458b-b6a6-66f2ecf6eb60|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-30T08:26:15.482Z|48773fe4-8e21-458b-b6a6-66f2ecf6eb60|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3357b8da-ca7f-4d88-b264-f3a9343a1e27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632990254933,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-09-30T08:26:15.482Z|48773fe4-8e21-458b-b6a6-66f2ecf6eb60|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:26:15.482Z|48773fe4-8e21-458b-b6a6-66f2ecf6eb60|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-30T08:26:15.482Z|48773fe4-8e21-458b-b6a6-66f2ecf6eb60|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3357b8da-ca7f-4d88-b264-f3a9343a1e27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632990254933,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:26:15.482Z|48773fe4-8e21-458b-b6a6-66f2ecf6eb60|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:26:15.483Z|48773fe4-8e21-458b-b6a6-66f2ecf6eb60|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-30T08:26:15.483Z|48773fe4-8e21-458b-b6a6-66f2ecf6eb60|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3357b8da-ca7f-4d88-b264-f3a9343a1e27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632990254933,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T08:26:15.483Z|48773fe4-8e21-458b-b6a6-66f2ecf6eb60|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:26:15.483Z|48773fe4-8e21-458b-b6a6-66f2ecf6eb60|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-30T08:26:15.483Z|48773fe4-8e21-458b-b6a6-66f2ecf6eb60|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3357b8da-ca7f-4d88-b264-f3a9343a1e27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632990265128,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-30T08:26:15.483Z|48773fe4-8e21-458b-b6a6-66f2ecf6eb60|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T08:26:15.483Z|48773fe4-8e21-458b-b6a6-66f2ecf6eb60|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-30T08:26:15.483Z|48773fe4-8e21-458b-b6a6-66f2ecf6eb60|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3357b8da-ca7f-4d88-b264-f3a9343a1e27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632990269046,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-30T08:26:15.483Z|48773fe4-8e21-458b-b6a6-66f2ecf6eb60|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T08:26:15.483Z|48773fe4-8e21-458b-b6a6-66f2ecf6eb60|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-30T08:26:15.483Z|48773fe4-8e21-458b-b6a6-66f2ecf6eb60|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3357b8da-ca7f-4d88-b264-f3a9343a1e27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632990271722,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-30T08:26:15.483Z|48773fe4-8e21-458b-b6a6-66f2ecf6eb60|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T08:26:15.484Z|48773fe4-8e21-458b-b6a6-66f2ecf6eb60|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-30T08:26:15.484Z|48773fe4-8e21-458b-b6a6-66f2ecf6eb60|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3357b8da-ca7f-4d88-b264-f3a9343a1e27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632990273823,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-09-30T08:26:15.484Z|48773fe4-8e21-458b-b6a6-66f2ecf6eb60|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T08:26:15.484Z|48773fe4-8e21-458b-b6a6-66f2ecf6eb60|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-30T08:26:15.484Z|48773fe4-8e21-458b-b6a6-66f2ecf6eb60|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3357b8da-ca7f-4d88-b264-f3a9343a1e27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632990274937,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-30T08:26:15.484Z|48773fe4-8e21-458b-b6a6-66f2ecf6eb60|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T08:26:15.484Z|48773fe4-8e21-458b-b6a6-66f2ecf6eb60|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-30T08:26:15.484Z|48773fe4-8e21-458b-b6a6-66f2ecf6eb60|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3357b8da-ca7f-4d88-b264-f3a9343a1e27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632990275940,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-09-30T08:26:15.484Z|48773fe4-8e21-458b-b6a6-66f2ecf6eb60|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T08:26:15.484Z|48773fe4-8e21-458b-b6a6-66f2ecf6eb60|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-30T08:26:15.484Z|48773fe4-8e21-458b-b6a6-66f2ecf6eb60|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3357b8da-ca7f-4d88-b264-f3a9343a1e27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632990276944,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-09-30T08:26:15.485Z|48773fe4-8e21-458b-b6a6-66f2ecf6eb60|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T08:26:15.485Z|48773fe4-8e21-458b-b6a6-66f2ecf6eb60|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-30T08:26:15.485Z|48773fe4-8e21-458b-b6a6-66f2ecf6eb60|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3357b8da-ca7f-4d88-b264-f3a9343a1e27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632990277949,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-30T08:26:15.485Z|48773fe4-8e21-458b-b6a6-66f2ecf6eb60|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T08:26:15.485Z|48773fe4-8e21-458b-b6a6-66f2ecf6eb60|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-30T08:26:15.485Z|48773fe4-8e21-458b-b6a6-66f2ecf6eb60|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3357b8da-ca7f-4d88-b264-f3a9343a1e27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632990309551,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-30T08:26:15.485Z|48773fe4-8e21-458b-b6a6-66f2ecf6eb60|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T08:26:24.517Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:27:14.935Z|48773fe4-8e21-458b-b6a6-66f2ecf6eb60|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T08:27:14.934Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T08:27:14.937Z|48773fe4-8e21-458b-b6a6-66f2ecf6eb60|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-30T08:27:14.937Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T08:27:14.937Z|48773fe4-8e21-458b-b6a6-66f2ecf6eb60|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 2cjfMityS9h3J0jo) ...
2021-09-30T08:27:14.937Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2cjfMityS9h3J0jo) ...
2021-09-30T08:27:24.499Z|48773fe4-8e21-458b-b6a6-66f2ecf6eb60|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:27:24.502Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:28:14.933Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T08:28:14.935Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T08:28:14.936Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T08:28:14.936Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|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-30T08:28:14.936Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2cjfMityS9h3J0jo) ...
2021-09-30T08:28:14.936Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|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 2cjfMityS9h3J0jo) ...
2021-09-30T08:28:15.161Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:28:15.164Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-30T08:28:15.164Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "891cd98f-c8cc-44c7-b856-fe16be33f552",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632990462853,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIrm82au1yw2w0ohgeldh/1.0/resourceInstances/pnfd3e3202ebfa00/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:28:15.166Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:28:15.167Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-30T08:28:15.167Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "891cd98f-c8cc-44c7-b856-fe16be33f552",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632990459351,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIrm82au1yw2w0ohgeldh/1.0/resourceInstances/pnfd3e3202ebfa00/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:28:15.167Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:28:15.167Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-30T08:28:15.167Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "891cd98f-c8cc-44c7-b856-fe16be33f552",
  "consumerID": "policy-id",
  "timestamp": 1632990461317,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIrm82au1yw2w0ohgeldh/1.0/resourceInstances/pnfd3e3202ebfa00/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:28:15.167Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:28:15.167Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-30T08:28:15.167Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "891cd98f-c8cc-44c7-b856-fe16be33f552",
  "consumerID": "dcae-sch",
  "timestamp": 1632990465975,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIrm82au1yw2w0ohgeldh/1.0/resourceInstances/pnfd3e3202ebfa00/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:28:15.167Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:28:15.168Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-30T08:28:15.168Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "891cd98f-c8cc-44c7-b856-fe16be33f552",
  "consumerID": "cds",
  "timestamp": 1632990466277,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIrm82au1yw2w0ohgeldh/1.0/resourceInstances/pnfd3e3202ebfa00/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:28:15.168Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:28:15.168Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-30T08:28:15.168Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "891cd98f-c8cc-44c7-b856-fe16be33f552",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632990459351,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIrm82au1yw2w0ohgeldh/1.0/resourceInstances/pnfd3e3202ebfa00/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:28:15.168Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:28:15.168Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-30T08:28:15.168Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "891cd98f-c8cc-44c7-b856-fe16be33f552",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632990462853,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIrm82au1yw2w0ohgeldh/1.0/resourceInstances/pnfd3e3202ebfa00/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:28:15.168Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:28:15.168Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-30T08:28:15.169Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "891cd98f-c8cc-44c7-b856-fe16be33f552",
  "consumerID": "policy-id",
  "timestamp": 1632990461317,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIrm82au1yw2w0ohgeldh/1.0/resourceInstances/pnfd3e3202ebfa00/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:28:15.169Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:28:15.169Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-30T08:28:15.169Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "891cd98f-c8cc-44c7-b856-fe16be33f552",
  "consumerID": "dcae-sch",
  "timestamp": 1632990465975,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIrm82au1yw2w0ohgeldh/1.0/resourceInstances/pnfd3e3202ebfa00/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:28:15.169Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:28:15.169Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-30T08:28:15.169Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "891cd98f-c8cc-44c7-b856-fe16be33f552",
  "consumerID": "cds",
  "timestamp": 1632990466277,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIrm82au1yw2w0ohgeldh/1.0/resourceInstances/pnfd3e3202ebfa00/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:28:15.169Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:28:15.169Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-30T08:28:15.170Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "891cd98f-c8cc-44c7-b856-fe16be33f552",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632990459351,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIrm82au1yw2w0ohgeldh/1.0/resourceInstances/pnfd3e3202ebfa00/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:28:15.170Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:28:15.170Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-30T08:28:15.170Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "891cd98f-c8cc-44c7-b856-fe16be33f552",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632990462853,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIrm82au1yw2w0ohgeldh/1.0/resourceInstances/pnfd3e3202ebfa00/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:28:15.170Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:28:15.170Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-30T08:28:15.170Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "891cd98f-c8cc-44c7-b856-fe16be33f552",
  "consumerID": "policy-id",
  "timestamp": 1632990461317,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIrm82au1yw2w0ohgeldh/1.0/resourceInstances/pnfd3e3202ebfa00/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:28:15.170Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:28:15.170Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-30T08:28:15.170Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "891cd98f-c8cc-44c7-b856-fe16be33f552",
  "consumerID": "dcae-sch",
  "timestamp": 1632990465975,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIrm82au1yw2w0ohgeldh/1.0/resourceInstances/pnfd3e3202ebfa00/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:28:15.171Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:28:15.171Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-30T08:28:15.171Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "891cd98f-c8cc-44c7-b856-fe16be33f552",
  "consumerID": "cds",
  "timestamp": 1632990466277,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIrm82au1yw2w0ohgeldh/1.0/resourceInstances/pnfd3e3202ebfa00/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:28:15.171Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:28:15.171Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-30T08:28:15.171Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "891cd98f-c8cc-44c7-b856-fe16be33f552",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632990459351,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIrm82au1yw2w0ohgeldh/1.0/resourceInstances/pnfd3e3202ebfa00/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:28:15.171Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:28:15.171Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-30T08:28:15.171Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "891cd98f-c8cc-44c7-b856-fe16be33f552",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632990462853,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIrm82au1yw2w0ohgeldh/1.0/resourceInstances/pnfd3e3202ebfa00/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:28:15.171Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:28:15.171Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-30T08:28:15.172Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "891cd98f-c8cc-44c7-b856-fe16be33f552",
  "consumerID": "policy-id",
  "timestamp": 1632990461317,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIrm82au1yw2w0ohgeldh/1.0/resourceInstances/pnfd3e3202ebfa00/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:28:15.172Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:28:15.172Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-30T08:28:15.172Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "891cd98f-c8cc-44c7-b856-fe16be33f552",
  "consumerID": "dcae-sch",
  "timestamp": 1632990465975,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIrm82au1yw2w0ohgeldh/1.0/resourceInstances/pnfd3e3202ebfa00/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:28:15.172Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:28:15.172Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-30T08:28:15.172Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "891cd98f-c8cc-44c7-b856-fe16be33f552",
  "consumerID": "cds",
  "timestamp": 1632990466277,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIrm82au1yw2w0ohgeldh/1.0/resourceInstances/pnfd3e3202ebfa00/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:28:15.172Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:28:15.172Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-30T08:28:15.173Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "891cd98f-c8cc-44c7-b856-fe16be33f552",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632990459351,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIrm82au1yw2w0ohgeldh/1.0/resourceInstances/pnfd3e3202ebfa00/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:28:15.173Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:28:15.173Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-30T08:28:15.173Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "891cd98f-c8cc-44c7-b856-fe16be33f552",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632990462853,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIrm82au1yw2w0ohgeldh/1.0/resourceInstances/pnfd3e3202ebfa00/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:28:15.173Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:28:15.173Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-30T08:28:15.173Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "891cd98f-c8cc-44c7-b856-fe16be33f552",
  "consumerID": "policy-id",
  "timestamp": 1632990461317,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIrm82au1yw2w0ohgeldh/1.0/resourceInstances/pnfd3e3202ebfa00/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:28:15.173Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:28:15.173Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-30T08:28:15.174Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "891cd98f-c8cc-44c7-b856-fe16be33f552",
  "consumerID": "dcae-sch",
  "timestamp": 1632990465975,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIrm82au1yw2w0ohgeldh/1.0/resourceInstances/pnfd3e3202ebfa00/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:28:15.174Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:28:15.174Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-30T08:28:15.174Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "891cd98f-c8cc-44c7-b856-fe16be33f552",
  "consumerID": "cds",
  "timestamp": 1632990466277,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIrm82au1yw2w0ohgeldh/1.0/resourceInstances/pnfd3e3202ebfa00/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:28:15.174Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:28:15.174Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-30T08:28:15.174Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "891cd98f-c8cc-44c7-b856-fe16be33f552",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632990459351,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIrm82au1yw2w0ohgeldh/1.0/resourceInstances/pnfd3e3202ebfa00/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-09-30T08:28:15.174Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:28:15.174Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-30T08:28:15.174Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "891cd98f-c8cc-44c7-b856-fe16be33f552",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632990462853,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIrm82au1yw2w0ohgeldh/1.0/resourceInstances/pnfd3e3202ebfa00/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:28:15.174Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:28:15.175Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-30T08:28:15.175Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "891cd98f-c8cc-44c7-b856-fe16be33f552",
  "consumerID": "policy-id",
  "timestamp": 1632990461317,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIrm82au1yw2w0ohgeldh/1.0/resourceInstances/pnfd3e3202ebfa00/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:28:15.175Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:28:15.175Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-30T08:28:15.176Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "891cd98f-c8cc-44c7-b856-fe16be33f552",
  "consumerID": "dcae-sch",
  "timestamp": 1632990465975,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIrm82au1yw2w0ohgeldh/1.0/resourceInstances/pnfd3e3202ebfa00/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:28:15.176Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:28:15.176Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-30T08:28:15.176Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "891cd98f-c8cc-44c7-b856-fe16be33f552",
  "consumerID": "cds",
  "timestamp": 1632990466277,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIrm82au1yw2w0ohgeldh/1.0/resourceInstances/pnfd3e3202ebfa00/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:28:15.176Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:28:15.176Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-30T08:28:15.176Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "891cd98f-c8cc-44c7-b856-fe16be33f552",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632990471437,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIrm82au1yw2w0ohgeldh/1.0/resourceInstances/pnfd3e3202ebfa00/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:28:15.176Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:28:15.176Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-30T08:28:15.177Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "891cd98f-c8cc-44c7-b856-fe16be33f552",
  "consumerID": "clamp",
  "timestamp": 1632990471513,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIrm82au1yw2w0ohgeldh/1.0/resourceInstances/pnfd3e3202ebfa00/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:28:15.177Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:28:15.177Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-30T08:28:15.177Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "891cd98f-c8cc-44c7-b856-fe16be33f552",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632990462853,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIrm82au1yw2w0ohgeldh/1.0/artifacts/service-DemoPnfIrm82au1yw2w0ohgeldh-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:28:15.177Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:28:15.177Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-30T08:28:15.179Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "891cd98f-c8cc-44c7-b856-fe16be33f552",
  "consumerID": "policy-id",
  "timestamp": 1632990461317,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIrm82au1yw2w0ohgeldh/1.0/artifacts/service-DemoPnfIrm82au1yw2w0ohgeldh-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:28:15.180Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:28:15.180Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-30T08:28:15.180Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "891cd98f-c8cc-44c7-b856-fe16be33f552",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632990459351,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIrm82au1yw2w0ohgeldh/1.0/artifacts/service-DemoPnfIrm82au1yw2w0ohgeldh-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:28:15.180Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:28:15.180Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-30T08:28:15.180Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "891cd98f-c8cc-44c7-b856-fe16be33f552",
  "consumerID": "dcae-sch",
  "timestamp": 1632990465975,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIrm82au1yw2w0ohgeldh/1.0/artifacts/service-DemoPnfIrm82au1yw2w0ohgeldh-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:28:15.180Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:28:15.181Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-30T08:28:15.181Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "891cd98f-c8cc-44c7-b856-fe16be33f552",
  "consumerID": "cds",
  "timestamp": 1632990466277,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIrm82au1yw2w0ohgeldh/1.0/artifacts/service-DemoPnfIrm82au1yw2w0ohgeldh-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:28:15.181Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:28:15.181Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-30T08:28:15.181Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "891cd98f-c8cc-44c7-b856-fe16be33f552",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632990471437,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIrm82au1yw2w0ohgeldh/1.0/resourceInstances/pnfd3e3202ebfa00/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:28:15.181Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:28:15.181Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-30T08:28:15.181Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "891cd98f-c8cc-44c7-b856-fe16be33f552",
  "consumerID": "clamp",
  "timestamp": 1632990471513,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIrm82au1yw2w0ohgeldh/1.0/resourceInstances/pnfd3e3202ebfa00/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:28:15.182Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:28:15.182Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-30T08:28:15.182Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "891cd98f-c8cc-44c7-b856-fe16be33f552",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632990459351,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIrm82au1yw2w0ohgeldh/1.0/artifacts/service-DemoPnfIrm82au1yw2w0ohgeldh-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:28:15.182Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:28:15.182Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-30T08:28:15.182Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "891cd98f-c8cc-44c7-b856-fe16be33f552",
  "consumerID": "policy-id",
  "timestamp": 1632990461317,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIrm82au1yw2w0ohgeldh/1.0/artifacts/service-DemoPnfIrm82au1yw2w0ohgeldh-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T08:28:15.182Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:28:15.182Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-30T08:28:15.183Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "891cd98f-c8cc-44c7-b856-fe16be33f552",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632990462853,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIrm82au1yw2w0ohgeldh/1.0/artifacts/service-DemoPnfIrm82au1yw2w0ohgeldh-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T08:28:15.183Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:28:15.183Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-30T08:28:15.183Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "891cd98f-c8cc-44c7-b856-fe16be33f552",
  "consumerID": "dcae-sch",
  "timestamp": 1632990465975,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIrm82au1yw2w0ohgeldh/1.0/artifacts/service-DemoPnfIrm82au1yw2w0ohgeldh-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:28:15.183Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:28:15.183Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-30T08:28:15.184Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "891cd98f-c8cc-44c7-b856-fe16be33f552",
  "consumerID": "cds",
  "timestamp": 1632990466277,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIrm82au1yw2w0ohgeldh/1.0/artifacts/service-DemoPnfIrm82au1yw2w0ohgeldh-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T08:28:15.184Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:28:15.184Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-30T08:28:15.184Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "891cd98f-c8cc-44c7-b856-fe16be33f552",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632990471437,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIrm82au1yw2w0ohgeldh/1.0/resourceInstances/pnfd3e3202ebfa00/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:28:15.184Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:28:15.185Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-30T08:28:15.185Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "891cd98f-c8cc-44c7-b856-fe16be33f552",
  "consumerID": "clamp",
  "timestamp": 1632990471513,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIrm82au1yw2w0ohgeldh/1.0/resourceInstances/pnfd3e3202ebfa00/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:28:15.185Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:28:15.185Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-30T08:28:15.185Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "891cd98f-c8cc-44c7-b856-fe16be33f552",
  "consumerID": "aai-ml",
  "timestamp": 1632990474245,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIrm82au1yw2w0ohgeldh/1.0/resourceInstances/pnfd3e3202ebfa00/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:28:15.185Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:28:15.186Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-30T08:28:15.186Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "891cd98f-c8cc-44c7-b856-fe16be33f552",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632990471437,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIrm82au1yw2w0ohgeldh/1.0/resourceInstances/pnfd3e3202ebfa00/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:28:15.186Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:28:15.186Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-30T08:28:15.186Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "891cd98f-c8cc-44c7-b856-fe16be33f552",
  "consumerID": "clamp",
  "timestamp": 1632990471513,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIrm82au1yw2w0ohgeldh/1.0/resourceInstances/pnfd3e3202ebfa00/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:28:15.186Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:28:15.187Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-30T08:28:15.187Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "891cd98f-c8cc-44c7-b856-fe16be33f552",
  "consumerID": "aai-ml",
  "timestamp": 1632990474245,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIrm82au1yw2w0ohgeldh/1.0/resourceInstances/pnfd3e3202ebfa00/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:28:15.187Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:28:15.187Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-30T08:28:15.187Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "891cd98f-c8cc-44c7-b856-fe16be33f552",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632990476053,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIrm82au1yw2w0ohgeldh/1.0/artifacts/service-DemoPnfIrm82au1yw2w0ohgeldh-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-30T08:28:15.187Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T08:28:15.187Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-30T08:28:15.187Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "891cd98f-c8cc-44c7-b856-fe16be33f552",
  "consumerID": "cds",
  "timestamp": 1632990476154,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIrm82au1yw2w0ohgeldh/1.0/artifacts/service-DemoPnfIrm82au1yw2w0ohgeldh-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-30T08:28:15.188Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T08:28:15.188Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-30T08:28:15.188Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "891cd98f-c8cc-44c7-b856-fe16be33f552",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632990471437,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIrm82au1yw2w0ohgeldh/1.0/resourceInstances/pnfd3e3202ebfa00/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:28:15.188Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:28:15.188Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-30T08:28:15.188Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "891cd98f-c8cc-44c7-b856-fe16be33f552",
  "consumerID": "policy-id",
  "timestamp": 1632990476152,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIrm82au1yw2w0ohgeldh/1.0/artifacts/service-DemoPnfIrm82au1yw2w0ohgeldh-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-30T08:28:15.188Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T08:28:15.188Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-30T08:28:15.189Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "891cd98f-c8cc-44c7-b856-fe16be33f552",
  "consumerID": "clamp",
  "timestamp": 1632990471513,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIrm82au1yw2w0ohgeldh/1.0/resourceInstances/pnfd3e3202ebfa00/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:28:15.189Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:28:15.189Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-30T08:28:15.189Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "891cd98f-c8cc-44c7-b856-fe16be33f552",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632990476352,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIrm82au1yw2w0ohgeldh/1.0/resourceInstances/pnfd3e3202ebfa00/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-30T08:28:15.189Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T08:28:15.190Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-30T08:28:15.190Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "891cd98f-c8cc-44c7-b856-fe16be33f552",
  "consumerID": "aai-ml",
  "timestamp": 1632990474245,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIrm82au1yw2w0ohgeldh/1.0/resourceInstances/pnfd3e3202ebfa00/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:28:15.190Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:28:15.190Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-30T08:28:15.190Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "891cd98f-c8cc-44c7-b856-fe16be33f552",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632990471437,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIrm82au1yw2w0ohgeldh/1.0/resourceInstances/pnfd3e3202ebfa00/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:28:15.190Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:28:15.190Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-30T08:28:15.190Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "891cd98f-c8cc-44c7-b856-fe16be33f552",
  "consumerID": "cds",
  "timestamp": 1632990477177,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIrm82au1yw2w0ohgeldh/1.0/artifacts/service-DemoPnfIrm82au1yw2w0ohgeldh-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-30T08:28:15.227Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 891cd98f-c8cc-44c7-b856-fe16be33f552
2021-09-30T08:28:15.227Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 891cd98f-c8cc-44c7-b856-fe16be33f552 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-30T08:28:15.237Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-30T08:28:15.237Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "891cd98f-c8cc-44c7-b856-fe16be33f552",
  "consumerID": "clamp",
  "timestamp": 1632990471513,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIrm82au1yw2w0ohgeldh/1.0/resourceInstances/pnfd3e3202ebfa00/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:28:15.237Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:28:15.237Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-30T08:28:15.237Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "891cd98f-c8cc-44c7-b856-fe16be33f552",
  "consumerID": "policy-id",
  "timestamp": 1632990477165,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIrm82au1yw2w0ohgeldh/1.0/artifacts/service-DemoPnfIrm82au1yw2w0ohgeldh-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-30T08:28:15.237Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T08:28:15.237Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-30T08:28:15.237Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "891cd98f-c8cc-44c7-b856-fe16be33f552",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632990477567,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIrm82au1yw2w0ohgeldh/1.0/resourceInstances/pnfd3e3202ebfa00/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-09-30T08:28:15.238Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T08:28:15.238Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-30T08:28:15.238Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "891cd98f-c8cc-44c7-b856-fe16be33f552",
  "consumerID": "aai-ml",
  "timestamp": 1632990474245,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIrm82au1yw2w0ohgeldh/1.0/resourceInstances/pnfd3e3202ebfa00/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:28:15.238Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:28:15.238Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-30T08:28:15.238Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "891cd98f-c8cc-44c7-b856-fe16be33f552",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632990478078,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIrm82au1yw2w0ohgeldh/1.0/artifacts/service-DemoPnfIrm82au1yw2w0ohgeldh-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-30T08:28:15.238Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T08:28:15.238Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-30T08:28:15.238Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "891cd98f-c8cc-44c7-b856-fe16be33f552",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632990471437,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIrm82au1yw2w0ohgeldh/1.0/artifacts/service-DemoPnfIrm82au1yw2w0ohgeldh-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:28:15.238Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:28:15.238Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-30T08:28:15.238Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "891cd98f-c8cc-44c7-b856-fe16be33f552",
  "consumerID": "policy-id",
  "timestamp": 1632990478168,
  "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-30T08:28:15.243Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 891cd98f-c8cc-44c7-b856-fe16be33f552
2021-09-30T08:28:15.244Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 891cd98f-c8cc-44c7-b856-fe16be33f552 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-30T08:28:15.255Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-30T08:28:15.256Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "891cd98f-c8cc-44c7-b856-fe16be33f552",
  "consumerID": "clamp",
  "timestamp": 1632990471513,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIrm82au1yw2w0ohgeldh/1.0/artifacts/service-DemoPnfIrm82au1yw2w0ohgeldh-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:28:15.256Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:28:15.256Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-30T08:28:15.256Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "891cd98f-c8cc-44c7-b856-fe16be33f552",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632990478572,
  "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-30T08:28:15.262Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 891cd98f-c8cc-44c7-b856-fe16be33f552
2021-09-30T08:28:15.262Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 891cd98f-c8cc-44c7-b856-fe16be33f552 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-30T08:28:15.271Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-30T08:28:15.273Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "891cd98f-c8cc-44c7-b856-fe16be33f552",
  "consumerID": "aai-ml",
  "timestamp": 1632990474245,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIrm82au1yw2w0ohgeldh/1.0/resourceInstances/pnfd3e3202ebfa00/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:28:15.273Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:28:15.273Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-30T08:28:15.273Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "891cd98f-c8cc-44c7-b856-fe16be33f552",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632990479083,
  "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-30T08:28:15.279Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 891cd98f-c8cc-44c7-b856-fe16be33f552
2021-09-30T08:28:15.279Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 891cd98f-c8cc-44c7-b856-fe16be33f552 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-30T08:28:15.288Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-30T08:28:15.288Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "891cd98f-c8cc-44c7-b856-fe16be33f552",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632990471437,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIrm82au1yw2w0ohgeldh/1.0/artifacts/service-DemoPnfIrm82au1yw2w0ohgeldh-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T08:28:15.288Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:28:15.289Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-30T08:28:15.289Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "891cd98f-c8cc-44c7-b856-fe16be33f552",
  "consumerID": "clamp",
  "timestamp": 1632990471513,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIrm82au1yw2w0ohgeldh/1.0/artifacts/service-DemoPnfIrm82au1yw2w0ohgeldh-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T08:28:15.289Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:28:15.289Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-30T08:28:15.289Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "891cd98f-c8cc-44c7-b856-fe16be33f552",
  "consumerID": "aai-ml",
  "timestamp": 1632990474245,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIrm82au1yw2w0ohgeldh/1.0/resourceInstances/pnfd3e3202ebfa00/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:28:15.290Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:28:15.290Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-30T08:28:15.290Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "891cd98f-c8cc-44c7-b856-fe16be33f552",
  "consumerID": "aai-ml",
  "timestamp": 1632990474245,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIrm82au1yw2w0ohgeldh/1.0/artifacts/service-DemoPnfIrm82au1yw2w0ohgeldh-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:28:15.290Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:28:15.290Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-30T08:28:15.290Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "891cd98f-c8cc-44c7-b856-fe16be33f552",
  "consumerID": "aai-ml",
  "timestamp": 1632990474245,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIrm82au1yw2w0ohgeldh/1.0/artifacts/service-DemoPnfIrm82au1yw2w0ohgeldh-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T08:28:15.291Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:28:15.292Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-30T08:28:15.292Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "891cd98f-c8cc-44c7-b856-fe16be33f552",
  "consumerID": "aai-ml",
  "timestamp": 1632990483868,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIrm82au1yw2w0ohgeldh/1.0/artifacts/service-DemoPnfIrm82au1yw2w0ohgeldh-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-30T08:28:15.292Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T08:28:15.292Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-30T08:28:15.293Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "891cd98f-c8cc-44c7-b856-fe16be33f552",
  "consumerID": "aai-ml",
  "timestamp": 1632990489949,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIrm82au1yw2w0ohgeldh/1.0/artifacts/service-DemoPnfIrm82au1yw2w0ohgeldh-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-30T08:28:15.293Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T08:28:15.293Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-30T08:28:15.293Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "891cd98f-c8cc-44c7-b856-fe16be33f552",
  "consumerID": "aai-ml",
  "timestamp": 1632990490953,
  "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-30T08:28:15.298Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 891cd98f-c8cc-44c7-b856-fe16be33f552
2021-09-30T08:28:15.299Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 891cd98f-c8cc-44c7-b856-fe16be33f552 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-30T08:28:15.311Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-30T08:28:15.311Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "891cd98f-c8cc-44c7-b856-fe16be33f552",
  "consumerID": "clamp",
  "timestamp": 1632990492977,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIrm82au1yw2w0ohgeldh/1.0/artifacts/service-DemoPnfIrm82au1yw2w0ohgeldh-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-30T08:28:15.312Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T08:28:15.312Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-30T08:28:15.312Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "891cd98f-c8cc-44c7-b856-fe16be33f552",
  "consumerID": "clamp",
  "timestamp": 1632990493996,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIrm82au1yw2w0ohgeldh/1.0/artifacts/service-DemoPnfIrm82au1yw2w0ohgeldh-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-30T08:28:15.312Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T08:28:15.566Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:28:15.568Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T08:28:15.568Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"891cd98f-c8cc-44c7-b856-fe16be33f552","serviceName":"Demo_pNF_irm82au1yW2w0ohgeldH","serviceVersion":"1.0","serviceUUID":"4fd02030-e436-4fb5-be3b-77f81f288199","serviceDescription":"catalog service description","serviceInvariantUUID":"005f3b6c-2d77-47ec-bc8b-c38409b3a577","resources":[{"resourceInstanceName":"pNF d3e3202e-bfa0 0","resourceName":"pNF d3e3202e-bfa0","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"ab60b350-c292-449b-bbef-ea43dc74d4f8","resourceInvariantUUID":"4e10c524-f20b-4a7c-8f1c-122998a378e3","resourceCustomizationUUID":"f34e6f27-046c-4524-9ad2-b28db1d2557b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfIrm82au1yw2w0ohgeldh/1.0/resourceInstances/pnfd3e3202ebfa00/artifacts/vf-license-model.xml","artifactChecksum":"NGRlMWQxYmJlMjA0YTA3MjBlYjg1YTc3MmMzYWI2OWM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8a746f68-c7ce-4cc6-a64a-6969837490a0","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfIrm82au1yw2w0ohgeldh/1.0/resourceInstances/pnfd3e3202ebfa00/artifacts/pNF.csar","artifactChecksum":"NzdkNzAxYWJhY2VlZDZhMjhhOTVkNzdmZjBiNTRkMjM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"74739e00-991f-4fe0-8f54-0d2f8cfbab99","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfIrm82au1yw2w0ohgeldh/1.0/resourceInstances/pnfd3e3202ebfa00/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"1a93e598-a93c-4b8b-a81f-0fca1ca53671","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfIrm82au1yw2w0ohgeldh/1.0/resourceInstances/pnfd3e3202ebfa00/artifacts/vendor-license-model.xml","artifactChecksum":"ZWFhOGUzOTJjNGI3NGNkYWExMTc3NzFjMTNlYjQ2ZmM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"14a60ef3-e00c-4489-859e-b574e8ad8701","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfIrm82au1yw2w0ohgeldh/1.0/resourceInstances/pnfd3e3202ebfa00/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e0c797fa-94d3-44f5-baaa-43eab3065435","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfIrm82au1yw2w0ohgeldh/1.0/resourceInstances/pnfd3e3202ebfa00/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7e7570a8-58ef-438b-b2de-578caa3bc496","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfIrm82au1yw2w0ohgeldh-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfIrm82au1yw2w0ohgeldh/1.0/artifacts/service-DemoPnfIrm82au1yw2w0ohgeldh-template.yml","artifactChecksum":"YTBkZWRkOGM1MDYxOGI4MTFhZDAwZjg0MjE0OTM4ZmQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0d9967e5-a832-461b-86c5-b9b2e6842270","artifactVersion":"1"},{"artifactName":"service-DemoPnfIrm82au1yw2w0ohgeldh-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfIrm82au1yw2w0ohgeldh/1.0/artifacts/service-DemoPnfIrm82au1yw2w0ohgeldh-csar.csar","artifactChecksum":"MjQ4MTgzYjdmZGI2ZDkyZDc2Zjk4NmNkMWVhMzg1ZWI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f64b03be-a671-4d6f-a7f3-45be83d86e47","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-30T08:28:15.570Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T08:28:15.572Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-30T08:28:15.577Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T08:28:15.577Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "891cd98f-c8cc-44c7-b856-fe16be33f552",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632990494933,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIrm82au1yw2w0ohgeldh/1.0/resourceInstances/pnfd3e3202ebfa00/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:28:15.677Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T08:28:15.678Z||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-30T08:28:15.678Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T08:28:15.690Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:28:15.690Z||pool-128-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-30T08:28:16.578Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T08:28:16.580Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-30T08:28:16.583Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T08:28:16.583Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "891cd98f-c8cc-44c7-b856-fe16be33f552",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632990494933,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIrm82au1yw2w0ohgeldh/1.0/resourceInstances/pnfd3e3202ebfa00/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:28:16.683Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T08:28:16.684Z||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-30T08:28:16.684Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T08:28:16.696Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:28:16.696Z||pool-129-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-09-30T08:28:17.586Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T08:28:17.588Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-30T08:28:17.591Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T08:28:17.591Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "891cd98f-c8cc-44c7-b856-fe16be33f552",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632990494933,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIrm82au1yw2w0ohgeldh/1.0/resourceInstances/pnfd3e3202ebfa00/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:28:17.694Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2021-09-30T08:28:17.696Z||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-30T08:28:17.697Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T08:28:17.718Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:28:17.720Z||pool-130-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2021-09-30T08:28:18.594Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T08:28:18.596Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-30T08:28:18.599Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T08:28:18.599Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "891cd98f-c8cc-44c7-b856-fe16be33f552",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632990494933,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIrm82au1yw2w0ohgeldh/1.0/resourceInstances/pnfd3e3202ebfa00/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:28:18.700Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-30T08:28:18.701Z||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-30T08:28:18.703Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T08:28:18.732Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:28:18.733Z||pool-131-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2021-09-30T08:28:19.600Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T08:28:19.602Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-30T08:28:19.605Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T08:28:19.605Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "891cd98f-c8cc-44c7-b856-fe16be33f552",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632990494933,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIrm82au1yw2w0ohgeldh/1.0/resourceInstances/pnfd3e3202ebfa00/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:28:19.705Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-30T08:28:19.706Z||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-30T08:28:19.706Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T08:28:19.726Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:28:19.727Z||pool-132-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2021-09-30T08:28:20.611Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T08:28:20.628Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-30T08:28:20.636Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T08:28:20.636Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "891cd98f-c8cc-44c7-b856-fe16be33f552",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632990494933,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIrm82au1yw2w0ohgeldh/1.0/resourceInstances/pnfd3e3202ebfa00/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:28:20.730Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2021-09-30T08:28:20.731Z||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-30T08:28:20.731Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T08:28:20.744Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:28:20.744Z||pool-133-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-09-30T08:28:21.637Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T08:28:21.637Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-30T08:28:21.641Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T08:28:21.641Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "891cd98f-c8cc-44c7-b856-fe16be33f552",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632990494933,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIrm82au1yw2w0ohgeldh/1.0/artifacts/service-DemoPnfIrm82au1yw2w0ohgeldh-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:28:21.741Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T08:28:21.742Z||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-30T08:28:21.742Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T08:28:21.754Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:28:21.754Z||pool-134-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-30T08:28:22.642Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T08:28:22.643Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-30T08:28:22.645Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T08:28:22.645Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "891cd98f-c8cc-44c7-b856-fe16be33f552",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632990494933,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIrm82au1yw2w0ohgeldh/1.0/artifacts/service-DemoPnfIrm82au1yw2w0ohgeldh-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T08:28:22.745Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T08:28:22.746Z||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-30T08:28:22.746Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T08:28:22.757Z||pool-135-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:28:22.757Z||pool-135-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-30T08:28:23.648Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "891cd98f-c8cc-44c7-b856-fe16be33f552",
  "serviceName": "Demo_pNF_irm82au1yW2w0ohgeldH",
  "serviceVersion": "1.0",
  "serviceUUID": "4fd02030-e436-4fb5-be3b-77f81f288199",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "005f3b6c-2d77-47ec-bc8b-c38409b3a577",
  "resources": [
    {
      "resourceInstanceName": "pNF d3e3202e-bfa0 0",
      "resourceCustomizationUUID": "f34e6f27-046c-4524-9ad2-b28db1d2557b",
      "resourceName": "pNF d3e3202e-bfa0",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "ab60b350-c292-449b-bbef-ea43dc74d4f8",
      "resourceInvariantUUID": "4e10c524-f20b-4a7c-8f1c-122998a378e3",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfIrm82au1yw2w0ohgeldh-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfIrm82au1yw2w0ohgeldh/1.0/artifacts/service-DemoPnfIrm82au1yw2w0ohgeldh-csar.csar",
      "artifactChecksum": "MjQ4MTgzYjdmZGI2ZDkyZDc2Zjk4NmNkMWVhMzg1ZWI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "f64b03be-a671-4d6f-a7f3-45be83d86e47"
    }
  ],
  "workloadContext": "Production"
}
2021-09-30T08:28:23.649Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-30T08:28:23.649Z|3357b8da-ca7f-4d88-b264-f3a9343a1e27|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 4fd02030-e436-4fb5-be3b-77f81f288199 ASDC
2021-09-30T08:28:23.649Z|891cd98f-c8cc-44c7-b856-fe16be33f552|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:891cd98f-c8cc-44c7-b856-fe16be33f552
ServiceName:Demo_pNF_irm82au1yW2w0ohgeldH
ServiceVersion:1.0
ServiceUUID:4fd02030-e436-4fb5-be3b-77f81f288199
ServiceInvariantUUID:005f3b6c-2d77-47ec-bc8b-c38409b3a577
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfIrm82au1yw2w0ohgeldh-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfIrm82au1yw2w0ohgeldh/1.0/artifacts/service-DemoPnfIrm82au1yw2w0ohgeldh-csar.csar
ArtifactUUID:f64b03be-a671-4d6f-a7f3-45be83d86e47
ArtifactChecksum:MjQ4MTgzYjdmZGI2ZDkyZDc2Zjk4NmNkMWVhMzg1ZWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF d3e3202e-bfa0 0
ResourceCustomizationUUID:f34e6f27-046c-4524-9ad2-b28db1d2557b
ResourceInvariantUUID:4e10c524-f20b-4a7c-8f1c-122998a378e3
ResourceName:pNF d3e3202e-bfa0
ResourceType:PNF
ResourceUUID:ab60b350-c292-449b-bbef-ea43dc74d4f8
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-09-30T08:28:23.650Z|891cd98f-c8cc-44c7-b856-fe16be33f552|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4fd02030-e436-4fb5-be3b-77f81f288199 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-30T08:28:23.692Z|891cd98f-c8cc-44c7-b856-fe16be33f552|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-30T08:28:23.693Z|891cd98f-c8cc-44c7-b856-fe16be33f552|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-09-30T08:28:23.693Z|891cd98f-c8cc-44c7-b856-fe16be33f552|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-09-30T08:28:23.694Z|891cd98f-c8cc-44c7-b856-fe16be33f552|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: f64b03be-a671-4d6f-a7f3-45be83d86e47 from URL: /sdc/v1/catalog/services/DemoPnfIrm82au1yw2w0ohgeldh/1.0/artifacts/service-DemoPnfIrm82au1yw2w0ohgeldh-csar.csar
2021-09-30T08:28:23.694Z|891cd98f-c8cc-44c7-b856-fe16be33f552|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-09-30T08:28:23.694Z|891cd98f-c8cc-44c7-b856-fe16be33f552|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfIrm82au1yw2w0ohgeldh/1.0/artifacts/service-DemoPnfIrm82au1yw2w0ohgeldh-csar.csar
2021-09-30T08:28:25.364Z|891cd98f-c8cc-44c7-b856-fe16be33f552|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-09-30T08:28:25.371Z|891cd98f-c8cc-44c7-b856-fe16be33f552|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfIrm82au1yw2w0ohgeldh/1.0/artifacts/service-DemoPnfIrm82au1yw2w0ohgeldh-csar.csar f64b03be-a671-4d6f-a7f3-45be83d86e47 82527
2021-09-30T08:28:25.371Z|891cd98f-c8cc-44c7-b856-fe16be33f552|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfIrm82au1yw2w0ohgeldh/1.0/artifacts/service-DemoPnfIrm82au1yw2w0ohgeldh-csar.csar ASDC sendASDCNotification
2021-09-30T08:28:25.371Z|891cd98f-c8cc-44c7-b856-fe16be33f552|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfIrm82au1yw2w0ohgeldh/1.0/artifacts/service-DemoPnfIrm82au1yw2w0ohgeldh-csar.csar
2021-09-30T08:28:25.372Z|891cd98f-c8cc-44c7-b856-fe16be33f552|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-30T08:28:25.372Z|891cd98f-c8cc-44c7-b856-fe16be33f552|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-30T08:28:25.375Z|891cd98f-c8cc-44c7-b856-fe16be33f552|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T08:28:25.375Z|891cd98f-c8cc-44c7-b856-fe16be33f552|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "891cd98f-c8cc-44c7-b856-fe16be33f552",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632990505371,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIrm82au1yw2w0ohgeldh/1.0/artifacts/service-DemoPnfIrm82au1yw2w0ohgeldh-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-30T08:28:25.475Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T08:28:25.475Z||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-30T08:28:25.476Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T08:28:25.491Z||pool-136-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:28:25.492Z||pool-136-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-09-30T08:28:26.375Z|891cd98f-c8cc-44c7-b856-fe16be33f552|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-30T08:28:26.376Z|891cd98f-c8cc-44c7-b856-fe16be33f552|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-09-30T08:28:26.377Z|891cd98f-c8cc-44c7-b856-fe16be33f552|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: f64b03be-a671-4d6f-a7f3-45be83d86e47, URL: /sdc/v1/catalog/services/DemoPnfIrm82au1yw2w0ohgeldh/1.0/artifacts/service-DemoPnfIrm82au1yw2w0ohgeldh-csar.csar to file: /app/ASDC/1/service-DemoPnfIrm82au1yw2w0ohgeldh-csar.csar
2021-09-30T08:28:26.388Z|891cd98f-c8cc-44c7-b856-fe16be33f552|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfIrm82au1yw2w0ohgeldh-csar.csar
2021-09-30T08:28:26.389Z|891cd98f-c8cc-44c7-b856-fe16be33f552|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfIrm82au1yw2w0ohgeldh-csar.csar
2021-09-30T08:28:26.389Z|891cd98f-c8cc-44c7-b856-fe16be33f552|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfIrm82au1yw2w0ohgeldh-csar.csar
2021-09-30T08:28:26.583Z|891cd98f-c8cc-44c7-b856-fe16be33f552|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2376814750261664352/Definitions/service-DemoPnfIrm82au1yw2w0ohgeldh-template.yml
2021-09-30T08:28:27.419Z|891cd98f-c8cc-44c7-b856-fe16be33f552|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-30T08:28:27.420Z|891cd98f-c8cc-44c7-b856-fe16be33f552|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-09-30T08:28:27.420Z|891cd98f-c8cc-44c7-b856-fe16be33f552|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfIrm82au1yw2w0ohgeldh-csar.csar
2021-09-30T08:28:27.420Z|891cd98f-c8cc-44c7-b856-fe16be33f552|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-09-30T08:28:27.420Z|891cd98f-c8cc-44c7-b856-fe16be33f552|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfIrm82au1yw2w0ohgeldh-csar.csar
2021-09-30T08:28:27.420Z|891cd98f-c8cc-44c7-b856-fe16be33f552|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF d3e3202e-bfa0 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-DemoPnfIrm82au1yw2w0ohgeldh-csar.csar
2021-09-30T08:28:27.420Z|891cd98f-c8cc-44c7-b856-fe16be33f552|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfIrm82au1yw2w0ohgeldh-csar.csar
2021-09-30T08:28:27.420Z|891cd98f-c8cc-44c7-b856-fe16be33f552|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfIrm82au1yw2w0ohgeldh-csar.csar
2021-09-30T08:28:27.420Z|891cd98f-c8cc-44c7-b856-fe16be33f552|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfIrm82au1yw2w0ohgeldh-csar.csar
2021-09-30T08:28:27.420Z|891cd98f-c8cc-44c7-b856-fe16be33f552|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfIrm82au1yw2w0ohgeldh-csar.csar
2021-09-30T08:28:27.420Z|891cd98f-c8cc-44c7-b856-fe16be33f552|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfIrm82au1yw2w0ohgeldh-csar.csar
2021-09-30T08:28:27.421Z|891cd98f-c8cc-44c7-b856-fe16be33f552|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-09-30T08:28:27.421Z|891cd98f-c8cc-44c7-b856-fe16be33f552|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T08:28:27.421Z|891cd98f-c8cc-44c7-b856-fe16be33f552|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_irm82au1yW2w0ohgeldH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T08:28:27.421Z|891cd98f-c8cc-44c7-b856-fe16be33f552|pool-2-thread-9|||||DEBUG|500||Node template pNF d3e3202e-bfa0 0 is matching search criteria
2021-09-30T08:28:27.421Z|891cd98f-c8cc-44c7-b856-fe16be33f552|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-09-30T08:28:27.421Z|891cd98f-c8cc-44c7-b856-fe16be33f552|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF d3e3202e-bfa0 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-30T08:28:27.421Z|891cd98f-c8cc-44c7-b856-fe16be33f552|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T08:28:27.422Z|891cd98f-c8cc-44c7-b856-fe16be33f552|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_irm82au1yW2w0ohgeldH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T08:28:27.422Z|891cd98f-c8cc-44c7-b856-fe16be33f552|pool-2-thread-9|||||DEBUG|500||Node template pNF d3e3202e-bfa0 0 is matching search criteria
2021-09-30T08:28:27.422Z|891cd98f-c8cc-44c7-b856-fe16be33f552|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-09-30T08:28:27.422Z|891cd98f-c8cc-44c7-b856-fe16be33f552|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF d3e3202e-bfa0 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-30T08:28:27.422Z|891cd98f-c8cc-44c7-b856-fe16be33f552|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T08:28:27.422Z|891cd98f-c8cc-44c7-b856-fe16be33f552|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_irm82au1yW2w0ohgeldH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T08:28:27.422Z|891cd98f-c8cc-44c7-b856-fe16be33f552|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T08:28:27.422Z|891cd98f-c8cc-44c7-b856-fe16be33f552|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_irm82au1yW2w0ohgeldH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T08:28:27.423Z|891cd98f-c8cc-44c7-b856-fe16be33f552|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T08:28:27.423Z|891cd98f-c8cc-44c7-b856-fe16be33f552|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_irm82au1yW2w0ohgeldH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T08:28:27.423Z|891cd98f-c8cc-44c7-b856-fe16be33f552|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T08:28:27.423Z|891cd98f-c8cc-44c7-b856-fe16be33f552|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_irm82au1yW2w0ohgeldH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T08:28:27.423Z|891cd98f-c8cc-44c7-b856-fe16be33f552|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T08:28:27.423Z|891cd98f-c8cc-44c7-b856-fe16be33f552|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_irm82au1yW2w0ohgeldH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T08:28:27.423Z|891cd98f-c8cc-44c7-b856-fe16be33f552|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_irm82au1yW2w0ohgeldH
Description:catalog service description
Model UUID:4fd02030-e436-4fb5-be3b-77f81f288199
Model Version:NULL
Model InvariantUuid:005f3b6c-2d77-47ec-bc8b-c38409b3a577
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-30T08:28:27.433Z|891cd98f-c8cc-44c7-b856-fe16be33f552|pool-2-thread-9|||||INFO|500||Processing Resource Type: PNF, Model UUID: ab60b350-c292-449b-bbef-ea43dc74d4f8
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-30T08:28:27.437Z|891cd98f-c8cc-44c7-b856-fe16be33f552|pool-2-thread-9|||||INFO|500||pNF d3e3202e-bfa0 0
2021-09-30T08:28:27.437Z|891cd98f-c8cc-44c7-b856-fe16be33f552|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: ab60b350-c292-449b-bbef-ea43dc74d4f8
2021-09-30T08:28:27.437Z|891cd98f-c8cc-44c7-b856-fe16be33f552|pool-2-thread-9|||||DEBUG|500||No resources found for Service: 4fd02030-e436-4fb5-be3b-77f81f288199
2021-09-30T08:28:27.437Z|891cd98f-c8cc-44c7-b856-fe16be33f552|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 4fd02030-e436-4fb5-be3b-77f81f288199
2021-09-30T08:28:27.437Z|891cd98f-c8cc-44c7-b856-fe16be33f552|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF d3e3202e-bfa0 0 ab60b350-c292-449b-bbef-ea43dc74d4f8 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-30T08:28:27.442Z|891cd98f-c8cc-44c7-b856-fe16be33f552|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@631bc35e, org.onap.sdc.toscaparser.api.parameters.Input@2346ca7b, org.onap.sdc.toscaparser.api.parameters.Input@680f8b49, org.onap.sdc.toscaparser.api.parameters.Input@15f06da4, org.onap.sdc.toscaparser.api.parameters.Input@28cc5d77]
2021-09-30T08:28:27.442Z|891cd98f-c8cc-44c7-b856-fe16be33f552|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T08:28:27.442Z|891cd98f-c8cc-44c7-b856-fe16be33f552|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_irm82au1yW2w0ohgeldH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T08:28:27.443Z|891cd98f-c8cc-44c7-b856-fe16be33f552|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 4fd02030-e436-4fb5-be3b-77f81f288199: pNF d3e3202e-bfa0
2021-09-30T08:28:27.443Z|891cd98f-c8cc-44c7-b856-fe16be33f552|pool-2-thread-9|||||INFO|500||Processing PNF resource: ab60b350-c292-449b-bbef-ea43dc74d4f8
2021-09-30T08:28:27.443Z|891cd98f-c8cc-44c7-b856-fe16be33f552|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T08:28:27.443Z|891cd98f-c8cc-44c7-b856-fe16be33f552|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_irm82au1yW2w0ohgeldH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T08:28:27.443Z|891cd98f-c8cc-44c7-b856-fe16be33f552|pool-2-thread-9|||||INFO|500||Resource customization UUID: f34e6f27-046c-4524-9ad2-b28db1d2557b is the same as notified resource customizationUUID: f34e6f27-046c-4524-9ad2-b28db1d2557b
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-30T08:28:27.488Z|891cd98f-c8cc-44c7-b856-fe16be33f552|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF d3e3202e-bfa0 ab60b350-c292-449b-bbef-ea43dc74d4f8 0 ASDC deployResourceStructure
2021-09-30T08:28:27.489Z|891cd98f-c8cc-44c7-b856-fe16be33f552|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfIrm82au1yw2w0ohgeldh/1.0/artifacts/service-DemoPnfIrm82au1yw2w0ohgeldh-csar.csar ASDC sendASDCNotification
2021-09-30T08:28:27.489Z|891cd98f-c8cc-44c7-b856-fe16be33f552|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfIrm82au1yw2w0ohgeldh/1.0/artifacts/service-DemoPnfIrm82au1yw2w0ohgeldh-csar.csar
2021-09-30T08:28:27.489Z|891cd98f-c8cc-44c7-b856-fe16be33f552|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-30T08:28:27.490Z|891cd98f-c8cc-44c7-b856-fe16be33f552|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-30T08:28:27.492Z|891cd98f-c8cc-44c7-b856-fe16be33f552|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T08:28:27.492Z|891cd98f-c8cc-44c7-b856-fe16be33f552|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "891cd98f-c8cc-44c7-b856-fe16be33f552",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632990507489,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIrm82au1yw2w0ohgeldh/1.0/artifacts/service-DemoPnfIrm82au1yw2w0ohgeldh-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-30T08:28:27.592Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T08:28:27.593Z||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-30T08:28:27.593Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T08:28:27.602Z||pool-137-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:28:27.602Z||pool-137-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-30T08:28:28.493Z|891cd98f-c8cc-44c7-b856-fe16be33f552|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 891cd98f-c8cc-44c7-b856-fe16be33f552
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-30T08:28:28.509Z|891cd98f-c8cc-44c7-b856-fe16be33f552|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 891cd98f-c8cc-44c7-b856-fe16be33f552
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-30T08:28:28.517Z|891cd98f-c8cc-44c7-b856-fe16be33f552|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-30T08:28:28.517Z|891cd98f-c8cc-44c7-b856-fe16be33f552|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-30T08:28:28.517Z|891cd98f-c8cc-44c7-b856-fe16be33f552|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-30T08:28:28.517Z|891cd98f-c8cc-44c7-b856-fe16be33f552|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-30T08:28:28.517Z|891cd98f-c8cc-44c7-b856-fe16be33f552|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-30T08:28:28.517Z|891cd98f-c8cc-44c7-b856-fe16be33f552|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-30T08:28:28.518Z|891cd98f-c8cc-44c7-b856-fe16be33f552|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-30T08:28:28.518Z|891cd98f-c8cc-44c7-b856-fe16be33f552|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-30T08:28:28.518Z|891cd98f-c8cc-44c7-b856-fe16be33f552|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-30T08:28:28.518Z|891cd98f-c8cc-44c7-b856-fe16be33f552|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-30T08:28:28.518Z|891cd98f-c8cc-44c7-b856-fe16be33f552|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-30T08:28:28.524Z|891cd98f-c8cc-44c7-b856-fe16be33f552|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-30T08:28:58.524Z|891cd98f-c8cc-44c7-b856-fe16be33f552|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 891cd98f-c8cc-44c7-b856-fe16be33f552 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-30T08:28:58.531Z|891cd98f-c8cc-44c7-b856-fe16be33f552|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 891cd98f-c8cc-44c7-b856-fe16be33f552 and serviceModelVersionId: 4fd02030-e436-4fb5-be3b-77f81f288199
2021-09-30T08:28:58.531Z|891cd98f-c8cc-44c7-b856-fe16be33f552|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 005f3b6c-2d77-47ec-bc8b-c38409b3a577
2021-09-30T08:28:58.532Z|891cd98f-c8cc-44c7-b856-fe16be33f552|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/005f3b6c-2d77-47ec-bc8b-c38409b3a577/model-vers/model-ver/4fd02030-e436-4fb5-be3b-77f81f288199?depth=0
2021-09-30T08:28:58.538Z|891cd98f-c8cc-44c7-b856-fe16be33f552|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2021-09-30T08:28:58.578Z|891cd98f-c8cc-44c7-b856-fe16be33f552|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/005f3b6c-2d77-47ec-bc8b-c38409b3a577/model-vers/model-ver/4fd02030-e436-4fb5-be3b-77f81f288199?depth=0|INFO|500||Invoke
2021-09-30T08:28:58.579Z|891cd98f-c8cc-44c7-b856-fe16be33f552|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/005f3b6c-2d77-47ec-bc8b-c38409b3a577/model-vers/model-ver/4fd02030-e436-4fb5-be3b-77f81f288199?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/005f3b6c-2d77-47ec-bc8b-c38409b3a577/model-vers/model-ver/4fd02030-e436-4fb5-be3b-77f81f288199?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[891cd98f-c8cc-44c7-b856-fe16be33f552], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[36b52a27-518f-4247-bdc0-4e32b0aab693], X-ECOMP-RequestID=[891cd98f-c8cc-44c7-b856-fe16be33f552], X-TransactionId=[], X-ONAP-RequestID=[891cd98f-c8cc-44c7-b856-fe16be33f552], Content-Type=[application/merge-patch+json]}
2021-09-30T08:28:58.602Z|891cd98f-c8cc-44c7-b856-fe16be33f552|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/005f3b6c-2d77-47ec-bc8b-c38409b3a577/model-vers/model-ver/4fd02030-e436-4fb5-be3b-77f81f288199?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-30T08:28:58.755Z|891cd98f-c8cc-44c7-b856-fe16be33f552|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/005f3b6c-2d77-47ec-bc8b-c38409b3a577/model-vers/model-ver/4fd02030-e436-4fb5-be3b-77f81f288199?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/005f3b6c-2d77-47ec-bc8b-c38409b3a577/model-vers/model-ver/4fd02030-e436-4fb5-be3b-77f81f288199?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210930-08:28:58:611-65288], vertex-id=[237784], Content-Length=[0], Date=[Thu, 30 Sep 2021 08:28:58 GMT], Content-Type=[application/json]}
2021-09-30T08:28:58.756Z|891cd98f-c8cc-44c7-b856-fe16be33f552|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/005f3b6c-2d77-47ec-bc8b-c38409b3a577/model-vers/model-ver/4fd02030-e436-4fb5-be3b-77f81f288199?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-09-30T08:28:58.756Z|891cd98f-c8cc-44c7-b856-fe16be33f552|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/005f3b6c-2d77-47ec-bc8b-c38409b3a577/model-vers/model-ver/4fd02030-e436-4fb5-be3b-77f81f288199?depth=0|INFO|500||InvokeReturn
2021-09-30T08:28:58.756Z|891cd98f-c8cc-44c7-b856-fe16be33f552|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-30T08:28:58.756Z|891cd98f-c8cc-44c7-b856-fe16be33f552|pool-2-thread-9|||||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-30T08:28:58.766Z|891cd98f-c8cc-44c7-b856-fe16be33f552|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-09-30T08:28:58.766Z|891cd98f-c8cc-44c7-b856-fe16be33f552|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 891cd98f-c8cc-44c7-b856-fe16be33f552 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-30T08:28:58.766Z|891cd98f-c8cc-44c7-b856-fe16be33f552|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-30T08:28:58.767Z|891cd98f-c8cc-44c7-b856-fe16be33f552|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-30T08:28:58.768Z|891cd98f-c8cc-44c7-b856-fe16be33f552|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T08:28:58.768Z|891cd98f-c8cc-44c7-b856-fe16be33f552|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "891cd98f-c8cc-44c7-b856-fe16be33f552",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632990538766,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-30T08:28:58.868Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-30T08:28:58.869Z||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-30T08:28:58.869Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T08:28:58.884Z||pool-138-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:28:58.885Z||pool-138-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-30T08:29:14.933Z|891cd98f-c8cc-44c7-b856-fe16be33f552|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T08:29:14.934Z|891cd98f-c8cc-44c7-b856-fe16be33f552|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T08:29:14.934Z|891cd98f-c8cc-44c7-b856-fe16be33f552|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2cjfMityS9h3J0jo) ...
2021-09-30T08:29:14.935Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T08:29:14.936Z||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-30T08:29:14.936Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T08:29:14.956Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:29:14.957Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-30T08:29:14.957Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "891cd98f-c8cc-44c7-b856-fe16be33f552",
  "consumerID": "clamp",
  "timestamp": 1632990495002,
  "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-30T08:29:14.971Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 891cd98f-c8cc-44c7-b856-fe16be33f552
2021-09-30T08:29:14.971Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 891cd98f-c8cc-44c7-b856-fe16be33f552 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-30T08:29:24.494Z|891cd98f-c8cc-44c7-b856-fe16be33f552|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:30:14.935Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T08:30:14.933Z|891cd98f-c8cc-44c7-b856-fe16be33f552|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T08:30:14.936Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|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-30T08:30:14.937Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|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 2cjfMityS9h3J0jo) ...
2021-09-30T08:30:14.936Z|891cd98f-c8cc-44c7-b856-fe16be33f552|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T08:30:14.937Z|891cd98f-c8cc-44c7-b856-fe16be33f552|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2cjfMityS9h3J0jo) ...
2021-09-30T08:30:14.970Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:30:14.972Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:30:14.973Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "891cd98f-c8cc-44c7-b856-fe16be33f552",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632990494933,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIrm82au1yw2w0ohgeldh/1.0/resourceInstances/pnfd3e3202ebfa00/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:30:14.976Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:30:14.976Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:30:14.976Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "891cd98f-c8cc-44c7-b856-fe16be33f552",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632990494933,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIrm82au1yw2w0ohgeldh/1.0/resourceInstances/pnfd3e3202ebfa00/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:30:14.976Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:30:14.976Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:30:14.977Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "891cd98f-c8cc-44c7-b856-fe16be33f552",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632990494933,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIrm82au1yw2w0ohgeldh/1.0/resourceInstances/pnfd3e3202ebfa00/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:30:14.977Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:30:14.977Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:30:14.977Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "891cd98f-c8cc-44c7-b856-fe16be33f552",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632990494933,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIrm82au1yw2w0ohgeldh/1.0/resourceInstances/pnfd3e3202ebfa00/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:30:14.977Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:30:14.977Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:30:14.977Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "891cd98f-c8cc-44c7-b856-fe16be33f552",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632990494933,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIrm82au1yw2w0ohgeldh/1.0/resourceInstances/pnfd3e3202ebfa00/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:30:14.978Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:30:14.978Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:30:14.978Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "891cd98f-c8cc-44c7-b856-fe16be33f552",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632990494933,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIrm82au1yw2w0ohgeldh/1.0/resourceInstances/pnfd3e3202ebfa00/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:30:14.978Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:30:14.978Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:30:14.978Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "891cd98f-c8cc-44c7-b856-fe16be33f552",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632990494933,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIrm82au1yw2w0ohgeldh/1.0/artifacts/service-DemoPnfIrm82au1yw2w0ohgeldh-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:30:14.979Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:30:14.979Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:30:14.979Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "891cd98f-c8cc-44c7-b856-fe16be33f552",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632990494933,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIrm82au1yw2w0ohgeldh/1.0/artifacts/service-DemoPnfIrm82au1yw2w0ohgeldh-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T08:30:14.979Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:30:14.979Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:30:14.979Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "891cd98f-c8cc-44c7-b856-fe16be33f552",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632990505371,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIrm82au1yw2w0ohgeldh/1.0/artifacts/service-DemoPnfIrm82au1yw2w0ohgeldh-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-30T08:30:14.979Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T08:30:14.979Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:30:14.980Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "891cd98f-c8cc-44c7-b856-fe16be33f552",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632990507489,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIrm82au1yw2w0ohgeldh/1.0/artifacts/service-DemoPnfIrm82au1yw2w0ohgeldh-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-30T08:30:14.980Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T08:30:14.980Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:30:14.980Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "891cd98f-c8cc-44c7-b856-fe16be33f552",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632990538766,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-30T08:30:14.980Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T08:30:15.567Z|891cd98f-c8cc-44c7-b856-fe16be33f552|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:30:15.568Z|891cd98f-c8cc-44c7-b856-fe16be33f552|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T08:30:15.568Z|891cd98f-c8cc-44c7-b856-fe16be33f552|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"96f40cfc-c099-4220-a255-e1e62e89fbfe","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"78223918-888d-430f-9ce7-3f547980f6fc","serviceDescription":"service","serviceInvariantUUID":"844715ee-9e6d-4b9f-8842-6d92f4c68efa","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"3c49b681-386d-49ca-b163-d58f35b86e6c","resourceInvariantUUID":"153bddc3-311a-45a3-a65b-1fa45b663934","resourceCustomizationUUID":"e46b5be9-18e1-4270-841c-ff59a95cb183","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":"ZjQ3ZjA4MGI1NjJmZWFlZjhhN2JlYjhhZTM2ZDAxNGM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"36d43207-22d3-4d8d-a4c6-dc59cddf2af4","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":"286bea82-b6eb-4151-bdb2-d2804009088a","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":"a47e22a1-ad4c-4c46-b916-a001df51ab7a","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":"MWM2ZDQ4NTAzZDE3Yzk3YWJlYzQyZjUxOGY3MWI0NDU\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"5ce38dc4-6800-45d7-af0e-a587be7ff9a2","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":"0931cebc-43ae-4039-a6d3-42722841aace","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":"d3d5cfab-a9e7-4448-a5bf-f5b9192df211","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":"d8d680d3-149d-49e8-abfc-68df8fdcc9aa","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":"YTI1NGI1M2UzYTUxODU2YWQwYTMwOWVmZmFmOGRhMzc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"609e290b-f8db-4c93-adb2-d65853f30ca7","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"YmI1OTk0MzQ5ZDhhZTQ1NGQzMjJmMmMwYzc3NWRhN2Y\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b45ae2da-3684-46bc-b0c1-238570224414","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-30T08:30:15.572Z|891cd98f-c8cc-44c7-b856-fe16be33f552|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T08:30:15.573Z|891cd98f-c8cc-44c7-b856-fe16be33f552|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-30T08:30:15.579Z|891cd98f-c8cc-44c7-b856-fe16be33f552|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T08:30:15.580Z|891cd98f-c8cc-44c7-b856-fe16be33f552|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "96f40cfc-c099-4220-a255-e1e62e89fbfe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632990614933,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:30:15.679Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2021-09-30T08:30:15.680Z||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-30T08:30:15.680Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T08:30:15.693Z||pool-139-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:30:15.694Z||pool-139-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-09-30T08:30:16.580Z|891cd98f-c8cc-44c7-b856-fe16be33f552|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T08:30:16.581Z|891cd98f-c8cc-44c7-b856-fe16be33f552|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-30T08:30:16.583Z|891cd98f-c8cc-44c7-b856-fe16be33f552|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T08:30:16.583Z|891cd98f-c8cc-44c7-b856-fe16be33f552|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "96f40cfc-c099-4220-a255-e1e62e89fbfe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632990614933,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:30:16.683Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T08:30:16.684Z||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-30T08:30:16.684Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T08:30:16.695Z||pool-140-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:30:16.696Z||pool-140-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-30T08:30:17.584Z|891cd98f-c8cc-44c7-b856-fe16be33f552|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T08:30:17.585Z|891cd98f-c8cc-44c7-b856-fe16be33f552|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-30T08:30:17.587Z|891cd98f-c8cc-44c7-b856-fe16be33f552|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T08:30:17.587Z|891cd98f-c8cc-44c7-b856-fe16be33f552|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "96f40cfc-c099-4220-a255-e1e62e89fbfe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632990614933,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:30:17.687Z||pool-141-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T08:30:17.688Z||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-30T08:30:17.688Z||pool-141-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T08:30:17.699Z||pool-141-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:30:17.699Z||pool-141-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-09-30T08:30:18.587Z|891cd98f-c8cc-44c7-b856-fe16be33f552|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T08:30:18.588Z|891cd98f-c8cc-44c7-b856-fe16be33f552|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-30T08:30:18.591Z|891cd98f-c8cc-44c7-b856-fe16be33f552|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T08:30:18.591Z|891cd98f-c8cc-44c7-b856-fe16be33f552|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "96f40cfc-c099-4220-a255-e1e62e89fbfe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632990614933,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:30:18.691Z||pool-142-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T08:30:18.692Z||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-30T08:30:18.692Z||pool-142-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T08:30:18.703Z||pool-142-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:30:18.712Z||pool-142-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2021-09-30T08:30:19.592Z|891cd98f-c8cc-44c7-b856-fe16be33f552|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T08:30:19.593Z|891cd98f-c8cc-44c7-b856-fe16be33f552|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-30T08:30:19.595Z|891cd98f-c8cc-44c7-b856-fe16be33f552|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T08:30:19.595Z|891cd98f-c8cc-44c7-b856-fe16be33f552|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "96f40cfc-c099-4220-a255-e1e62e89fbfe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632990614933,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:30:19.695Z||pool-143-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T08:30:19.696Z||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-30T08:30:19.696Z||pool-143-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T08:30:19.707Z||pool-143-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:30:19.707Z||pool-143-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-30T08:30:20.596Z|891cd98f-c8cc-44c7-b856-fe16be33f552|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T08:30:20.597Z|891cd98f-c8cc-44c7-b856-fe16be33f552|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-30T08:30:20.599Z|891cd98f-c8cc-44c7-b856-fe16be33f552|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T08:30:20.599Z|891cd98f-c8cc-44c7-b856-fe16be33f552|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "96f40cfc-c099-4220-a255-e1e62e89fbfe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632990614933,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:30:20.699Z||pool-144-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T08:30:20.700Z||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-30T08:30:20.700Z||pool-144-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T08:30:20.710Z||pool-144-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:30:20.710Z||pool-144-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-30T08:30:21.600Z|891cd98f-c8cc-44c7-b856-fe16be33f552|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T08:30:21.600Z|891cd98f-c8cc-44c7-b856-fe16be33f552|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-30T08:30:21.605Z|891cd98f-c8cc-44c7-b856-fe16be33f552|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T08:30:21.606Z|891cd98f-c8cc-44c7-b856-fe16be33f552|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "96f40cfc-c099-4220-a255-e1e62e89fbfe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632990614933,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:30:21.705Z||pool-145-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-30T08:30:21.706Z||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-30T08:30:21.706Z||pool-145-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T08:30:21.718Z||pool-145-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:30:21.718Z||pool-145-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-30T08:30:22.606Z|891cd98f-c8cc-44c7-b856-fe16be33f552|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T08:30:22.608Z|891cd98f-c8cc-44c7-b856-fe16be33f552|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-30T08:30:22.610Z|891cd98f-c8cc-44c7-b856-fe16be33f552|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T08:30:22.611Z|891cd98f-c8cc-44c7-b856-fe16be33f552|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "96f40cfc-c099-4220-a255-e1e62e89fbfe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632990614933,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:30:22.711Z||pool-146-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T08:30:22.712Z||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-30T08:30:22.712Z||pool-146-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T08:30:22.726Z||pool-146-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:30:22.727Z||pool-146-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2021-09-30T08:30:23.611Z|891cd98f-c8cc-44c7-b856-fe16be33f552|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T08:30:23.612Z|891cd98f-c8cc-44c7-b856-fe16be33f552|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-30T08:30:23.613Z|891cd98f-c8cc-44c7-b856-fe16be33f552|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T08:30:23.614Z|891cd98f-c8cc-44c7-b856-fe16be33f552|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "96f40cfc-c099-4220-a255-e1e62e89fbfe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632990614933,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T08:30:23.714Z||pool-147-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T08:30:23.714Z||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-30T08:30:23.715Z||pool-147-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T08:30:23.725Z||pool-147-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:30:23.726Z||pool-147-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-30T08:30:24.616Z|891cd98f-c8cc-44c7-b856-fe16be33f552|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "96f40cfc-c099-4220-a255-e1e62e89fbfe",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "78223918-888d-430f-9ce7-3f547980f6fc",
  "serviceDescription": "service",
  "serviceInvariantUUID": "844715ee-9e6d-4b9f-8842-6d92f4c68efa",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "e46b5be9-18e1-4270-841c-ff59a95cb183",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "3c49b681-386d-49ca-b163-d58f35b86e6c",
      "resourceInvariantUUID": "153bddc3-311a-45a3-a65b-1fa45b663934",
      "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": "YmI1OTk0MzQ5ZDhhZTQ1NGQzMjJmMmMwYzc3NWRhN2Y\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "b45ae2da-3684-46bc-b0c1-238570224414"
    }
  ],
  "workloadContext": "Production"
}
2021-09-30T08:30:24.617Z|891cd98f-c8cc-44c7-b856-fe16be33f552|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-30T08:30:24.617Z|891cd98f-c8cc-44c7-b856-fe16be33f552|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 78223918-888d-430f-9ce7-3f547980f6fc ASDC
2021-09-30T08:30:24.619Z|96f40cfc-c099-4220-a255-e1e62e89fbfe|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:96f40cfc-c099-4220-a255-e1e62e89fbfe
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:78223918-888d-430f-9ce7-3f547980f6fc
ServiceInvariantUUID:844715ee-9e6d-4b9f-8842-6d92f4c68efa
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:b45ae2da-3684-46bc-b0c1-238570224414
ArtifactChecksum:YmI1OTk0MzQ5ZDhhZTQ1NGQzMjJmMmMwYzc3NWRhN2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:e46b5be9-18e1-4270-841c-ff59a95cb183
ResourceInvariantUUID:153bddc3-311a-45a3-a65b-1fa45b663934
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:3c49b681-386d-49ca-b163-d58f35b86e6c
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-09-30T08:30:24.619Z|96f40cfc-c099-4220-a255-e1e62e89fbfe|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 78223918-888d-430f-9ce7-3f547980f6fc 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-30T08:30:24.669Z|96f40cfc-c099-4220-a255-e1e62e89fbfe|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-30T08:30:24.670Z|96f40cfc-c099-4220-a255-e1e62e89fbfe|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-09-30T08:30:24.670Z|96f40cfc-c099-4220-a255-e1e62e89fbfe|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-09-30T08:30:24.670Z|96f40cfc-c099-4220-a255-e1e62e89fbfe|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: b45ae2da-3684-46bc-b0c1-238570224414 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-09-30T08:30:24.670Z|96f40cfc-c099-4220-a255-e1e62e89fbfe|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-09-30T08:30:24.671Z|96f40cfc-c099-4220-a255-e1e62e89fbfe|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-09-30T08:30:26.352Z|96f40cfc-c099-4220-a255-e1e62e89fbfe|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-09-30T08:30:26.359Z|96f40cfc-c099-4220-a255-e1e62e89fbfe|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar b45ae2da-3684-46bc-b0c1-238570224414 105554
2021-09-30T08:30:26.359Z|96f40cfc-c099-4220-a255-e1e62e89fbfe|pool-2-thread-9|||||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-30T08:30:26.360Z|96f40cfc-c099-4220-a255-e1e62e89fbfe|pool-2-thread-9|||||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-30T08:30:26.360Z|96f40cfc-c099-4220-a255-e1e62e89fbfe|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-30T08:30:26.360Z|96f40cfc-c099-4220-a255-e1e62e89fbfe|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-30T08:30:26.363Z|96f40cfc-c099-4220-a255-e1e62e89fbfe|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T08:30:26.363Z|96f40cfc-c099-4220-a255-e1e62e89fbfe|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "96f40cfc-c099-4220-a255-e1e62e89fbfe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632990626359,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-30T08:30:26.463Z||pool-148-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T08:30:26.464Z||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-30T08:30:26.464Z||pool-148-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T08:30:26.479Z||pool-148-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:30:26.479Z||pool-148-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-09-30T08:30:27.364Z|96f40cfc-c099-4220-a255-e1e62e89fbfe|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-30T08:30:27.365Z|96f40cfc-c099-4220-a255-e1e62e89fbfe|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-09-30T08:30:27.366Z|96f40cfc-c099-4220-a255-e1e62e89fbfe|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: b45ae2da-3684-46bc-b0c1-238570224414, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-30T08:30:27.366Z|96f40cfc-c099-4220-a255-e1e62e89fbfe|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2021-09-30T08:30:27.367Z|96f40cfc-c099-4220-a255-e1e62e89fbfe|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-30T08:30:27.367Z|96f40cfc-c099-4220-a255-e1e62e89fbfe|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-30T08:30:27.841Z|96f40cfc-c099-4220-a255-e1e62e89fbfe|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14107311103674923602/Definitions/service-TestPnfMacro-template.yml
2021-09-30T08:30:28.625Z|96f40cfc-c099-4220-a255-e1e62e89fbfe|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-30T08:30:28.626Z|96f40cfc-c099-4220-a255-e1e62e89fbfe|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-09-30T08:30:28.626Z|96f40cfc-c099-4220-a255-e1e62e89fbfe|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-30T08:30:28.627Z|96f40cfc-c099-4220-a255-e1e62e89fbfe|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-09-30T08:30:28.627Z|96f40cfc-c099-4220-a255-e1e62e89fbfe|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-30T08:30:28.627Z|96f40cfc-c099-4220-a255-e1e62e89fbfe|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-30T08:30:28.627Z|96f40cfc-c099-4220-a255-e1e62e89fbfe|pool-2-thread-9|||||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-30T08:30:28.627Z|96f40cfc-c099-4220-a255-e1e62e89fbfe|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-30T08:30:28.628Z|96f40cfc-c099-4220-a255-e1e62e89fbfe|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-30T08:30:28.628Z|96f40cfc-c099-4220-a255-e1e62e89fbfe|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-30T08:30:28.628Z|96f40cfc-c099-4220-a255-e1e62e89fbfe|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-30T08:30:28.628Z|96f40cfc-c099-4220-a255-e1e62e89fbfe|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-09-30T08:30:28.629Z|96f40cfc-c099-4220-a255-e1e62e89fbfe|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T08:30:28.629Z|96f40cfc-c099-4220-a255-e1e62e89fbfe|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T08:30:28.629Z|96f40cfc-c099-4220-a255-e1e62e89fbfe|pool-2-thread-9|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2021-09-30T08:30:28.630Z|96f40cfc-c099-4220-a255-e1e62e89fbfe|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-09-30T08:30:28.630Z|96f40cfc-c099-4220-a255-e1e62e89fbfe|pool-2-thread-9|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-30T08:30:28.630Z|96f40cfc-c099-4220-a255-e1e62e89fbfe|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T08:30:28.631Z|96f40cfc-c099-4220-a255-e1e62e89fbfe|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T08:30:28.631Z|96f40cfc-c099-4220-a255-e1e62e89fbfe|pool-2-thread-9|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2021-09-30T08:30:28.631Z|96f40cfc-c099-4220-a255-e1e62e89fbfe|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-09-30T08:30:28.632Z|96f40cfc-c099-4220-a255-e1e62e89fbfe|pool-2-thread-9|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-30T08:30:28.632Z|96f40cfc-c099-4220-a255-e1e62e89fbfe|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T08:30:28.632Z|96f40cfc-c099-4220-a255-e1e62e89fbfe|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T08:30:28.633Z|96f40cfc-c099-4220-a255-e1e62e89fbfe|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T08:30:28.633Z|96f40cfc-c099-4220-a255-e1e62e89fbfe|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T08:30:28.633Z|96f40cfc-c099-4220-a255-e1e62e89fbfe|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T08:30:28.633Z|96f40cfc-c099-4220-a255-e1e62e89fbfe|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T08:30:28.634Z|96f40cfc-c099-4220-a255-e1e62e89fbfe|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T08:30:28.634Z|96f40cfc-c099-4220-a255-e1e62e89fbfe|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T08:30:28.634Z|96f40cfc-c099-4220-a255-e1e62e89fbfe|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T08:30:28.635Z|96f40cfc-c099-4220-a255-e1e62e89fbfe|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T08:30:28.635Z|96f40cfc-c099-4220-a255-e1e62e89fbfe|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:78223918-888d-430f-9ce7-3f547980f6fc
Model Version:NULL
Model InvariantUuid:844715ee-9e6d-4b9f-8842-6d92f4c68efa
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-30T08:30:28.643Z|96f40cfc-c099-4220-a255-e1e62e89fbfe|pool-2-thread-9|||||INFO|500||Processing Resource Type: PNF, Model UUID: 3c49b681-386d-49ca-b163-d58f35b86e6c
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-30T08:30:28.651Z|96f40cfc-c099-4220-a255-e1e62e89fbfe|pool-2-thread-9|||||INFO|500||test-pnf 0
2021-09-30T08:30:28.651Z|96f40cfc-c099-4220-a255-e1e62e89fbfe|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 3c49b681-386d-49ca-b163-d58f35b86e6c
2021-09-30T08:30:28.652Z|96f40cfc-c099-4220-a255-e1e62e89fbfe|pool-2-thread-9|||||DEBUG|500||No resources found for Service: 78223918-888d-430f-9ce7-3f547980f6fc
2021-09-30T08:30:28.652Z|96f40cfc-c099-4220-a255-e1e62e89fbfe|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 78223918-888d-430f-9ce7-3f547980f6fc
2021-09-30T08:30:28.652Z|96f40cfc-c099-4220-a255-e1e62e89fbfe|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 3c49b681-386d-49ca-b163-d58f35b86e6c 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-30T08:30:28.657Z|96f40cfc-c099-4220-a255-e1e62e89fbfe|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1f6153b0, org.onap.sdc.toscaparser.api.parameters.Input@1dce2f20, org.onap.sdc.toscaparser.api.parameters.Input@38894ad7, org.onap.sdc.toscaparser.api.parameters.Input@49ffcdef, org.onap.sdc.toscaparser.api.parameters.Input@5c16fbb3]
2021-09-30T08:30:28.657Z|96f40cfc-c099-4220-a255-e1e62e89fbfe|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T08:30:28.658Z|96f40cfc-c099-4220-a255-e1e62e89fbfe|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T08:30:28.658Z|96f40cfc-c099-4220-a255-e1e62e89fbfe|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 78223918-888d-430f-9ce7-3f547980f6fc: test-pnf
2021-09-30T08:30:28.658Z|96f40cfc-c099-4220-a255-e1e62e89fbfe|pool-2-thread-9|||||INFO|500||Processing PNF resource: 3c49b681-386d-49ca-b163-d58f35b86e6c
2021-09-30T08:30:28.658Z|96f40cfc-c099-4220-a255-e1e62e89fbfe|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T08:30:28.659Z|96f40cfc-c099-4220-a255-e1e62e89fbfe|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T08:30:28.659Z|96f40cfc-c099-4220-a255-e1e62e89fbfe|pool-2-thread-9|||||INFO|500||Resource customization UUID: e46b5be9-18e1-4270-841c-ff59a95cb183 is the same as notified resource customizationUUID: e46b5be9-18e1-4270-841c-ff59a95cb183
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-30T08:30:28.692Z|96f40cfc-c099-4220-a255-e1e62e89fbfe|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 3c49b681-386d-49ca-b163-d58f35b86e6c 0 ASDC deployResourceStructure
2021-09-30T08:30:28.693Z|96f40cfc-c099-4220-a255-e1e62e89fbfe|pool-2-thread-9|||||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-30T08:30:28.693Z|96f40cfc-c099-4220-a255-e1e62e89fbfe|pool-2-thread-9|||||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-30T08:30:28.693Z|96f40cfc-c099-4220-a255-e1e62e89fbfe|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-30T08:30:28.693Z|96f40cfc-c099-4220-a255-e1e62e89fbfe|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-30T08:30:28.696Z|96f40cfc-c099-4220-a255-e1e62e89fbfe|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T08:30:28.696Z|96f40cfc-c099-4220-a255-e1e62e89fbfe|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "96f40cfc-c099-4220-a255-e1e62e89fbfe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632990628693,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-30T08:30:28.796Z||pool-149-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T08:30:28.796Z||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-30T08:30:28.797Z||pool-149-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T08:30:28.808Z||pool-149-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:30:28.808Z||pool-149-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-30T08:30:29.696Z|96f40cfc-c099-4220-a255-e1e62e89fbfe|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 96f40cfc-c099-4220-a255-e1e62e89fbfe
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-30T08:30:29.709Z|96f40cfc-c099-4220-a255-e1e62e89fbfe|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 96f40cfc-c099-4220-a255-e1e62e89fbfe
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-30T08:30:29.710Z|96f40cfc-c099-4220-a255-e1e62e89fbfe|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-30T08:30:29.711Z|96f40cfc-c099-4220-a255-e1e62e89fbfe|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-30T08:30:29.711Z|96f40cfc-c099-4220-a255-e1e62e89fbfe|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-30T08:30:59.712Z|96f40cfc-c099-4220-a255-e1e62e89fbfe|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 96f40cfc-c099-4220-a255-e1e62e89fbfe
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-30T08:30:59.732Z|96f40cfc-c099-4220-a255-e1e62e89fbfe|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 96f40cfc-c099-4220-a255-e1e62e89fbfe
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-30T08:30:59.734Z|96f40cfc-c099-4220-a255-e1e62e89fbfe|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-30T08:30:59.734Z|96f40cfc-c099-4220-a255-e1e62e89fbfe|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-30T08:30:59.734Z|96f40cfc-c099-4220-a255-e1e62e89fbfe|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-30T08:31:14.936Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T08:31:14.938Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|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-30T08:31:14.938Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|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 2cjfMityS9h3J0jo) ...
2021-09-30T08:31:15.243Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:31:15.246Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:31:15.246Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96f40cfc-c099-4220-a255-e1e62e89fbfe",
  "consumerID": "aai-ml",
  "timestamp": 1632990564245,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:31:15.248Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:31:15.248Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:31:15.249Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96f40cfc-c099-4220-a255-e1e62e89fbfe",
  "consumerID": "cds",
  "timestamp": 1632990571277,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:31:15.249Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:31:15.249Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:31:15.249Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96f40cfc-c099-4220-a255-e1e62e89fbfe",
  "consumerID": "dcae-sch",
  "timestamp": 1632990565975,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:31:15.249Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:31:15.249Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:31:15.250Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96f40cfc-c099-4220-a255-e1e62e89fbfe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632990571439,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:31:15.250Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:31:15.250Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:31:15.250Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96f40cfc-c099-4220-a255-e1e62e89fbfe",
  "consumerID": "aai-ml",
  "timestamp": 1632990564245,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:31:15.250Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:31:15.250Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:31:15.250Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96f40cfc-c099-4220-a255-e1e62e89fbfe",
  "consumerID": "cds",
  "timestamp": 1632990571277,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:31:15.250Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:31:15.250Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:31:15.251Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96f40cfc-c099-4220-a255-e1e62e89fbfe",
  "consumerID": "dcae-sch",
  "timestamp": 1632990565975,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:31:15.251Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:31:15.251Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:31:15.251Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96f40cfc-c099-4220-a255-e1e62e89fbfe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632990571439,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:31:15.251Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:31:15.251Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:31:15.251Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96f40cfc-c099-4220-a255-e1e62e89fbfe",
  "consumerID": "aai-ml",
  "timestamp": 1632990564245,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:31:15.251Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:31:15.251Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:31:15.252Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96f40cfc-c099-4220-a255-e1e62e89fbfe",
  "consumerID": "cds",
  "timestamp": 1632990571277,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:31:15.252Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:31:15.252Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:31:15.252Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96f40cfc-c099-4220-a255-e1e62e89fbfe",
  "consumerID": "dcae-sch",
  "timestamp": 1632990565975,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:31:15.252Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:31:15.252Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:31:15.252Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96f40cfc-c099-4220-a255-e1e62e89fbfe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632990571439,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:31:15.252Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:31:15.252Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:31:15.252Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96f40cfc-c099-4220-a255-e1e62e89fbfe",
  "consumerID": "aai-ml",
  "timestamp": 1632990564245,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:31:15.253Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:31:15.253Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:31:15.253Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96f40cfc-c099-4220-a255-e1e62e89fbfe",
  "consumerID": "cds",
  "timestamp": 1632990571277,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:31:15.253Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:31:15.253Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:31:15.253Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96f40cfc-c099-4220-a255-e1e62e89fbfe",
  "consumerID": "dcae-sch",
  "timestamp": 1632990565975,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:31:15.253Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:31:15.253Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:31:15.253Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96f40cfc-c099-4220-a255-e1e62e89fbfe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632990571439,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:31:15.254Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:31:15.254Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:31:15.254Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96f40cfc-c099-4220-a255-e1e62e89fbfe",
  "consumerID": "aai-ml",
  "timestamp": 1632990564245,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:31:15.254Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:31:15.254Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:31:15.254Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96f40cfc-c099-4220-a255-e1e62e89fbfe",
  "consumerID": "cds",
  "timestamp": 1632990571277,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:31:15.254Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:31:15.254Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:31:15.254Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96f40cfc-c099-4220-a255-e1e62e89fbfe",
  "consumerID": "dcae-sch",
  "timestamp": 1632990565975,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:31:15.255Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:31:15.255Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:31:15.255Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96f40cfc-c099-4220-a255-e1e62e89fbfe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632990571439,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:31:15.255Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:31:15.255Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:31:15.255Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96f40cfc-c099-4220-a255-e1e62e89fbfe",
  "consumerID": "aai-ml",
  "timestamp": 1632990564245,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:31:15.255Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:31:15.255Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:31:15.255Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96f40cfc-c099-4220-a255-e1e62e89fbfe",
  "consumerID": "dcae-sch",
  "timestamp": 1632990565975,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:31:15.256Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:31:15.256Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:31:15.256Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96f40cfc-c099-4220-a255-e1e62e89fbfe",
  "consumerID": "cds",
  "timestamp": 1632990571277,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:31:15.256Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:31:15.256Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:31:15.256Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96f40cfc-c099-4220-a255-e1e62e89fbfe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632990571439,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:31:15.256Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:31:15.256Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:31:15.256Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96f40cfc-c099-4220-a255-e1e62e89fbfe",
  "consumerID": "aai-ml",
  "timestamp": 1632990564245,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:31:15.257Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:31:15.257Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:31:15.257Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96f40cfc-c099-4220-a255-e1e62e89fbfe",
  "consumerID": "dcae-sch",
  "timestamp": 1632990565975,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:31:15.257Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:31:15.257Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:31:15.257Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96f40cfc-c099-4220-a255-e1e62e89fbfe",
  "consumerID": "cds",
  "timestamp": 1632990571277,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:31:15.257Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:31:15.257Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:31:15.257Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96f40cfc-c099-4220-a255-e1e62e89fbfe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632990571439,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:31:15.258Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:31:15.258Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:31:15.258Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96f40cfc-c099-4220-a255-e1e62e89fbfe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632990579351,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:31:15.258Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:31:15.258Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:31:15.258Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96f40cfc-c099-4220-a255-e1e62e89fbfe",
  "consumerID": "aai-ml",
  "timestamp": 1632990564245,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:31:15.258Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:31:15.258Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:31:15.258Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96f40cfc-c099-4220-a255-e1e62e89fbfe",
  "consumerID": "dcae-sch",
  "timestamp": 1632990565975,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:31:15.258Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:31:15.259Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:31:15.259Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96f40cfc-c099-4220-a255-e1e62e89fbfe",
  "consumerID": "cds",
  "timestamp": 1632990571277,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:31:15.259Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:31:15.259Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:31:15.259Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96f40cfc-c099-4220-a255-e1e62e89fbfe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632990571439,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:31:15.259Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:31:15.259Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:31:15.259Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96f40cfc-c099-4220-a255-e1e62e89fbfe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632990579351,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:31:15.259Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:31:15.260Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:31:15.260Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96f40cfc-c099-4220-a255-e1e62e89fbfe",
  "consumerID": "aai-ml",
  "timestamp": 1632990564245,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T08:31:15.260Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:31:15.260Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:31:15.260Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96f40cfc-c099-4220-a255-e1e62e89fbfe",
  "consumerID": "dcae-sch",
  "timestamp": 1632990565975,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:31:15.260Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:31:15.260Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:31:15.260Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96f40cfc-c099-4220-a255-e1e62e89fbfe",
  "consumerID": "cds",
  "timestamp": 1632990571277,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T08:31:15.260Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:31:15.261Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:31:15.261Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96f40cfc-c099-4220-a255-e1e62e89fbfe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632990571439,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T08:31:15.261Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:31:15.261Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:31:15.261Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96f40cfc-c099-4220-a255-e1e62e89fbfe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632990579351,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:31:15.261Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:31:15.261Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:31:15.261Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96f40cfc-c099-4220-a255-e1e62e89fbfe",
  "consumerID": "policy-id",
  "timestamp": 1632990581320,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:31:15.261Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:31:15.261Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:31:15.262Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96f40cfc-c099-4220-a255-e1e62e89fbfe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632990579351,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:31:15.262Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:31:15.262Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:31:15.262Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96f40cfc-c099-4220-a255-e1e62e89fbfe",
  "consumerID": "policy-id",
  "timestamp": 1632990581320,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:31:15.262Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:31:15.262Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:31:15.262Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96f40cfc-c099-4220-a255-e1e62e89fbfe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632990582852,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:31:15.262Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:31:15.262Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:31:15.263Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96f40cfc-c099-4220-a255-e1e62e89fbfe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632990579351,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:31:15.263Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:31:15.263Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:31:15.263Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96f40cfc-c099-4220-a255-e1e62e89fbfe",
  "consumerID": "aai-ml",
  "timestamp": 1632990584071,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-30T08:31:15.263Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T08:31:15.263Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:31:15.263Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96f40cfc-c099-4220-a255-e1e62e89fbfe",
  "consumerID": "policy-id",
  "timestamp": 1632990581320,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:31:15.264Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:31:15.264Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:31:15.264Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96f40cfc-c099-4220-a255-e1e62e89fbfe",
  "consumerID": "cds",
  "timestamp": 1632990584171,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-30T08:31:15.264Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T08:31:15.265Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:31:15.265Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96f40cfc-c099-4220-a255-e1e62e89fbfe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632990582852,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:31:15.265Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:31:15.265Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:31:15.265Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96f40cfc-c099-4220-a255-e1e62e89fbfe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632990579351,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:31:15.265Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:31:15.265Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:31:15.265Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96f40cfc-c099-4220-a255-e1e62e89fbfe",
  "consumerID": "policy-id",
  "timestamp": 1632990581320,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:31:15.265Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:31:15.265Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:31:15.266Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96f40cfc-c099-4220-a255-e1e62e89fbfe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632990582852,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:31:15.266Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:31:15.266Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:31:15.266Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96f40cfc-c099-4220-a255-e1e62e89fbfe",
  "consumerID": "cds",
  "timestamp": 1632990585518,
  "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-30T08:31:15.272Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 96f40cfc-c099-4220-a255-e1e62e89fbfe
2021-09-30T08:31:15.272Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 96f40cfc-c099-4220-a255-e1e62e89fbfe 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-30T08:31:15.284Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:31:15.285Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96f40cfc-c099-4220-a255-e1e62e89fbfe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632990579351,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-09-30T08:31:15.285Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:31:15.285Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:31:15.285Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96f40cfc-c099-4220-a255-e1e62e89fbfe",
  "consumerID": "policy-id",
  "timestamp": 1632990581320,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:31:15.285Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:31:15.286Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:31:15.286Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96f40cfc-c099-4220-a255-e1e62e89fbfe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632990582852,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:31:15.286Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:31:15.286Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:31:15.286Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96f40cfc-c099-4220-a255-e1e62e89fbfe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632990579351,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:31:15.286Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:31:15.286Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:31:15.286Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96f40cfc-c099-4220-a255-e1e62e89fbfe",
  "consumerID": "policy-id",
  "timestamp": 1632990581320,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:31:15.287Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:31:15.287Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:31:15.287Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96f40cfc-c099-4220-a255-e1e62e89fbfe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632990582852,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:31:15.287Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:31:15.287Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:31:15.287Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96f40cfc-c099-4220-a255-e1e62e89fbfe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632990579351,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:31:15.287Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:31:15.287Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:31:15.287Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96f40cfc-c099-4220-a255-e1e62e89fbfe",
  "consumerID": "policy-id",
  "timestamp": 1632990581320,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:31:15.288Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:31:15.288Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:31:15.288Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96f40cfc-c099-4220-a255-e1e62e89fbfe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632990582852,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:31:15.288Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:31:15.288Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:31:15.288Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96f40cfc-c099-4220-a255-e1e62e89fbfe",
  "consumerID": "policy-id",
  "timestamp": 1632990581320,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:31:15.288Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:31:15.288Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:31:15.289Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96f40cfc-c099-4220-a255-e1e62e89fbfe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632990582852,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:31:15.289Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:31:15.289Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:31:15.289Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96f40cfc-c099-4220-a255-e1e62e89fbfe",
  "consumerID": "policy-id",
  "timestamp": 1632990581320,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T08:31:15.289Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:31:15.289Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:31:15.289Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96f40cfc-c099-4220-a255-e1e62e89fbfe",
  "consumerID": "aai-ml",
  "timestamp": 1632990590148,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-30T08:31:15.289Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T08:31:15.290Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:31:15.290Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96f40cfc-c099-4220-a255-e1e62e89fbfe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632990582852,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:31:15.290Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:31:15.290Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:31:15.290Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96f40cfc-c099-4220-a255-e1e62e89fbfe",
  "consumerID": "aai-ml",
  "timestamp": 1632990591153,
  "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-30T08:31:15.295Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 96f40cfc-c099-4220-a255-e1e62e89fbfe
2021-09-30T08:31:15.296Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 96f40cfc-c099-4220-a255-e1e62e89fbfe 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-30T08:31:15.306Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:31:15.306Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96f40cfc-c099-4220-a255-e1e62e89fbfe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632990582852,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T08:31:15.306Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:31:15.307Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:31:15.307Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96f40cfc-c099-4220-a255-e1e62e89fbfe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632990591648,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-30T08:31:15.307Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T08:31:15.307Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:31:15.307Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96f40cfc-c099-4220-a255-e1e62e89fbfe",
  "consumerID": "clamp",
  "timestamp": 1632990591514,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:31:15.307Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:31:15.307Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:31:15.308Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96f40cfc-c099-4220-a255-e1e62e89fbfe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632990592680,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-09-30T08:31:15.308Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T08:31:15.308Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:31:15.308Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96f40cfc-c099-4220-a255-e1e62e89fbfe",
  "consumerID": "policy-id",
  "timestamp": 1632990593047,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-30T08:31:15.308Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T08:31:15.308Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:31:15.309Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96f40cfc-c099-4220-a255-e1e62e89fbfe",
  "consumerID": "clamp",
  "timestamp": 1632990591514,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:31:15.309Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:31:15.309Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:31:15.309Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96f40cfc-c099-4220-a255-e1e62e89fbfe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632990593683,
  "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-30T08:31:15.314Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 96f40cfc-c099-4220-a255-e1e62e89fbfe
2021-09-30T08:31:15.314Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 96f40cfc-c099-4220-a255-e1e62e89fbfe 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-30T08:31:15.322Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:31:15.322Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96f40cfc-c099-4220-a255-e1e62e89fbfe",
  "consumerID": "policy-id",
  "timestamp": 1632990594054,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-30T08:31:15.323Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T08:31:15.323Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:31:15.323Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96f40cfc-c099-4220-a255-e1e62e89fbfe",
  "consumerID": "clamp",
  "timestamp": 1632990591514,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:31:15.323Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:31:15.323Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:31:15.324Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96f40cfc-c099-4220-a255-e1e62e89fbfe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632990594262,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-30T08:31:15.324Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T08:31:15.324Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:31:15.324Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96f40cfc-c099-4220-a255-e1e62e89fbfe",
  "consumerID": "policy-id",
  "timestamp": 1632990595057,
  "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-30T08:31:15.329Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 96f40cfc-c099-4220-a255-e1e62e89fbfe
2021-09-30T08:31:15.329Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 96f40cfc-c099-4220-a255-e1e62e89fbfe 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-30T08:31:15.342Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:31:15.342Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96f40cfc-c099-4220-a255-e1e62e89fbfe",
  "consumerID": "clamp",
  "timestamp": 1632990591514,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:31:15.342Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:31:15.343Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:31:15.343Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96f40cfc-c099-4220-a255-e1e62e89fbfe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632990596110,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-30T08:31:15.343Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T08:31:15.343Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:31:15.343Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96f40cfc-c099-4220-a255-e1e62e89fbfe",
  "consumerID": "clamp",
  "timestamp": 1632990591514,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:31:15.344Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:31:15.344Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:31:15.344Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96f40cfc-c099-4220-a255-e1e62e89fbfe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632990597114,
  "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-30T08:31:15.349Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 96f40cfc-c099-4220-a255-e1e62e89fbfe
2021-09-30T08:31:15.349Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 96f40cfc-c099-4220-a255-e1e62e89fbfe 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-30T08:31:15.357Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:31:15.357Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96f40cfc-c099-4220-a255-e1e62e89fbfe",
  "consumerID": "clamp",
  "timestamp": 1632990591514,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:31:15.358Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:31:15.358Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:31:15.358Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96f40cfc-c099-4220-a255-e1e62e89fbfe",
  "consumerID": "clamp",
  "timestamp": 1632990591514,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:31:15.358Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:31:15.358Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:31:15.358Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96f40cfc-c099-4220-a255-e1e62e89fbfe",
  "consumerID": "clamp",
  "timestamp": 1632990591514,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:31:15.358Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:31:15.358Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:31:15.358Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96f40cfc-c099-4220-a255-e1e62e89fbfe",
  "consumerID": "clamp",
  "timestamp": 1632990591514,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T08:31:15.359Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:31:15.359Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:31:15.359Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96f40cfc-c099-4220-a255-e1e62e89fbfe",
  "consumerID": "clamp",
  "timestamp": 1632990614008,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-30T08:31:15.359Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T08:31:29.734Z|96f40cfc-c099-4220-a255-e1e62e89fbfe|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 96f40cfc-c099-4220-a255-e1e62e89fbfe
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-30T08:31:29.749Z|96f40cfc-c099-4220-a255-e1e62e89fbfe|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 96f40cfc-c099-4220-a255-e1e62e89fbfe
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-30T08:31:29.753Z|96f40cfc-c099-4220-a255-e1e62e89fbfe|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-30T08:31:29.753Z|96f40cfc-c099-4220-a255-e1e62e89fbfe|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-30T08:31:29.753Z|96f40cfc-c099-4220-a255-e1e62e89fbfe|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-30T08:31:29.753Z|96f40cfc-c099-4220-a255-e1e62e89fbfe|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-30T08:31:29.753Z|96f40cfc-c099-4220-a255-e1e62e89fbfe|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-30T08:31:29.754Z|96f40cfc-c099-4220-a255-e1e62e89fbfe|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-30T08:31:29.754Z|96f40cfc-c099-4220-a255-e1e62e89fbfe|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-30T08:31:29.754Z|96f40cfc-c099-4220-a255-e1e62e89fbfe|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-30T08:31:29.754Z|96f40cfc-c099-4220-a255-e1e62e89fbfe|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-30T08:31:29.754Z|96f40cfc-c099-4220-a255-e1e62e89fbfe|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-30T08:31:29.754Z|96f40cfc-c099-4220-a255-e1e62e89fbfe|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-30T08:31:29.760Z|96f40cfc-c099-4220-a255-e1e62e89fbfe|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-30T08:31:59.762Z|96f40cfc-c099-4220-a255-e1e62e89fbfe|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 96f40cfc-c099-4220-a255-e1e62e89fbfe 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-30T08:31:59.781Z|96f40cfc-c099-4220-a255-e1e62e89fbfe|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 96f40cfc-c099-4220-a255-e1e62e89fbfe and serviceModelVersionId: 78223918-888d-430f-9ce7-3f547980f6fc
2021-09-30T08:31:59.781Z|96f40cfc-c099-4220-a255-e1e62e89fbfe|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 844715ee-9e6d-4b9f-8842-6d92f4c68efa
2021-09-30T08:31:59.785Z|96f40cfc-c099-4220-a255-e1e62e89fbfe|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/844715ee-9e6d-4b9f-8842-6d92f4c68efa/model-vers/model-ver/78223918-888d-430f-9ce7-3f547980f6fc?depth=0
2021-09-30T08:31:59.793Z|96f40cfc-c099-4220-a255-e1e62e89fbfe|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2021-09-30T08:31:59.845Z|96f40cfc-c099-4220-a255-e1e62e89fbfe|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/844715ee-9e6d-4b9f-8842-6d92f4c68efa/model-vers/model-ver/78223918-888d-430f-9ce7-3f547980f6fc?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-30T08:31:59.849Z|96f40cfc-c099-4220-a255-e1e62e89fbfe|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/844715ee-9e6d-4b9f-8842-6d92f4c68efa/model-vers/model-ver/78223918-888d-430f-9ce7-3f547980f6fc?depth=0|INFO|500||Invoke
2021-09-30T08:31:59.870Z|96f40cfc-c099-4220-a255-e1e62e89fbfe|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/844715ee-9e6d-4b9f-8842-6d92f4c68efa/model-vers/model-ver/78223918-888d-430f-9ce7-3f547980f6fc?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-30T08:32:00.047Z|96f40cfc-c099-4220-a255-e1e62e89fbfe|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/844715ee-9e6d-4b9f-8842-6d92f4c68efa/model-vers/model-ver/78223918-888d-430f-9ce7-3f547980f6fc?depth=0|INFO|500||InvokeReturn
2021-09-30T08:32:00.048Z|96f40cfc-c099-4220-a255-e1e62e89fbfe|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/844715ee-9e6d-4b9f-8842-6d92f4c68efa/model-vers/model-ver/78223918-888d-430f-9ce7-3f547980f6fc?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210930-08:31:59:880-9560], vertex-id=[270520], Content-Length=[0], Date=[Thu, 30 Sep 2021 08:31:59 GMT], Content-Type=[application/json]}
2021-09-30T08:32:00.049Z|96f40cfc-c099-4220-a255-e1e62e89fbfe|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2021-09-30T08:32:00.049Z|96f40cfc-c099-4220-a255-e1e62e89fbfe|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-30T08:32:00.049Z|96f40cfc-c099-4220-a255-e1e62e89fbfe|pool-2-thread-9|||||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-30T08:32:00.056Z|96f40cfc-c099-4220-a255-e1e62e89fbfe|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-09-30T08:32:00.057Z|96f40cfc-c099-4220-a255-e1e62e89fbfe|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 96f40cfc-c099-4220-a255-e1e62e89fbfe and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-30T08:32:00.057Z|96f40cfc-c099-4220-a255-e1e62e89fbfe|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-30T08:32:00.057Z|96f40cfc-c099-4220-a255-e1e62e89fbfe|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-30T08:32:00.060Z|96f40cfc-c099-4220-a255-e1e62e89fbfe|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T08:32:00.060Z|96f40cfc-c099-4220-a255-e1e62e89fbfe|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "96f40cfc-c099-4220-a255-e1e62e89fbfe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632990720057,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-30T08:32:00.160Z||pool-150-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T08:32:00.162Z||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-30T08:32:00.162Z||pool-150-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T08:32:00.181Z||pool-150-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:32:00.181Z||pool-150-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-30T08:32:01.077Z|96f40cfc-c099-4220-a255-e1e62e89fbfe|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T08:32:01.078Z|96f40cfc-c099-4220-a255-e1e62e89fbfe|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T08:32:01.078Z|96f40cfc-c099-4220-a255-e1e62e89fbfe|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2cjfMityS9h3J0jo) ...
2021-09-30T08:32:10.704Z|96f40cfc-c099-4220-a255-e1e62e89fbfe|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:32:14.933Z|96f40cfc-c099-4220-a255-e1e62e89fbfe|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T08:32:14.934Z|96f40cfc-c099-4220-a255-e1e62e89fbfe|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T08:32:14.934Z|96f40cfc-c099-4220-a255-e1e62e89fbfe|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2cjfMityS9h3J0jo) ...
2021-09-30T08:32:14.935Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T08:32:14.936Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|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-30T08:32:14.936Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|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 2cjfMityS9h3J0jo) ...
2021-09-30T08:32:14.967Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:32:14.967Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:32:14.967Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96f40cfc-c099-4220-a255-e1e62e89fbfe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632990614933,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:32:14.969Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:32:14.969Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:32:14.969Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96f40cfc-c099-4220-a255-e1e62e89fbfe",
  "consumerID": "clamp",
  "timestamp": 1632990616013,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-30T08:32:14.969Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T08:32:14.969Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:32:14.969Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96f40cfc-c099-4220-a255-e1e62e89fbfe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632990614933,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:32:14.970Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:32:14.970Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:32:14.970Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96f40cfc-c099-4220-a255-e1e62e89fbfe",
  "consumerID": "clamp",
  "timestamp": 1632990617016,
  "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-30T08:32:14.980Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 96f40cfc-c099-4220-a255-e1e62e89fbfe
2021-09-30T08:32:14.981Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 96f40cfc-c099-4220-a255-e1e62e89fbfe 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-30T08:32:14.993Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:32:14.993Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96f40cfc-c099-4220-a255-e1e62e89fbfe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632990614933,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:32:14.993Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:32:14.994Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:32:14.994Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96f40cfc-c099-4220-a255-e1e62e89fbfe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632990614933,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:32:14.994Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:32:14.994Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:32:14.994Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96f40cfc-c099-4220-a255-e1e62e89fbfe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632990614933,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:32:14.994Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:32:14.994Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:32:14.994Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96f40cfc-c099-4220-a255-e1e62e89fbfe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632990614933,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:32:14.994Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:32:14.994Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:32:14.994Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96f40cfc-c099-4220-a255-e1e62e89fbfe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632990614933,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:32:14.994Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:32:14.994Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:32:14.994Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96f40cfc-c099-4220-a255-e1e62e89fbfe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632990614933,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:32:14.994Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:32:14.994Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:32:14.994Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96f40cfc-c099-4220-a255-e1e62e89fbfe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632990614933,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T08:32:14.995Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:32:14.995Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:32:14.995Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96f40cfc-c099-4220-a255-e1e62e89fbfe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632990626359,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-30T08:32:14.995Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T08:32:14.995Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T08:32:14.995Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96f40cfc-c099-4220-a255-e1e62e89fbfe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632990628693,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-30T08:32:14.995Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T08:32:24.492Z|96f40cfc-c099-4220-a255-e1e62e89fbfe|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:33:14.936Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T08:33:14.936Z|96f40cfc-c099-4220-a255-e1e62e89fbfe|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T08:33:14.941Z||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-30T08:33:14.941Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T08:33:14.941Z|96f40cfc-c099-4220-a255-e1e62e89fbfe|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T08:33:14.941Z|96f40cfc-c099-4220-a255-e1e62e89fbfe|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2cjfMityS9h3J0jo) ...
2021-09-30T08:33:14.979Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:33:14.981Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-30T08:33:14.981Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96f40cfc-c099-4220-a255-e1e62e89fbfe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632990720057,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-30T08:33:14.984Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T08:33:15.574Z|96f40cfc-c099-4220-a255-e1e62e89fbfe|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:33:15.577Z|96f40cfc-c099-4220-a255-e1e62e89fbfe|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T08:33:15.577Z|96f40cfc-c099-4220-a255-e1e62e89fbfe|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"c5960122-d1b9-4aa5-accd-1f3ceeac9ab6","serviceName":"Demo_pNF_Qqsrukcmh5jrxhSkBqec","serviceVersion":"1.0","serviceUUID":"db18bea0-b0ba-4c09-bd3a-d5d6e9d721c5","serviceDescription":"catalog service description","serviceInvariantUUID":"c092c15e-3066-4892-a600-033f4d1d6a89","resources":[{"resourceInstanceName":"pNF bb6f4495-5d0a 0","resourceName":"pNF bb6f4495-5d0a","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"9edab66b-f2b4-4f10-b9b0-e9cef0334d13","resourceInvariantUUID":"3361008c-eda1-434f-9b10-eccc2530369f","resourceCustomizationUUID":"4c038e48-f380-4313-9817-e04d42b82ed7","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQqsrukcmh5jrxhskbqec/1.0/resourceInstances/pnfbb6f44955d0a0/artifacts/vf-license-model.xml","artifactChecksum":"MTUzYTQyOTM3ZTBlNDBmYWE4NWUxNDlkZGRkODc4MmM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ea6cacc8-4ed9-4c1b-ab06-83c65bf3586e","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQqsrukcmh5jrxhskbqec/1.0/resourceInstances/pnfbb6f44955d0a0/artifacts/pNF.csar","artifactChecksum":"NzdkNzAxYWJhY2VlZDZhMjhhOTVkNzdmZjBiNTRkMjM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"50e46141-896f-44bc-9dd8-98a27863fb59","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQqsrukcmh5jrxhskbqec/1.0/resourceInstances/pnfbb6f44955d0a0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7cd5670d-aaf8-43df-a264-201d3a35e573","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQqsrukcmh5jrxhskbqec/1.0/resourceInstances/pnfbb6f44955d0a0/artifacts/vendor-license-model.xml","artifactChecksum":"YmQ3ZGUzMjUwYTRkMDJjNDMwNWYxZTEwYjNkZGFmOGI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"fa293cae-baab-4cee-9abf-8234922c5f0a","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfQqsrukcmh5jrxhskbqec/1.0/resourceInstances/pnfbb6f44955d0a0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0e924b0f-8a62-427a-bad6-f74de89703f8","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfQqsrukcmh5jrxhskbqec/1.0/resourceInstances/pnfbb6f44955d0a0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a0174beb-59d8-4dc0-b275-28083212ff4a","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfQqsrukcmh5jrxhskbqec-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQqsrukcmh5jrxhskbqec/1.0/artifacts/service-DemoPnfQqsrukcmh5jrxhskbqec-template.yml","artifactChecksum":"NDI1NDI2YjQyYzMzOTg1NGM2MTdlY2E3OGM4MDA3M2Q\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cbee7a0d-852c-48a7-9549-767bc37d522c","artifactVersion":"1"},{"artifactName":"service-DemoPnfQqsrukcmh5jrxhskbqec-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfQqsrukcmh5jrxhskbqec/1.0/artifacts/service-DemoPnfQqsrukcmh5jrxhskbqec-csar.csar","artifactChecksum":"MTZmMzIzMTIwNDM0Y2UzYjE5ZDgxMDNiYzZiMWJiZTY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"59d62c3c-52bb-425f-8124-97e0d4455766","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-30T08:33:15.579Z|96f40cfc-c099-4220-a255-e1e62e89fbfe|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T08:33:15.580Z|96f40cfc-c099-4220-a255-e1e62e89fbfe|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-30T08:33:15.585Z|96f40cfc-c099-4220-a255-e1e62e89fbfe|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T08:33:15.585Z|96f40cfc-c099-4220-a255-e1e62e89fbfe|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "c5960122-d1b9-4aa5-accd-1f3ceeac9ab6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632990794935,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqsrukcmh5jrxhskbqec/1.0/resourceInstances/pnfbb6f44955d0a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:33:15.684Z||pool-151-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-30T08:33:15.685Z||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-30T08:33:15.686Z||pool-151-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T08:33:15.697Z||pool-151-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:33:15.698Z||pool-151-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-30T08:33:16.586Z|96f40cfc-c099-4220-a255-e1e62e89fbfe|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T08:33:16.586Z|96f40cfc-c099-4220-a255-e1e62e89fbfe|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-30T08:33:16.589Z|96f40cfc-c099-4220-a255-e1e62e89fbfe|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T08:33:16.589Z|96f40cfc-c099-4220-a255-e1e62e89fbfe|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "c5960122-d1b9-4aa5-accd-1f3ceeac9ab6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632990794935,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqsrukcmh5jrxhskbqec/1.0/resourceInstances/pnfbb6f44955d0a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:33:16.689Z||pool-152-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T08:33:16.690Z||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-30T08:33:16.690Z||pool-152-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T08:33:16.708Z||pool-152-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:33:16.709Z||pool-152-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2021-09-30T08:33:17.589Z|96f40cfc-c099-4220-a255-e1e62e89fbfe|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T08:33:17.590Z|96f40cfc-c099-4220-a255-e1e62e89fbfe|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-30T08:33:17.592Z|96f40cfc-c099-4220-a255-e1e62e89fbfe|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T08:33:17.592Z|96f40cfc-c099-4220-a255-e1e62e89fbfe|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "c5960122-d1b9-4aa5-accd-1f3ceeac9ab6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632990794935,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqsrukcmh5jrxhskbqec/1.0/resourceInstances/pnfbb6f44955d0a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:33:17.692Z||pool-153-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T08:33:17.693Z||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-30T08:33:17.693Z||pool-153-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T08:33:17.703Z||pool-153-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:33:17.704Z||pool-153-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-09-30T08:33:18.593Z|96f40cfc-c099-4220-a255-e1e62e89fbfe|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T08:33:18.594Z|96f40cfc-c099-4220-a255-e1e62e89fbfe|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-30T08:33:18.595Z|96f40cfc-c099-4220-a255-e1e62e89fbfe|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T08:33:18.595Z|96f40cfc-c099-4220-a255-e1e62e89fbfe|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "c5960122-d1b9-4aa5-accd-1f3ceeac9ab6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632990794935,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqsrukcmh5jrxhskbqec/1.0/resourceInstances/pnfbb6f44955d0a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:33:18.697Z||pool-154-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-30T08:33:18.700Z||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-30T08:33:18.701Z||pool-154-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T08:33:18.711Z||pool-154-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:33:18.711Z||pool-154-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-30T08:33:19.596Z|96f40cfc-c099-4220-a255-e1e62e89fbfe|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T08:33:19.596Z|96f40cfc-c099-4220-a255-e1e62e89fbfe|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-30T08:33:19.598Z|96f40cfc-c099-4220-a255-e1e62e89fbfe|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T08:33:19.598Z|96f40cfc-c099-4220-a255-e1e62e89fbfe|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "c5960122-d1b9-4aa5-accd-1f3ceeac9ab6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632990794935,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqsrukcmh5jrxhskbqec/1.0/resourceInstances/pnfbb6f44955d0a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:33:19.699Z||pool-155-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T08:33:19.700Z||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-30T08:33:19.700Z||pool-155-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T08:33:19.712Z||pool-155-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:33:19.713Z||pool-155-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-30T08:33:20.599Z|96f40cfc-c099-4220-a255-e1e62e89fbfe|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T08:33:20.599Z|96f40cfc-c099-4220-a255-e1e62e89fbfe|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-30T08:33:20.601Z|96f40cfc-c099-4220-a255-e1e62e89fbfe|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T08:33:20.601Z|96f40cfc-c099-4220-a255-e1e62e89fbfe|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "c5960122-d1b9-4aa5-accd-1f3ceeac9ab6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632990794935,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqsrukcmh5jrxhskbqec/1.0/resourceInstances/pnfbb6f44955d0a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:33:20.701Z||pool-156-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T08:33:20.702Z||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-30T08:33:20.702Z||pool-156-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T08:33:20.713Z||pool-156-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:33:20.714Z||pool-156-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-30T08:33:21.602Z|96f40cfc-c099-4220-a255-e1e62e89fbfe|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T08:33:21.602Z|96f40cfc-c099-4220-a255-e1e62e89fbfe|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-30T08:33:21.604Z|96f40cfc-c099-4220-a255-e1e62e89fbfe|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T08:33:21.604Z|96f40cfc-c099-4220-a255-e1e62e89fbfe|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "c5960122-d1b9-4aa5-accd-1f3ceeac9ab6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632990794935,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqsrukcmh5jrxhskbqec/1.0/artifacts/service-DemoPnfQqsrukcmh5jrxhskbqec-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:33:21.707Z||pool-157-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2021-09-30T08:33:21.707Z||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-30T08:33:21.708Z||pool-157-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T08:33:21.721Z||pool-157-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:33:21.721Z||pool-157-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-30T08:33:22.605Z|96f40cfc-c099-4220-a255-e1e62e89fbfe|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T08:33:22.605Z|96f40cfc-c099-4220-a255-e1e62e89fbfe|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-30T08:33:22.608Z|96f40cfc-c099-4220-a255-e1e62e89fbfe|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T08:33:22.608Z|96f40cfc-c099-4220-a255-e1e62e89fbfe|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "c5960122-d1b9-4aa5-accd-1f3ceeac9ab6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632990794935,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqsrukcmh5jrxhskbqec/1.0/artifacts/service-DemoPnfQqsrukcmh5jrxhskbqec-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T08:33:22.708Z||pool-158-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T08:33:22.709Z||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-30T08:33:22.709Z||pool-158-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T08:33:22.722Z||pool-158-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:33:22.722Z||pool-158-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-09-30T08:33:23.609Z|96f40cfc-c099-4220-a255-e1e62e89fbfe|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "c5960122-d1b9-4aa5-accd-1f3ceeac9ab6",
  "serviceName": "Demo_pNF_Qqsrukcmh5jrxhSkBqec",
  "serviceVersion": "1.0",
  "serviceUUID": "db18bea0-b0ba-4c09-bd3a-d5d6e9d721c5",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "c092c15e-3066-4892-a600-033f4d1d6a89",
  "resources": [
    {
      "resourceInstanceName": "pNF bb6f4495-5d0a 0",
      "resourceCustomizationUUID": "4c038e48-f380-4313-9817-e04d42b82ed7",
      "resourceName": "pNF bb6f4495-5d0a",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "9edab66b-f2b4-4f10-b9b0-e9cef0334d13",
      "resourceInvariantUUID": "3361008c-eda1-434f-9b10-eccc2530369f",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfQqsrukcmh5jrxhskbqec-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqsrukcmh5jrxhskbqec/1.0/artifacts/service-DemoPnfQqsrukcmh5jrxhskbqec-csar.csar",
      "artifactChecksum": "MTZmMzIzMTIwNDM0Y2UzYjE5ZDgxMDNiYzZiMWJiZTY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "59d62c3c-52bb-425f-8124-97e0d4455766"
    }
  ],
  "workloadContext": "Production"
}
2021-09-30T08:33:23.610Z|96f40cfc-c099-4220-a255-e1e62e89fbfe|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-30T08:33:23.610Z|96f40cfc-c099-4220-a255-e1e62e89fbfe|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 db18bea0-b0ba-4c09-bd3a-d5d6e9d721c5 ASDC
2021-09-30T08:33:23.610Z|c5960122-d1b9-4aa5-accd-1f3ceeac9ab6|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:c5960122-d1b9-4aa5-accd-1f3ceeac9ab6
ServiceName:Demo_pNF_Qqsrukcmh5jrxhSkBqec
ServiceVersion:1.0
ServiceUUID:db18bea0-b0ba-4c09-bd3a-d5d6e9d721c5
ServiceInvariantUUID:c092c15e-3066-4892-a600-033f4d1d6a89
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfQqsrukcmh5jrxhskbqec-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfQqsrukcmh5jrxhskbqec/1.0/artifacts/service-DemoPnfQqsrukcmh5jrxhskbqec-csar.csar
ArtifactUUID:59d62c3c-52bb-425f-8124-97e0d4455766
ArtifactChecksum:MTZmMzIzMTIwNDM0Y2UzYjE5ZDgxMDNiYzZiMWJiZTY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF bb6f4495-5d0a 0
ResourceCustomizationUUID:4c038e48-f380-4313-9817-e04d42b82ed7
ResourceInvariantUUID:3361008c-eda1-434f-9b10-eccc2530369f
ResourceName:pNF bb6f4495-5d0a
ResourceType:PNF
ResourceUUID:9edab66b-f2b4-4f10-b9b0-e9cef0334d13
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-09-30T08:33:23.611Z|c5960122-d1b9-4aa5-accd-1f3ceeac9ab6|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF db18bea0-b0ba-4c09-bd3a-d5d6e9d721c5 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-30T08:33:23.644Z|c5960122-d1b9-4aa5-accd-1f3ceeac9ab6|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-30T08:33:23.645Z|c5960122-d1b9-4aa5-accd-1f3ceeac9ab6|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-09-30T08:33:23.645Z|c5960122-d1b9-4aa5-accd-1f3ceeac9ab6|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-09-30T08:33:23.646Z|c5960122-d1b9-4aa5-accd-1f3ceeac9ab6|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 59d62c3c-52bb-425f-8124-97e0d4455766 from URL: /sdc/v1/catalog/services/DemoPnfQqsrukcmh5jrxhskbqec/1.0/artifacts/service-DemoPnfQqsrukcmh5jrxhskbqec-csar.csar
2021-09-30T08:33:23.646Z|c5960122-d1b9-4aa5-accd-1f3ceeac9ab6|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-09-30T08:33:23.647Z|c5960122-d1b9-4aa5-accd-1f3ceeac9ab6|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfQqsrukcmh5jrxhskbqec/1.0/artifacts/service-DemoPnfQqsrukcmh5jrxhskbqec-csar.csar
2021-09-30T08:33:24.350Z|c5960122-d1b9-4aa5-accd-1f3ceeac9ab6|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-09-30T08:33:24.354Z|c5960122-d1b9-4aa5-accd-1f3ceeac9ab6|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfQqsrukcmh5jrxhskbqec/1.0/artifacts/service-DemoPnfQqsrukcmh5jrxhskbqec-csar.csar 59d62c3c-52bb-425f-8124-97e0d4455766 82532
2021-09-30T08:33:24.355Z|c5960122-d1b9-4aa5-accd-1f3ceeac9ab6|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfQqsrukcmh5jrxhskbqec/1.0/artifacts/service-DemoPnfQqsrukcmh5jrxhskbqec-csar.csar ASDC sendASDCNotification
2021-09-30T08:33:24.355Z|c5960122-d1b9-4aa5-accd-1f3ceeac9ab6|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQqsrukcmh5jrxhskbqec/1.0/artifacts/service-DemoPnfQqsrukcmh5jrxhskbqec-csar.csar
2021-09-30T08:33:24.355Z|c5960122-d1b9-4aa5-accd-1f3ceeac9ab6|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-30T08:33:24.356Z|c5960122-d1b9-4aa5-accd-1f3ceeac9ab6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-30T08:33:24.358Z|c5960122-d1b9-4aa5-accd-1f3ceeac9ab6|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T08:33:24.358Z|c5960122-d1b9-4aa5-accd-1f3ceeac9ab6|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "c5960122-d1b9-4aa5-accd-1f3ceeac9ab6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632990804355,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqsrukcmh5jrxhskbqec/1.0/artifacts/service-DemoPnfQqsrukcmh5jrxhskbqec-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-30T08:33:24.458Z||pool-159-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T08:33:24.459Z||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-30T08:33:24.459Z||pool-159-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T08:33:24.472Z||pool-159-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:33:24.473Z||pool-159-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-09-30T08:33:25.359Z|c5960122-d1b9-4aa5-accd-1f3ceeac9ab6|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-30T08:33:25.360Z|c5960122-d1b9-4aa5-accd-1f3ceeac9ab6|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-09-30T08:33:25.361Z|c5960122-d1b9-4aa5-accd-1f3ceeac9ab6|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 59d62c3c-52bb-425f-8124-97e0d4455766, URL: /sdc/v1/catalog/services/DemoPnfQqsrukcmh5jrxhskbqec/1.0/artifacts/service-DemoPnfQqsrukcmh5jrxhskbqec-csar.csar to file: /app/ASDC/1/service-DemoPnfQqsrukcmh5jrxhskbqec-csar.csar
2021-09-30T08:33:25.362Z|c5960122-d1b9-4aa5-accd-1f3ceeac9ab6|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfQqsrukcmh5jrxhskbqec-csar.csar
2021-09-30T08:33:25.362Z|c5960122-d1b9-4aa5-accd-1f3ceeac9ab6|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfQqsrukcmh5jrxhskbqec-csar.csar
2021-09-30T08:33:25.362Z|c5960122-d1b9-4aa5-accd-1f3ceeac9ab6|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfQqsrukcmh5jrxhskbqec-csar.csar
2021-09-30T08:33:25.856Z|c5960122-d1b9-4aa5-accd-1f3ceeac9ab6|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6136352512228021268/Definitions/service-DemoPnfQqsrukcmh5jrxhskbqec-template.yml
2021-09-30T08:33:26.702Z|c5960122-d1b9-4aa5-accd-1f3ceeac9ab6|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-30T08:33:26.703Z|c5960122-d1b9-4aa5-accd-1f3ceeac9ab6|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-09-30T08:33:26.703Z|c5960122-d1b9-4aa5-accd-1f3ceeac9ab6|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfQqsrukcmh5jrxhskbqec-csar.csar
2021-09-30T08:33:26.703Z|c5960122-d1b9-4aa5-accd-1f3ceeac9ab6|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-09-30T08:33:26.704Z|c5960122-d1b9-4aa5-accd-1f3ceeac9ab6|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF bb6f4495-5d0a 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-DemoPnfQqsrukcmh5jrxhskbqec-csar.csar
2021-09-30T08:33:26.704Z|c5960122-d1b9-4aa5-accd-1f3ceeac9ab6|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfQqsrukcmh5jrxhskbqec-csar.csar
2021-09-30T08:33:26.704Z|c5960122-d1b9-4aa5-accd-1f3ceeac9ab6|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfQqsrukcmh5jrxhskbqec-csar.csar
2021-09-30T08:33:26.704Z|c5960122-d1b9-4aa5-accd-1f3ceeac9ab6|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfQqsrukcmh5jrxhskbqec-csar.csar
2021-09-30T08:33:26.704Z|c5960122-d1b9-4aa5-accd-1f3ceeac9ab6|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfQqsrukcmh5jrxhskbqec-csar.csar
2021-09-30T08:33:26.704Z|c5960122-d1b9-4aa5-accd-1f3ceeac9ab6|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfQqsrukcmh5jrxhskbqec-csar.csar
2021-09-30T08:33:26.704Z|c5960122-d1b9-4aa5-accd-1f3ceeac9ab6|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfQqsrukcmh5jrxhskbqec-csar.csar
2021-09-30T08:33:26.705Z|c5960122-d1b9-4aa5-accd-1f3ceeac9ab6|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-09-30T08:33:26.705Z|c5960122-d1b9-4aa5-accd-1f3ceeac9ab6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T08:33:26.705Z|c5960122-d1b9-4aa5-accd-1f3ceeac9ab6|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_Qqsrukcmh5jrxhSkBqec is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T08:33:26.705Z|c5960122-d1b9-4aa5-accd-1f3ceeac9ab6|pool-2-thread-9|||||DEBUG|500||Node template pNF bb6f4495-5d0a 0 is matching search criteria
2021-09-30T08:33:26.706Z|c5960122-d1b9-4aa5-accd-1f3ceeac9ab6|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-09-30T08:33:26.706Z|c5960122-d1b9-4aa5-accd-1f3ceeac9ab6|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF bb6f4495-5d0a 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-30T08:33:26.706Z|c5960122-d1b9-4aa5-accd-1f3ceeac9ab6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T08:33:26.706Z|c5960122-d1b9-4aa5-accd-1f3ceeac9ab6|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_Qqsrukcmh5jrxhSkBqec is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T08:33:26.706Z|c5960122-d1b9-4aa5-accd-1f3ceeac9ab6|pool-2-thread-9|||||DEBUG|500||Node template pNF bb6f4495-5d0a 0 is matching search criteria
2021-09-30T08:33:26.706Z|c5960122-d1b9-4aa5-accd-1f3ceeac9ab6|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-09-30T08:33:26.707Z|c5960122-d1b9-4aa5-accd-1f3ceeac9ab6|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF bb6f4495-5d0a 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-30T08:33:26.707Z|c5960122-d1b9-4aa5-accd-1f3ceeac9ab6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T08:33:26.707Z|c5960122-d1b9-4aa5-accd-1f3ceeac9ab6|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_Qqsrukcmh5jrxhSkBqec is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T08:33:26.707Z|c5960122-d1b9-4aa5-accd-1f3ceeac9ab6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T08:33:26.707Z|c5960122-d1b9-4aa5-accd-1f3ceeac9ab6|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_Qqsrukcmh5jrxhSkBqec is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T08:33:26.708Z|c5960122-d1b9-4aa5-accd-1f3ceeac9ab6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T08:33:26.708Z|c5960122-d1b9-4aa5-accd-1f3ceeac9ab6|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_Qqsrukcmh5jrxhSkBqec is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T08:33:26.708Z|c5960122-d1b9-4aa5-accd-1f3ceeac9ab6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T08:33:26.708Z|c5960122-d1b9-4aa5-accd-1f3ceeac9ab6|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_Qqsrukcmh5jrxhSkBqec is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T08:33:26.708Z|c5960122-d1b9-4aa5-accd-1f3ceeac9ab6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T08:33:26.709Z|c5960122-d1b9-4aa5-accd-1f3ceeac9ab6|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_Qqsrukcmh5jrxhSkBqec is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T08:33:26.709Z|c5960122-d1b9-4aa5-accd-1f3ceeac9ab6|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_Qqsrukcmh5jrxhSkBqec
Description:catalog service description
Model UUID:db18bea0-b0ba-4c09-bd3a-d5d6e9d721c5
Model Version:NULL
Model InvariantUuid:c092c15e-3066-4892-a600-033f4d1d6a89
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-30T08:33:26.715Z|c5960122-d1b9-4aa5-accd-1f3ceeac9ab6|pool-2-thread-9|||||INFO|500||Processing Resource Type: PNF, Model UUID: 9edab66b-f2b4-4f10-b9b0-e9cef0334d13
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-30T08:33:26.719Z|c5960122-d1b9-4aa5-accd-1f3ceeac9ab6|pool-2-thread-9|||||INFO|500||pNF bb6f4495-5d0a 0
2021-09-30T08:33:26.719Z|c5960122-d1b9-4aa5-accd-1f3ceeac9ab6|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 9edab66b-f2b4-4f10-b9b0-e9cef0334d13
2021-09-30T08:33:26.719Z|c5960122-d1b9-4aa5-accd-1f3ceeac9ab6|pool-2-thread-9|||||DEBUG|500||No resources found for Service: db18bea0-b0ba-4c09-bd3a-d5d6e9d721c5
2021-09-30T08:33:26.719Z|c5960122-d1b9-4aa5-accd-1f3ceeac9ab6|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: db18bea0-b0ba-4c09-bd3a-d5d6e9d721c5
2021-09-30T08:33:26.719Z|c5960122-d1b9-4aa5-accd-1f3ceeac9ab6|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF bb6f4495-5d0a 0 9edab66b-f2b4-4f10-b9b0-e9cef0334d13 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-30T08:33:26.723Z|c5960122-d1b9-4aa5-accd-1f3ceeac9ab6|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3c13392f, org.onap.sdc.toscaparser.api.parameters.Input@692008c1, org.onap.sdc.toscaparser.api.parameters.Input@1f98eb48, org.onap.sdc.toscaparser.api.parameters.Input@6d9cabf0, org.onap.sdc.toscaparser.api.parameters.Input@48633d2d]
2021-09-30T08:33:26.723Z|c5960122-d1b9-4aa5-accd-1f3ceeac9ab6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T08:33:26.723Z|c5960122-d1b9-4aa5-accd-1f3ceeac9ab6|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_Qqsrukcmh5jrxhSkBqec is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T08:33:26.723Z|c5960122-d1b9-4aa5-accd-1f3ceeac9ab6|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid db18bea0-b0ba-4c09-bd3a-d5d6e9d721c5: pNF bb6f4495-5d0a
2021-09-30T08:33:26.724Z|c5960122-d1b9-4aa5-accd-1f3ceeac9ab6|pool-2-thread-9|||||INFO|500||Processing PNF resource: 9edab66b-f2b4-4f10-b9b0-e9cef0334d13
2021-09-30T08:33:26.724Z|c5960122-d1b9-4aa5-accd-1f3ceeac9ab6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T08:33:26.724Z|c5960122-d1b9-4aa5-accd-1f3ceeac9ab6|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_Qqsrukcmh5jrxhSkBqec is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T08:33:26.724Z|c5960122-d1b9-4aa5-accd-1f3ceeac9ab6|pool-2-thread-9|||||INFO|500||Resource customization UUID: 4c038e48-f380-4313-9817-e04d42b82ed7 is the same as notified resource customizationUUID: 4c038e48-f380-4313-9817-e04d42b82ed7
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-30T08:33:26.755Z|c5960122-d1b9-4aa5-accd-1f3ceeac9ab6|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF bb6f4495-5d0a 9edab66b-f2b4-4f10-b9b0-e9cef0334d13 0 ASDC deployResourceStructure
2021-09-30T08:33:26.756Z|c5960122-d1b9-4aa5-accd-1f3ceeac9ab6|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfQqsrukcmh5jrxhskbqec/1.0/artifacts/service-DemoPnfQqsrukcmh5jrxhskbqec-csar.csar ASDC sendASDCNotification
2021-09-30T08:33:26.756Z|c5960122-d1b9-4aa5-accd-1f3ceeac9ab6|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQqsrukcmh5jrxhskbqec/1.0/artifacts/service-DemoPnfQqsrukcmh5jrxhskbqec-csar.csar
2021-09-30T08:33:26.756Z|c5960122-d1b9-4aa5-accd-1f3ceeac9ab6|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-30T08:33:26.757Z|c5960122-d1b9-4aa5-accd-1f3ceeac9ab6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-30T08:33:26.759Z|c5960122-d1b9-4aa5-accd-1f3ceeac9ab6|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T08:33:26.760Z|c5960122-d1b9-4aa5-accd-1f3ceeac9ab6|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "c5960122-d1b9-4aa5-accd-1f3ceeac9ab6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632990806756,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqsrukcmh5jrxhskbqec/1.0/artifacts/service-DemoPnfQqsrukcmh5jrxhskbqec-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-30T08:33:26.859Z||pool-160-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-30T08:33:26.860Z||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-30T08:33:26.860Z||pool-160-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T08:33:26.871Z||pool-160-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:33:26.872Z||pool-160-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-30T08:33:27.761Z|c5960122-d1b9-4aa5-accd-1f3ceeac9ab6|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c5960122-d1b9-4aa5-accd-1f3ceeac9ab6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-30T08:33:27.771Z|c5960122-d1b9-4aa5-accd-1f3ceeac9ab6|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c5960122-d1b9-4aa5-accd-1f3ceeac9ab6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-30T08:33:27.780Z|c5960122-d1b9-4aa5-accd-1f3ceeac9ab6|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-30T08:33:27.780Z|c5960122-d1b9-4aa5-accd-1f3ceeac9ab6|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-30T08:33:27.780Z|c5960122-d1b9-4aa5-accd-1f3ceeac9ab6|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-30T08:33:57.780Z|c5960122-d1b9-4aa5-accd-1f3ceeac9ab6|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c5960122-d1b9-4aa5-accd-1f3ceeac9ab6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-30T08:33:57.794Z|c5960122-d1b9-4aa5-accd-1f3ceeac9ab6|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c5960122-d1b9-4aa5-accd-1f3ceeac9ab6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-30T08:33:57.796Z|c5960122-d1b9-4aa5-accd-1f3ceeac9ab6|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-30T08:33:57.796Z|c5960122-d1b9-4aa5-accd-1f3ceeac9ab6|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-30T08:33:57.796Z|c5960122-d1b9-4aa5-accd-1f3ceeac9ab6|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-30T08:34:14.937Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T08:34:14.941Z||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-30T08:34:14.941Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T08:34:14.988Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:34:14.990Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-30T08:34:14.990Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5960122-d1b9-4aa5-accd-1f3ceeac9ab6",
  "consumerID": "aai-ml",
  "timestamp": 1632990774245,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqsrukcmh5jrxhskbqec/1.0/resourceInstances/pnfbb6f44955d0a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:34:14.994Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:34:14.994Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-30T08:34:14.994Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5960122-d1b9-4aa5-accd-1f3ceeac9ab6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632990779350,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqsrukcmh5jrxhskbqec/1.0/resourceInstances/pnfbb6f44955d0a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:34:14.995Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:34:14.995Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-30T08:34:14.995Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5960122-d1b9-4aa5-accd-1f3ceeac9ab6",
  "consumerID": "cds",
  "timestamp": 1632990781280,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqsrukcmh5jrxhskbqec/1.0/resourceInstances/pnfbb6f44955d0a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:34:14.995Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:34:14.995Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-30T08:34:14.995Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5960122-d1b9-4aa5-accd-1f3ceeac9ab6",
  "consumerID": "policy-id",
  "timestamp": 1632990781317,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqsrukcmh5jrxhskbqec/1.0/resourceInstances/pnfbb6f44955d0a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:34:14.995Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:34:14.995Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-30T08:34:14.995Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5960122-d1b9-4aa5-accd-1f3ceeac9ab6",
  "consumerID": "cds",
  "timestamp": 1632990781280,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqsrukcmh5jrxhskbqec/1.0/resourceInstances/pnfbb6f44955d0a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:34:14.995Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:34:14.996Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-30T08:34:14.996Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5960122-d1b9-4aa5-accd-1f3ceeac9ab6",
  "consumerID": "aai-ml",
  "timestamp": 1632990774245,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqsrukcmh5jrxhskbqec/1.0/resourceInstances/pnfbb6f44955d0a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:34:14.996Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:34:14.996Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-30T08:34:14.996Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5960122-d1b9-4aa5-accd-1f3ceeac9ab6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632990779350,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqsrukcmh5jrxhskbqec/1.0/resourceInstances/pnfbb6f44955d0a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:34:14.996Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:34:14.996Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-30T08:34:14.996Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5960122-d1b9-4aa5-accd-1f3ceeac9ab6",
  "consumerID": "policy-id",
  "timestamp": 1632990781317,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqsrukcmh5jrxhskbqec/1.0/resourceInstances/pnfbb6f44955d0a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:34:14.996Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:34:14.996Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-30T08:34:14.996Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5960122-d1b9-4aa5-accd-1f3ceeac9ab6",
  "consumerID": "aai-ml",
  "timestamp": 1632990774245,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqsrukcmh5jrxhskbqec/1.0/resourceInstances/pnfbb6f44955d0a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:34:14.996Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:34:14.997Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-30T08:34:14.997Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5960122-d1b9-4aa5-accd-1f3ceeac9ab6",
  "consumerID": "cds",
  "timestamp": 1632990781280,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqsrukcmh5jrxhskbqec/1.0/resourceInstances/pnfbb6f44955d0a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:34:14.997Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:34:14.997Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-30T08:34:14.997Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5960122-d1b9-4aa5-accd-1f3ceeac9ab6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632990779350,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqsrukcmh5jrxhskbqec/1.0/resourceInstances/pnfbb6f44955d0a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:34:14.997Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:34:14.997Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-30T08:34:14.997Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5960122-d1b9-4aa5-accd-1f3ceeac9ab6",
  "consumerID": "policy-id",
  "timestamp": 1632990781317,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqsrukcmh5jrxhskbqec/1.0/resourceInstances/pnfbb6f44955d0a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:34:14.997Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:34:14.997Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-30T08:34:14.997Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5960122-d1b9-4aa5-accd-1f3ceeac9ab6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632990779350,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqsrukcmh5jrxhskbqec/1.0/resourceInstances/pnfbb6f44955d0a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:34:14.997Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:34:14.998Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-30T08:34:14.998Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5960122-d1b9-4aa5-accd-1f3ceeac9ab6",
  "consumerID": "aai-ml",
  "timestamp": 1632990774245,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqsrukcmh5jrxhskbqec/1.0/resourceInstances/pnfbb6f44955d0a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:34:14.998Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:34:14.998Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-30T08:34:14.998Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5960122-d1b9-4aa5-accd-1f3ceeac9ab6",
  "consumerID": "cds",
  "timestamp": 1632990781280,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqsrukcmh5jrxhskbqec/1.0/resourceInstances/pnfbb6f44955d0a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:34:14.998Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:34:14.998Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-30T08:34:14.998Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5960122-d1b9-4aa5-accd-1f3ceeac9ab6",
  "consumerID": "policy-id",
  "timestamp": 1632990781317,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqsrukcmh5jrxhskbqec/1.0/resourceInstances/pnfbb6f44955d0a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:34:14.998Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:34:14.998Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-30T08:34:14.998Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5960122-d1b9-4aa5-accd-1f3ceeac9ab6",
  "consumerID": "aai-ml",
  "timestamp": 1632990774245,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqsrukcmh5jrxhskbqec/1.0/resourceInstances/pnfbb6f44955d0a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:34:14.999Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:34:14.999Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-30T08:34:14.999Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5960122-d1b9-4aa5-accd-1f3ceeac9ab6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632990779350,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqsrukcmh5jrxhskbqec/1.0/resourceInstances/pnfbb6f44955d0a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:34:14.999Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:34:14.999Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-30T08:34:14.999Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5960122-d1b9-4aa5-accd-1f3ceeac9ab6",
  "consumerID": "cds",
  "timestamp": 1632990781280,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqsrukcmh5jrxhskbqec/1.0/resourceInstances/pnfbb6f44955d0a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:34:14.999Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:34:14.999Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-30T08:34:14.999Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5960122-d1b9-4aa5-accd-1f3ceeac9ab6",
  "consumerID": "policy-id",
  "timestamp": 1632990781317,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqsrukcmh5jrxhskbqec/1.0/resourceInstances/pnfbb6f44955d0a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:34:14.999Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:34:14.999Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-30T08:34:15.000Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5960122-d1b9-4aa5-accd-1f3ceeac9ab6",
  "consumerID": "dcae-sch",
  "timestamp": 1632990785977,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqsrukcmh5jrxhskbqec/1.0/resourceInstances/pnfbb6f44955d0a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:34:15.000Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:34:15.000Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-30T08:34:15.000Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5960122-d1b9-4aa5-accd-1f3ceeac9ab6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632990779350,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqsrukcmh5jrxhskbqec/1.0/resourceInstances/pnfbb6f44955d0a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-09-30T08:34:15.000Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:34:15.000Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-30T08:34:15.000Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5960122-d1b9-4aa5-accd-1f3ceeac9ab6",
  "consumerID": "aai-ml",
  "timestamp": 1632990774245,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqsrukcmh5jrxhskbqec/1.0/resourceInstances/pnfbb6f44955d0a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:34:15.000Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:34:15.000Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-30T08:34:15.000Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5960122-d1b9-4aa5-accd-1f3ceeac9ab6",
  "consumerID": "cds",
  "timestamp": 1632990781280,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqsrukcmh5jrxhskbqec/1.0/resourceInstances/pnfbb6f44955d0a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:34:15.000Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:34:15.001Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-30T08:34:15.001Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5960122-d1b9-4aa5-accd-1f3ceeac9ab6",
  "consumerID": "policy-id",
  "timestamp": 1632990781317,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqsrukcmh5jrxhskbqec/1.0/resourceInstances/pnfbb6f44955d0a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:34:15.001Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:34:15.001Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-30T08:34:15.001Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5960122-d1b9-4aa5-accd-1f3ceeac9ab6",
  "consumerID": "dcae-sch",
  "timestamp": 1632990785977,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqsrukcmh5jrxhskbqec/1.0/resourceInstances/pnfbb6f44955d0a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:34:15.001Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:34:15.001Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-30T08:34:15.001Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5960122-d1b9-4aa5-accd-1f3ceeac9ab6",
  "consumerID": "aai-ml",
  "timestamp": 1632990774245,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqsrukcmh5jrxhskbqec/1.0/artifacts/service-DemoPnfQqsrukcmh5jrxhskbqec-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:34:15.001Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:34:15.001Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-30T08:34:15.001Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5960122-d1b9-4aa5-accd-1f3ceeac9ab6",
  "consumerID": "cds",
  "timestamp": 1632990781280,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqsrukcmh5jrxhskbqec/1.0/artifacts/service-DemoPnfQqsrukcmh5jrxhskbqec-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:34:15.001Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:34:15.002Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-30T08:34:15.002Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5960122-d1b9-4aa5-accd-1f3ceeac9ab6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632990779350,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqsrukcmh5jrxhskbqec/1.0/artifacts/service-DemoPnfQqsrukcmh5jrxhskbqec-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:34:15.002Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:34:15.002Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-30T08:34:15.002Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5960122-d1b9-4aa5-accd-1f3ceeac9ab6",
  "consumerID": "policy-id",
  "timestamp": 1632990781317,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqsrukcmh5jrxhskbqec/1.0/artifacts/service-DemoPnfQqsrukcmh5jrxhskbqec-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:34:15.002Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:34:15.002Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-30T08:34:15.002Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5960122-d1b9-4aa5-accd-1f3ceeac9ab6",
  "consumerID": "dcae-sch",
  "timestamp": 1632990785977,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqsrukcmh5jrxhskbqec/1.0/resourceInstances/pnfbb6f44955d0a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:34:15.002Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:34:15.002Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-30T08:34:15.002Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5960122-d1b9-4aa5-accd-1f3ceeac9ab6",
  "consumerID": "aai-ml",
  "timestamp": 1632990774245,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqsrukcmh5jrxhskbqec/1.0/artifacts/service-DemoPnfQqsrukcmh5jrxhskbqec-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T08:34:15.002Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:34:15.002Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-30T08:34:15.003Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5960122-d1b9-4aa5-accd-1f3ceeac9ab6",
  "consumerID": "cds",
  "timestamp": 1632990781280,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqsrukcmh5jrxhskbqec/1.0/artifacts/service-DemoPnfQqsrukcmh5jrxhskbqec-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T08:34:15.003Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:34:15.003Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-30T08:34:15.003Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5960122-d1b9-4aa5-accd-1f3ceeac9ab6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632990779350,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqsrukcmh5jrxhskbqec/1.0/artifacts/service-DemoPnfQqsrukcmh5jrxhskbqec-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:34:15.003Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:34:15.003Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-30T08:34:15.003Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5960122-d1b9-4aa5-accd-1f3ceeac9ab6",
  "consumerID": "policy-id",
  "timestamp": 1632990781317,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqsrukcmh5jrxhskbqec/1.0/artifacts/service-DemoPnfQqsrukcmh5jrxhskbqec-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T08:34:15.003Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:34:15.003Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-30T08:34:15.003Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5960122-d1b9-4aa5-accd-1f3ceeac9ab6",
  "consumerID": "dcae-sch",
  "timestamp": 1632990785977,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqsrukcmh5jrxhskbqec/1.0/resourceInstances/pnfbb6f44955d0a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:34:15.003Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:34:15.003Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-30T08:34:15.003Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5960122-d1b9-4aa5-accd-1f3ceeac9ab6",
  "consumerID": "dcae-sch",
  "timestamp": 1632990785977,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqsrukcmh5jrxhskbqec/1.0/resourceInstances/pnfbb6f44955d0a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:34:15.004Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:34:15.004Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-30T08:34:15.004Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5960122-d1b9-4aa5-accd-1f3ceeac9ab6",
  "consumerID": "aai-ml",
  "timestamp": 1632990791471,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqsrukcmh5jrxhskbqec/1.0/artifacts/service-DemoPnfQqsrukcmh5jrxhskbqec-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-30T08:34:15.004Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T08:34:15.004Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-30T08:34:15.004Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5960122-d1b9-4aa5-accd-1f3ceeac9ab6",
  "consumerID": "cds",
  "timestamp": 1632990791571,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqsrukcmh5jrxhskbqec/1.0/artifacts/service-DemoPnfQqsrukcmh5jrxhskbqec-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-30T08:34:15.004Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T08:34:15.004Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-30T08:34:15.004Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5960122-d1b9-4aa5-accd-1f3ceeac9ab6",
  "consumerID": "policy-id",
  "timestamp": 1632990791574,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqsrukcmh5jrxhskbqec/1.0/artifacts/service-DemoPnfQqsrukcmh5jrxhskbqec-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-30T08:34:15.004Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T08:34:15.004Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-30T08:34:15.004Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5960122-d1b9-4aa5-accd-1f3ceeac9ab6",
  "consumerID": "dcae-sch",
  "timestamp": 1632990785977,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqsrukcmh5jrxhskbqec/1.0/resourceInstances/pnfbb6f44955d0a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:34:15.005Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:34:15.005Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-30T08:34:15.005Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5960122-d1b9-4aa5-accd-1f3ceeac9ab6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632990791729,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqsrukcmh5jrxhskbqec/1.0/resourceInstances/pnfbb6f44955d0a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-30T08:34:15.005Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T08:34:15.005Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-30T08:34:15.005Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5960122-d1b9-4aa5-accd-1f3ceeac9ab6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632990791437,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqsrukcmh5jrxhskbqec/1.0/resourceInstances/pnfbb6f44955d0a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:34:15.005Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:34:15.005Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-30T08:34:15.005Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5960122-d1b9-4aa5-accd-1f3ceeac9ab6",
  "consumerID": "cds",
  "timestamp": 1632990792578,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqsrukcmh5jrxhskbqec/1.0/artifacts/service-DemoPnfQqsrukcmh5jrxhskbqec-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-30T08:34:15.026Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c5960122-d1b9-4aa5-accd-1f3ceeac9ab6
2021-09-30T08:34:15.027Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId c5960122-d1b9-4aa5-accd-1f3ceeac9ab6 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-30T08:34:15.043Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-30T08:34:15.043Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5960122-d1b9-4aa5-accd-1f3ceeac9ab6",
  "consumerID": "policy-id",
  "timestamp": 1632990792579,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqsrukcmh5jrxhskbqec/1.0/artifacts/service-DemoPnfQqsrukcmh5jrxhskbqec-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-30T08:34:15.043Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T08:34:15.043Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-30T08:34:15.044Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5960122-d1b9-4aa5-accd-1f3ceeac9ab6",
  "consumerID": "dcae-sch",
  "timestamp": 1632990785977,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqsrukcmh5jrxhskbqec/1.0/artifacts/service-DemoPnfQqsrukcmh5jrxhskbqec-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:34:15.044Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:34:15.044Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-30T08:34:15.044Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5960122-d1b9-4aa5-accd-1f3ceeac9ab6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632990792782,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqsrukcmh5jrxhskbqec/1.0/resourceInstances/pnfbb6f44955d0a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-09-30T08:34:15.044Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T08:34:15.044Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-30T08:34:15.044Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5960122-d1b9-4aa5-accd-1f3ceeac9ab6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632990791437,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqsrukcmh5jrxhskbqec/1.0/resourceInstances/pnfbb6f44955d0a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:34:15.044Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:34:15.044Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-30T08:34:15.044Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5960122-d1b9-4aa5-accd-1f3ceeac9ab6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632990792851,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqsrukcmh5jrxhskbqec/1.0/resourceInstances/pnfbb6f44955d0a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:34:15.044Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:34:15.044Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-30T08:34:15.044Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5960122-d1b9-4aa5-accd-1f3ceeac9ab6",
  "consumerID": "policy-id",
  "timestamp": 1632990793582,
  "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-30T08:34:15.049Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c5960122-d1b9-4aa5-accd-1f3ceeac9ab6
2021-09-30T08:34:15.049Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId c5960122-d1b9-4aa5-accd-1f3ceeac9ab6 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-30T08:34:15.061Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-30T08:34:15.061Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5960122-d1b9-4aa5-accd-1f3ceeac9ab6",
  "consumerID": "dcae-sch",
  "timestamp": 1632990785977,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqsrukcmh5jrxhskbqec/1.0/artifacts/service-DemoPnfQqsrukcmh5jrxhskbqec-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:34:15.061Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:34:15.061Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-30T08:34:15.061Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5960122-d1b9-4aa5-accd-1f3ceeac9ab6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632990793791,
  "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-30T08:34:15.066Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of c5960122-d1b9-4aa5-accd-1f3ceeac9ab6
2021-09-30T08:34:15.066Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId c5960122-d1b9-4aa5-accd-1f3ceeac9ab6 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-30T08:34:15.073Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-30T08:34:15.074Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5960122-d1b9-4aa5-accd-1f3ceeac9ab6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632990791437,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqsrukcmh5jrxhskbqec/1.0/resourceInstances/pnfbb6f44955d0a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:34:15.074Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:34:15.074Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-30T08:34:15.074Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5960122-d1b9-4aa5-accd-1f3ceeac9ab6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632990792851,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqsrukcmh5jrxhskbqec/1.0/resourceInstances/pnfbb6f44955d0a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:34:15.074Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:34:27.797Z|c5960122-d1b9-4aa5-accd-1f3ceeac9ab6|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c5960122-d1b9-4aa5-accd-1f3ceeac9ab6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-30T08:34:27.817Z|c5960122-d1b9-4aa5-accd-1f3ceeac9ab6|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c5960122-d1b9-4aa5-accd-1f3ceeac9ab6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-30T08:34:27.823Z|c5960122-d1b9-4aa5-accd-1f3ceeac9ab6|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-30T08:34:27.823Z|c5960122-d1b9-4aa5-accd-1f3ceeac9ab6|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-30T08:34:27.823Z|c5960122-d1b9-4aa5-accd-1f3ceeac9ab6|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-30T08:34:57.824Z|c5960122-d1b9-4aa5-accd-1f3ceeac9ab6|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c5960122-d1b9-4aa5-accd-1f3ceeac9ab6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-30T08:34:57.837Z|c5960122-d1b9-4aa5-accd-1f3ceeac9ab6|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c5960122-d1b9-4aa5-accd-1f3ceeac9ab6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-30T08:34:57.839Z|c5960122-d1b9-4aa5-accd-1f3ceeac9ab6|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-30T08:34:57.839Z|c5960122-d1b9-4aa5-accd-1f3ceeac9ab6|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-30T08:34:57.839Z|c5960122-d1b9-4aa5-accd-1f3ceeac9ab6|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-30T08:35:14.935Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T08:35:14.936Z||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-30T08:35:14.936Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T08:35:14.968Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:35:14.969Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-30T08:35:14.969Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5960122-d1b9-4aa5-accd-1f3ceeac9ab6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632990791437,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqsrukcmh5jrxhskbqec/1.0/resourceInstances/pnfbb6f44955d0a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:35:14.970Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:35:27.843Z|c5960122-d1b9-4aa5-accd-1f3ceeac9ab6|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c5960122-d1b9-4aa5-accd-1f3ceeac9ab6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-30T08:35:27.875Z|c5960122-d1b9-4aa5-accd-1f3ceeac9ab6|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c5960122-d1b9-4aa5-accd-1f3ceeac9ab6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-30T08:35:27.877Z|c5960122-d1b9-4aa5-accd-1f3ceeac9ab6|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-30T08:35:27.877Z|c5960122-d1b9-4aa5-accd-1f3ceeac9ab6|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-30T08:35:27.878Z|c5960122-d1b9-4aa5-accd-1f3ceeac9ab6|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-30T08:35:57.878Z|c5960122-d1b9-4aa5-accd-1f3ceeac9ab6|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c5960122-d1b9-4aa5-accd-1f3ceeac9ab6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-30T08:35:57.890Z|c5960122-d1b9-4aa5-accd-1f3ceeac9ab6|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c5960122-d1b9-4aa5-accd-1f3ceeac9ab6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-30T08:35:57.894Z|c5960122-d1b9-4aa5-accd-1f3ceeac9ab6|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-30T08:35:57.894Z|c5960122-d1b9-4aa5-accd-1f3ceeac9ab6|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-30T08:35:57.894Z|c5960122-d1b9-4aa5-accd-1f3ceeac9ab6|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-30T08:36:14.935Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T08:36:14.937Z||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-30T08:36:14.937Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T08:36:15.470Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:36:15.471Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-30T08:36:15.471Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5960122-d1b9-4aa5-accd-1f3ceeac9ab6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632990792851,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqsrukcmh5jrxhskbqec/1.0/resourceInstances/pnfbb6f44955d0a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:36:15.473Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:36:15.473Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-30T08:36:15.473Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5960122-d1b9-4aa5-accd-1f3ceeac9ab6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632990794935,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqsrukcmh5jrxhskbqec/1.0/resourceInstances/pnfbb6f44955d0a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:36:15.473Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:36:15.473Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-30T08:36:15.473Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5960122-d1b9-4aa5-accd-1f3ceeac9ab6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632990791437,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqsrukcmh5jrxhskbqec/1.0/resourceInstances/pnfbb6f44955d0a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:36:15.473Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:36:15.473Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-30T08:36:15.473Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5960122-d1b9-4aa5-accd-1f3ceeac9ab6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632990792851,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqsrukcmh5jrxhskbqec/1.0/resourceInstances/pnfbb6f44955d0a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:36:15.473Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:36:15.473Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-30T08:36:15.474Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5960122-d1b9-4aa5-accd-1f3ceeac9ab6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632990794935,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqsrukcmh5jrxhskbqec/1.0/resourceInstances/pnfbb6f44955d0a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:36:15.474Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:36:15.474Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-30T08:36:15.474Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5960122-d1b9-4aa5-accd-1f3ceeac9ab6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632990791437,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqsrukcmh5jrxhskbqec/1.0/resourceInstances/pnfbb6f44955d0a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:36:15.474Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:36:15.474Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-30T08:36:15.474Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5960122-d1b9-4aa5-accd-1f3ceeac9ab6",
  "consumerID": "aai-ml",
  "timestamp": 1632990797333,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqsrukcmh5jrxhskbqec/1.0/artifacts/service-DemoPnfQqsrukcmh5jrxhskbqec-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-30T08:36:15.474Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T08:36:15.474Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-30T08:36:15.474Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5960122-d1b9-4aa5-accd-1f3ceeac9ab6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632990792851,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqsrukcmh5jrxhskbqec/1.0/resourceInstances/pnfbb6f44955d0a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:36:15.474Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:36:15.475Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-30T08:36:15.475Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5960122-d1b9-4aa5-accd-1f3ceeac9ab6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632990794935,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqsrukcmh5jrxhskbqec/1.0/resourceInstances/pnfbb6f44955d0a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:36:15.475Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:36:15.475Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-30T08:36:15.475Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5960122-d1b9-4aa5-accd-1f3ceeac9ab6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632990791437,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqsrukcmh5jrxhskbqec/1.0/artifacts/service-DemoPnfQqsrukcmh5jrxhskbqec-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:36:15.475Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:36:15.475Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-30T08:36:15.475Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5960122-d1b9-4aa5-accd-1f3ceeac9ab6",
  "consumerID": "aai-ml",
  "timestamp": 1632990798337,
  "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-30T08:36:15.486Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c5960122-d1b9-4aa5-accd-1f3ceeac9ab6
2021-09-30T08:36:15.486Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId c5960122-d1b9-4aa5-accd-1f3ceeac9ab6 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-30T08:36:15.498Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-30T08:36:15.498Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5960122-d1b9-4aa5-accd-1f3ceeac9ab6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632990792851,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqsrukcmh5jrxhskbqec/1.0/resourceInstances/pnfbb6f44955d0a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:36:15.498Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:36:15.498Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-30T08:36:15.498Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5960122-d1b9-4aa5-accd-1f3ceeac9ab6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632990794935,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqsrukcmh5jrxhskbqec/1.0/resourceInstances/pnfbb6f44955d0a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:36:15.498Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:36:15.498Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-30T08:36:15.499Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5960122-d1b9-4aa5-accd-1f3ceeac9ab6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632990791437,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqsrukcmh5jrxhskbqec/1.0/artifacts/service-DemoPnfQqsrukcmh5jrxhskbqec-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T08:36:15.499Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:36:15.499Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-30T08:36:15.499Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5960122-d1b9-4aa5-accd-1f3ceeac9ab6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632990792851,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqsrukcmh5jrxhskbqec/1.0/artifacts/service-DemoPnfQqsrukcmh5jrxhskbqec-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:36:15.499Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:36:15.499Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-30T08:36:15.499Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5960122-d1b9-4aa5-accd-1f3ceeac9ab6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632990794935,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqsrukcmh5jrxhskbqec/1.0/resourceInstances/pnfbb6f44955d0a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:36:15.499Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:36:15.499Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-30T08:36:15.499Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5960122-d1b9-4aa5-accd-1f3ceeac9ab6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632990792851,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqsrukcmh5jrxhskbqec/1.0/artifacts/service-DemoPnfQqsrukcmh5jrxhskbqec-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T08:36:15.499Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:36:15.499Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-30T08:36:15.499Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5960122-d1b9-4aa5-accd-1f3ceeac9ab6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632990794935,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqsrukcmh5jrxhskbqec/1.0/resourceInstances/pnfbb6f44955d0a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:36:15.499Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:36:15.499Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-30T08:36:15.500Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5960122-d1b9-4aa5-accd-1f3ceeac9ab6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632990794935,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqsrukcmh5jrxhskbqec/1.0/artifacts/service-DemoPnfQqsrukcmh5jrxhskbqec-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:36:15.500Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:36:15.500Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-30T08:36:15.500Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5960122-d1b9-4aa5-accd-1f3ceeac9ab6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632990801779,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqsrukcmh5jrxhskbqec/1.0/artifacts/service-DemoPnfQqsrukcmh5jrxhskbqec-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-30T08:36:15.500Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T08:36:15.500Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-30T08:36:15.500Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5960122-d1b9-4aa5-accd-1f3ceeac9ab6",
  "consumerID": "clamp",
  "timestamp": 1632990801513,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqsrukcmh5jrxhskbqec/1.0/resourceInstances/pnfbb6f44955d0a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:36:15.500Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:36:15.501Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-30T08:36:15.501Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5960122-d1b9-4aa5-accd-1f3ceeac9ab6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632990794935,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqsrukcmh5jrxhskbqec/1.0/artifacts/service-DemoPnfQqsrukcmh5jrxhskbqec-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T08:36:15.501Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:36:15.501Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-30T08:36:15.501Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5960122-d1b9-4aa5-accd-1f3ceeac9ab6",
  "consumerID": "clamp",
  "timestamp": 1632990801513,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqsrukcmh5jrxhskbqec/1.0/resourceInstances/pnfbb6f44955d0a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:36:15.501Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:36:15.501Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-30T08:36:15.501Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5960122-d1b9-4aa5-accd-1f3ceeac9ab6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632990803714,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqsrukcmh5jrxhskbqec/1.0/artifacts/service-DemoPnfQqsrukcmh5jrxhskbqec-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-30T08:36:15.501Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T08:36:15.501Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-30T08:36:15.501Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5960122-d1b9-4aa5-accd-1f3ceeac9ab6",
  "consumerID": "clamp",
  "timestamp": 1632990801513,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqsrukcmh5jrxhskbqec/1.0/resourceInstances/pnfbb6f44955d0a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:36:15.502Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:36:15.502Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-30T08:36:15.502Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5960122-d1b9-4aa5-accd-1f3ceeac9ab6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632990804355,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqsrukcmh5jrxhskbqec/1.0/artifacts/service-DemoPnfQqsrukcmh5jrxhskbqec-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-30T08:36:15.502Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T08:36:15.502Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-30T08:36:15.502Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5960122-d1b9-4aa5-accd-1f3ceeac9ab6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632990804717,
  "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-30T08:36:15.506Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c5960122-d1b9-4aa5-accd-1f3ceeac9ab6
2021-09-30T08:36:15.506Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId c5960122-d1b9-4aa5-accd-1f3ceeac9ab6 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-30T08:36:15.514Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-30T08:36:15.514Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5960122-d1b9-4aa5-accd-1f3ceeac9ab6",
  "consumerID": "clamp",
  "timestamp": 1632990801513,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqsrukcmh5jrxhskbqec/1.0/resourceInstances/pnfbb6f44955d0a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:36:15.514Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:36:15.514Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-30T08:36:15.514Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5960122-d1b9-4aa5-accd-1f3ceeac9ab6",
  "consumerID": "clamp",
  "timestamp": 1632990801513,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqsrukcmh5jrxhskbqec/1.0/resourceInstances/pnfbb6f44955d0a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:36:15.514Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:36:15.514Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-30T08:36:15.515Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5960122-d1b9-4aa5-accd-1f3ceeac9ab6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632990806756,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqsrukcmh5jrxhskbqec/1.0/artifacts/service-DemoPnfQqsrukcmh5jrxhskbqec-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-30T08:36:15.515Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T08:36:15.515Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-30T08:36:15.515Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5960122-d1b9-4aa5-accd-1f3ceeac9ab6",
  "consumerID": "clamp",
  "timestamp": 1632990801513,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqsrukcmh5jrxhskbqec/1.0/resourceInstances/pnfbb6f44955d0a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:36:15.515Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:36:15.515Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-30T08:36:15.515Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5960122-d1b9-4aa5-accd-1f3ceeac9ab6",
  "consumerID": "clamp",
  "timestamp": 1632990801513,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqsrukcmh5jrxhskbqec/1.0/artifacts/service-DemoPnfQqsrukcmh5jrxhskbqec-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:36:15.515Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:36:15.515Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-30T08:36:15.516Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5960122-d1b9-4aa5-accd-1f3ceeac9ab6",
  "consumerID": "clamp",
  "timestamp": 1632990801513,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqsrukcmh5jrxhskbqec/1.0/artifacts/service-DemoPnfQqsrukcmh5jrxhskbqec-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T08:36:15.516Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:36:15.516Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-30T08:36:15.516Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5960122-d1b9-4aa5-accd-1f3ceeac9ab6",
  "consumerID": "clamp",
  "timestamp": 1632990816044,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqsrukcmh5jrxhskbqec/1.0/artifacts/service-DemoPnfQqsrukcmh5jrxhskbqec-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-30T08:36:15.516Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T08:36:15.516Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-30T08:36:15.516Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5960122-d1b9-4aa5-accd-1f3ceeac9ab6",
  "consumerID": "clamp",
  "timestamp": 1632990819045,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQqsrukcmh5jrxhskbqec/1.0/artifacts/service-DemoPnfQqsrukcmh5jrxhskbqec-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-30T08:36:15.516Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T08:36:15.516Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-30T08:36:15.516Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5960122-d1b9-4aa5-accd-1f3ceeac9ab6",
  "consumerID": "clamp",
  "timestamp": 1632990820050,
  "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-30T08:36:15.521Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c5960122-d1b9-4aa5-accd-1f3ceeac9ab6
2021-09-30T08:36:15.521Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId c5960122-d1b9-4aa5-accd-1f3ceeac9ab6 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-30T08:36:27.894Z|c5960122-d1b9-4aa5-accd-1f3ceeac9ab6|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c5960122-d1b9-4aa5-accd-1f3ceeac9ab6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-30T08:36:27.911Z|c5960122-d1b9-4aa5-accd-1f3ceeac9ab6|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c5960122-d1b9-4aa5-accd-1f3ceeac9ab6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-30T08:36:27.914Z|c5960122-d1b9-4aa5-accd-1f3ceeac9ab6|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-30T08:36:27.914Z|c5960122-d1b9-4aa5-accd-1f3ceeac9ab6|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-30T08:36:27.914Z|c5960122-d1b9-4aa5-accd-1f3ceeac9ab6|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-30T08:36:27.915Z|c5960122-d1b9-4aa5-accd-1f3ceeac9ab6|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-30T08:36:27.915Z|c5960122-d1b9-4aa5-accd-1f3ceeac9ab6|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-30T08:36:27.915Z|c5960122-d1b9-4aa5-accd-1f3ceeac9ab6|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-30T08:36:27.915Z|c5960122-d1b9-4aa5-accd-1f3ceeac9ab6|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-30T08:36:27.915Z|c5960122-d1b9-4aa5-accd-1f3ceeac9ab6|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-30T08:36:27.915Z|c5960122-d1b9-4aa5-accd-1f3ceeac9ab6|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-30T08:36:27.915Z|c5960122-d1b9-4aa5-accd-1f3ceeac9ab6|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-30T08:36:27.915Z|c5960122-d1b9-4aa5-accd-1f3ceeac9ab6|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-30T08:36:27.915Z|c5960122-d1b9-4aa5-accd-1f3ceeac9ab6|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-30T08:36:27.922Z|c5960122-d1b9-4aa5-accd-1f3ceeac9ab6|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-30T08:36:57.923Z|c5960122-d1b9-4aa5-accd-1f3ceeac9ab6|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c5960122-d1b9-4aa5-accd-1f3ceeac9ab6 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-30T08:36:57.934Z|c5960122-d1b9-4aa5-accd-1f3ceeac9ab6|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c5960122-d1b9-4aa5-accd-1f3ceeac9ab6 and serviceModelVersionId: db18bea0-b0ba-4c09-bd3a-d5d6e9d721c5
2021-09-30T08:36:57.934Z|c5960122-d1b9-4aa5-accd-1f3ceeac9ab6|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c092c15e-3066-4892-a600-033f4d1d6a89
2021-09-30T08:36:57.936Z|c5960122-d1b9-4aa5-accd-1f3ceeac9ab6|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c092c15e-3066-4892-a600-033f4d1d6a89/model-vers/model-ver/db18bea0-b0ba-4c09-bd3a-d5d6e9d721c5?depth=0
2021-09-30T08:36:57.945Z|c5960122-d1b9-4aa5-accd-1f3ceeac9ab6|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2021-09-30T08:36:58.023Z|c5960122-d1b9-4aa5-accd-1f3ceeac9ab6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c092c15e-3066-4892-a600-033f4d1d6a89/model-vers/model-ver/db18bea0-b0ba-4c09-bd3a-d5d6e9d721c5?depth=0|INFO|500||Invoke
2021-09-30T08:36:58.023Z|c5960122-d1b9-4aa5-accd-1f3ceeac9ab6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c092c15e-3066-4892-a600-033f4d1d6a89/model-vers/model-ver/db18bea0-b0ba-4c09-bd3a-d5d6e9d721c5?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c092c15e-3066-4892-a600-033f4d1d6a89/model-vers/model-ver/db18bea0-b0ba-4c09-bd3a-d5d6e9d721c5?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c5960122-d1b9-4aa5-accd-1f3ceeac9ab6], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e62c50c6-eac3-485f-bbda-36ffaf2ba16b], X-ECOMP-RequestID=[c5960122-d1b9-4aa5-accd-1f3ceeac9ab6], X-TransactionId=[], X-ONAP-RequestID=[c5960122-d1b9-4aa5-accd-1f3ceeac9ab6], Content-Type=[application/merge-patch+json]}
2021-09-30T08:36:58.046Z|c5960122-d1b9-4aa5-accd-1f3ceeac9ab6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c092c15e-3066-4892-a600-033f4d1d6a89/model-vers/model-ver/db18bea0-b0ba-4c09-bd3a-d5d6e9d721c5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-30T08:36:58.359Z|c5960122-d1b9-4aa5-accd-1f3ceeac9ab6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c092c15e-3066-4892-a600-033f4d1d6a89/model-vers/model-ver/db18bea0-b0ba-4c09-bd3a-d5d6e9d721c5?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/c092c15e-3066-4892-a600-033f4d1d6a89/model-vers/model-ver/db18bea0-b0ba-4c09-bd3a-d5d6e9d721c5?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210930-08:36:58:056-6218], vertex-id=[221384], Content-Length=[0], Date=[Thu, 30 Sep 2021 08:36:58 GMT], Content-Type=[application/json]}
2021-09-30T08:36:58.359Z|c5960122-d1b9-4aa5-accd-1f3ceeac9ab6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c092c15e-3066-4892-a600-033f4d1d6a89/model-vers/model-ver/db18bea0-b0ba-4c09-bd3a-d5d6e9d721c5?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-09-30T08:36:58.360Z|c5960122-d1b9-4aa5-accd-1f3ceeac9ab6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c092c15e-3066-4892-a600-033f4d1d6a89/model-vers/model-ver/db18bea0-b0ba-4c09-bd3a-d5d6e9d721c5?depth=0|INFO|500||InvokeReturn
2021-09-30T08:36:58.360Z|c5960122-d1b9-4aa5-accd-1f3ceeac9ab6|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-30T08:36:58.360Z|c5960122-d1b9-4aa5-accd-1f3ceeac9ab6|pool-2-thread-9|||||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-30T08:36:58.370Z|c5960122-d1b9-4aa5-accd-1f3ceeac9ab6|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-09-30T08:36:58.370Z|c5960122-d1b9-4aa5-accd-1f3ceeac9ab6|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c5960122-d1b9-4aa5-accd-1f3ceeac9ab6 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-30T08:36:58.370Z|c5960122-d1b9-4aa5-accd-1f3ceeac9ab6|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-30T08:36:58.371Z|c5960122-d1b9-4aa5-accd-1f3ceeac9ab6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-09-30T08:36:58.373Z|c5960122-d1b9-4aa5-accd-1f3ceeac9ab6|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T08:36:58.373Z|c5960122-d1b9-4aa5-accd-1f3ceeac9ab6|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "c5960122-d1b9-4aa5-accd-1f3ceeac9ab6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632991018370,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-30T08:36:58.474Z||pool-161-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T08:36:58.475Z||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-30T08:36:58.475Z||pool-161-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T08:36:58.492Z||pool-161-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:36:58.493Z||pool-161-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-30T08:36:59.390Z|c5960122-d1b9-4aa5-accd-1f3ceeac9ab6|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T08:36:59.390Z|c5960122-d1b9-4aa5-accd-1f3ceeac9ab6|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T08:36:59.390Z|c5960122-d1b9-4aa5-accd-1f3ceeac9ab6|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2cjfMityS9h3J0jo) ...
2021-09-30T08:37:09.669Z|c5960122-d1b9-4aa5-accd-1f3ceeac9ab6|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:37:09.669Z|c5960122-d1b9-4aa5-accd-1f3ceeac9ab6|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T08:37:09.670Z|c5960122-d1b9-4aa5-accd-1f3ceeac9ab6|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T08:37:09.670Z|c5960122-d1b9-4aa5-accd-1f3ceeac9ab6|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2cjfMityS9h3J0jo) ...
2021-09-30T08:37:14.935Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T08:37:14.935Z||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-30T08:37:14.935Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T08:37:15.558Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:37:15.558Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-30T08:37:15.558Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c5960122-d1b9-4aa5-accd-1f3ceeac9ab6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632991018370,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-30T08:37:15.560Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T08:37:19.226Z|c5960122-d1b9-4aa5-accd-1f3ceeac9ab6|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:37:19.227Z|c5960122-d1b9-4aa5-accd-1f3ceeac9ab6|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T08:37:19.227Z|c5960122-d1b9-4aa5-accd-1f3ceeac9ab6|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T08:37:19.227Z|c5960122-d1b9-4aa5-accd-1f3ceeac9ab6|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2cjfMityS9h3J0jo) ...
2021-09-30T08:37:28.790Z|c5960122-d1b9-4aa5-accd-1f3ceeac9ab6|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:37:28.791Z|c5960122-d1b9-4aa5-accd-1f3ceeac9ab6|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T08:37:28.791Z|c5960122-d1b9-4aa5-accd-1f3ceeac9ab6|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T08:37:28.791Z|c5960122-d1b9-4aa5-accd-1f3ceeac9ab6|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2cjfMityS9h3J0jo) ...
2021-09-30T08:37:38.368Z|c5960122-d1b9-4aa5-accd-1f3ceeac9ab6|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:38:14.934Z|c5960122-d1b9-4aa5-accd-1f3ceeac9ab6|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T08:38:14.935Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T08:38:14.937Z||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-30T08:38:14.937Z|c5960122-d1b9-4aa5-accd-1f3ceeac9ab6|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T08:38:14.938Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T08:38:14.938Z|c5960122-d1b9-4aa5-accd-1f3ceeac9ab6|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2cjfMityS9h3J0jo) ...
2021-09-30T08:38:24.526Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:38:24.598Z|c5960122-d1b9-4aa5-accd-1f3ceeac9ab6|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:39:14.935Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T08:39:14.935Z|c5960122-d1b9-4aa5-accd-1f3ceeac9ab6|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T08:39:14.939Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|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-30T08:39:14.939Z|c5960122-d1b9-4aa5-accd-1f3ceeac9ab6|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T08:39:14.939Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|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 2cjfMityS9h3J0jo) ...
2021-09-30T08:39:14.939Z|c5960122-d1b9-4aa5-accd-1f3ceeac9ab6|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2cjfMityS9h3J0jo) ...
2021-09-30T08:39:24.502Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:39:24.508Z|c5960122-d1b9-4aa5-accd-1f3ceeac9ab6|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:40:14.935Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T08:40:14.935Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T08:40:14.938Z||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-30T08:40:14.939Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T08:40:14.938Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|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-30T08:40:14.940Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|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 2cjfMityS9h3J0jo) ...
2021-09-30T08:40:24.510Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:40:24.543Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:41:14.939Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T08:41:14.939Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T08:41:14.944Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T08:41:14.944Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2cjfMityS9h3J0jo) ...
2021-09-30T08:41:14.944Z||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-30T08:41:14.944Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T08:41:15.594Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:41:15.596Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-30T08:41:15.596Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"ccc84a66-f4f8-4a50-bd11-adf74303fe6f","serviceName":"Demo_pNF_a54thJmAHHzkaphX5nKz","serviceVersion":"1.0","serviceUUID":"1154199f-fb7d-4a93-aef9-9e80a8ff66a1","serviceDescription":"catalog service description","serviceInvariantUUID":"6ea7a4cf-1fc7-41a7-9c28-8131a9b8d356","resources":[{"resourceInstanceName":"pNF 7ac9be56-b5fa 0","resourceName":"pNF 7ac9be56-b5fa","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"5949e28b-940b-46d4-8bdd-61f9acc8aa1d","resourceInvariantUUID":"617163c1-55e1-45fa-a1a7-cd266314eb92","resourceCustomizationUUID":"8436e02b-d82b-4ce3-8732-bd7647134342","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfA54thjmahhzkaphx5nkz/1.0/resourceInstances/pnf7ac9be56b5fa0/artifacts/vf-license-model.xml","artifactChecksum":"MWVkZDc4ZGIyODdhZWU4ZmExMjUwYjU3MzY3MmJlNjM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9b9511bc-5b59-492a-a494-329704e31e2f","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfA54thjmahhzkaphx5nkz/1.0/resourceInstances/pnf7ac9be56b5fa0/artifacts/pNF.csar","artifactChecksum":"NzdkNzAxYWJhY2VlZDZhMjhhOTVkNzdmZjBiNTRkMjM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"011fc547-885c-4407-bc63-3b98adcc97ef","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfA54thjmahhzkaphx5nkz/1.0/resourceInstances/pnf7ac9be56b5fa0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"70799ec0-a249-474b-9f11-96c8860a7736","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfA54thjmahhzkaphx5nkz/1.0/resourceInstances/pnf7ac9be56b5fa0/artifacts/vendor-license-model.xml","artifactChecksum":"MjIwMjc5Y2UwODQ5NDgzMjQ2MDNiMTE2MjlhMDE5MTg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"90fc08ac-acb5-4148-b4df-c44c81df9d30","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfA54thjmahhzkaphx5nkz/1.0/resourceInstances/pnf7ac9be56b5fa0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e7c27d0e-4729-4b59-9368-0e44fae13f6e","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfA54thjmahhzkaphx5nkz/1.0/resourceInstances/pnf7ac9be56b5fa0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7fa1dba3-4a7e-4715-b266-b9324c1e3b3c","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfA54thjmahhzkaphx5nkz-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfA54thjmahhzkaphx5nkz/1.0/artifacts/service-DemoPnfA54thjmahhzkaphx5nkz-template.yml","artifactChecksum":"NjlhNjJiNGViNjVkNzFhM2QyYTdkMTNjMDhlODc1MmQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a9191296-5471-4bb5-895c-eed3a4f11ff0","artifactVersion":"1"},{"artifactName":"service-DemoPnfA54thjmahhzkaphx5nkz-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfA54thjmahhzkaphx5nkz/1.0/artifacts/service-DemoPnfA54thjmahhzkaphx5nkz-csar.csar","artifactChecksum":"MTcyNTkwMjA0ZjMwNDc1NTZhZDU0MmQ5NWQyY2RiNjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ff2566f0-72c5-43ec-9b1e-175f9cf9c8aa","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-30T08:41:15.601Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:41:15.602Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T08:41:15.602Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-30T08:41:15.603Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-30T08:41:15.603Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccc84a66-f4f8-4a50-bd11-adf74303fe6f",
  "consumerID": "cds",
  "timestamp": 1632991231277,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA54thjmahhzkaphx5nkz/1.0/resourceInstances/pnf7ac9be56b5fa0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:41:15.604Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:41:15.604Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-30T08:41:15.604Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccc84a66-f4f8-4a50-bd11-adf74303fe6f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632991231436,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA54thjmahhzkaphx5nkz/1.0/resourceInstances/pnf7ac9be56b5fa0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:41:15.604Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:41:15.605Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-30T08:41:15.605Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccc84a66-f4f8-4a50-bd11-adf74303fe6f",
  "consumerID": "cds",
  "timestamp": 1632991231277,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA54thjmahhzkaphx5nkz/1.0/resourceInstances/pnf7ac9be56b5fa0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:41:15.605Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:41:15.605Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-30T08:41:15.605Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccc84a66-f4f8-4a50-bd11-adf74303fe6f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632991231436,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA54thjmahhzkaphx5nkz/1.0/resourceInstances/pnf7ac9be56b5fa0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:41:15.606Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:41:15.606Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-30T08:41:15.606Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccc84a66-f4f8-4a50-bd11-adf74303fe6f",
  "consumerID": "cds",
  "timestamp": 1632991231277,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA54thjmahhzkaphx5nkz/1.0/resourceInstances/pnf7ac9be56b5fa0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:41:15.607Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:41:15.607Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-30T08:41:15.608Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T08:41:15.608Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ccc84a66-f4f8-4a50-bd11-adf74303fe6f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632991274938,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA54thjmahhzkaphx5nkz/1.0/resourceInstances/pnf7ac9be56b5fa0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:41:15.608Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccc84a66-f4f8-4a50-bd11-adf74303fe6f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632991231436,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA54thjmahhzkaphx5nkz/1.0/resourceInstances/pnf7ac9be56b5fa0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:41:15.608Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:41:15.609Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-30T08:41:15.609Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccc84a66-f4f8-4a50-bd11-adf74303fe6f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632991231436,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA54thjmahhzkaphx5nkz/1.0/resourceInstances/pnf7ac9be56b5fa0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:41:15.609Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:41:15.609Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-30T08:41:15.610Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccc84a66-f4f8-4a50-bd11-adf74303fe6f",
  "consumerID": "cds",
  "timestamp": 1632991231277,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA54thjmahhzkaphx5nkz/1.0/resourceInstances/pnf7ac9be56b5fa0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:41:15.610Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:41:15.610Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-30T08:41:15.610Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccc84a66-f4f8-4a50-bd11-adf74303fe6f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632991239350,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA54thjmahhzkaphx5nkz/1.0/resourceInstances/pnf7ac9be56b5fa0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:41:15.611Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:41:15.611Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-30T08:41:15.611Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccc84a66-f4f8-4a50-bd11-adf74303fe6f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632991231436,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA54thjmahhzkaphx5nkz/1.0/resourceInstances/pnf7ac9be56b5fa0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:41:15.612Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:41:15.612Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-30T08:41:15.612Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccc84a66-f4f8-4a50-bd11-adf74303fe6f",
  "consumerID": "cds",
  "timestamp": 1632991231277,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA54thjmahhzkaphx5nkz/1.0/resourceInstances/pnf7ac9be56b5fa0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:41:15.612Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:41:15.613Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-30T08:41:15.613Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccc84a66-f4f8-4a50-bd11-adf74303fe6f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632991239350,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA54thjmahhzkaphx5nkz/1.0/resourceInstances/pnf7ac9be56b5fa0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:41:15.613Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:41:15.613Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-30T08:41:15.614Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccc84a66-f4f8-4a50-bd11-adf74303fe6f",
  "consumerID": "cds",
  "timestamp": 1632991231277,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA54thjmahhzkaphx5nkz/1.0/resourceInstances/pnf7ac9be56b5fa0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:41:15.614Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:41:15.614Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-30T08:41:15.614Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccc84a66-f4f8-4a50-bd11-adf74303fe6f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632991231436,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA54thjmahhzkaphx5nkz/1.0/resourceInstances/pnf7ac9be56b5fa0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:41:15.615Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:41:15.615Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-30T08:41:15.615Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccc84a66-f4f8-4a50-bd11-adf74303fe6f",
  "consumerID": "policy-id",
  "timestamp": 1632991241317,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA54thjmahhzkaphx5nkz/1.0/resourceInstances/pnf7ac9be56b5fa0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:41:15.615Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:41:15.616Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-30T08:41:15.616Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccc84a66-f4f8-4a50-bd11-adf74303fe6f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632991239350,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA54thjmahhzkaphx5nkz/1.0/resourceInstances/pnf7ac9be56b5fa0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:41:15.616Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:41:15.616Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-30T08:41:15.617Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccc84a66-f4f8-4a50-bd11-adf74303fe6f",
  "consumerID": "cds",
  "timestamp": 1632991231277,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA54thjmahhzkaphx5nkz/1.0/artifacts/service-DemoPnfA54thjmahhzkaphx5nkz-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:41:15.617Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:41:15.617Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-30T08:41:15.617Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccc84a66-f4f8-4a50-bd11-adf74303fe6f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632991231436,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA54thjmahhzkaphx5nkz/1.0/artifacts/service-DemoPnfA54thjmahhzkaphx5nkz-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:41:15.618Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:41:15.618Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-30T08:41:15.618Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccc84a66-f4f8-4a50-bd11-adf74303fe6f",
  "consumerID": "policy-id",
  "timestamp": 1632991241317,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA54thjmahhzkaphx5nkz/1.0/resourceInstances/pnf7ac9be56b5fa0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:41:15.618Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:41:15.619Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-30T08:41:15.619Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccc84a66-f4f8-4a50-bd11-adf74303fe6f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632991239350,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA54thjmahhzkaphx5nkz/1.0/resourceInstances/pnf7ac9be56b5fa0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:41:15.619Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:41:15.619Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-30T08:41:15.620Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccc84a66-f4f8-4a50-bd11-adf74303fe6f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632991242851,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA54thjmahhzkaphx5nkz/1.0/resourceInstances/pnf7ac9be56b5fa0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:41:15.620Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:41:15.620Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-30T08:41:15.620Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccc84a66-f4f8-4a50-bd11-adf74303fe6f",
  "consumerID": "cds",
  "timestamp": 1632991231277,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA54thjmahhzkaphx5nkz/1.0/artifacts/service-DemoPnfA54thjmahhzkaphx5nkz-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T08:41:15.621Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:41:15.621Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-30T08:41:15.621Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccc84a66-f4f8-4a50-bd11-adf74303fe6f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632991231436,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA54thjmahhzkaphx5nkz/1.0/artifacts/service-DemoPnfA54thjmahhzkaphx5nkz-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T08:41:15.621Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:41:15.622Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-30T08:41:15.622Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccc84a66-f4f8-4a50-bd11-adf74303fe6f",
  "consumerID": "policy-id",
  "timestamp": 1632991241317,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA54thjmahhzkaphx5nkz/1.0/resourceInstances/pnf7ac9be56b5fa0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:41:15.622Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:41:15.622Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-30T08:41:15.623Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccc84a66-f4f8-4a50-bd11-adf74303fe6f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632991239350,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA54thjmahhzkaphx5nkz/1.0/resourceInstances/pnf7ac9be56b5fa0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:41:15.623Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:41:15.623Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-30T08:41:15.623Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccc84a66-f4f8-4a50-bd11-adf74303fe6f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632991242851,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA54thjmahhzkaphx5nkz/1.0/resourceInstances/pnf7ac9be56b5fa0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:41:15.624Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:41:15.624Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-30T08:41:15.624Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccc84a66-f4f8-4a50-bd11-adf74303fe6f",
  "consumerID": "policy-id",
  "timestamp": 1632991241317,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA54thjmahhzkaphx5nkz/1.0/resourceInstances/pnf7ac9be56b5fa0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:41:15.624Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:41:15.625Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-30T08:41:15.625Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccc84a66-f4f8-4a50-bd11-adf74303fe6f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632991239350,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA54thjmahhzkaphx5nkz/1.0/resourceInstances/pnf7ac9be56b5fa0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-09-30T08:41:15.625Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:41:15.625Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-30T08:41:15.625Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccc84a66-f4f8-4a50-bd11-adf74303fe6f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632991242851,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA54thjmahhzkaphx5nkz/1.0/resourceInstances/pnf7ac9be56b5fa0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:41:15.626Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:41:15.626Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-30T08:41:15.626Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccc84a66-f4f8-4a50-bd11-adf74303fe6f",
  "consumerID": "policy-id",
  "timestamp": 1632991241317,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA54thjmahhzkaphx5nkz/1.0/resourceInstances/pnf7ac9be56b5fa0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:41:15.627Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:41:15.627Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-30T08:41:15.627Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccc84a66-f4f8-4a50-bd11-adf74303fe6f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632991239350,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA54thjmahhzkaphx5nkz/1.0/artifacts/service-DemoPnfA54thjmahhzkaphx5nkz-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:41:15.627Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:41:15.628Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-30T08:41:15.628Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccc84a66-f4f8-4a50-bd11-adf74303fe6f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632991242851,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA54thjmahhzkaphx5nkz/1.0/resourceInstances/pnf7ac9be56b5fa0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:41:15.628Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:41:15.628Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-30T08:41:15.629Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccc84a66-f4f8-4a50-bd11-adf74303fe6f",
  "consumerID": "dcae-sch",
  "timestamp": 1632991245975,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA54thjmahhzkaphx5nkz/1.0/resourceInstances/pnf7ac9be56b5fa0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:41:15.629Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:41:15.629Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-30T08:41:15.629Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccc84a66-f4f8-4a50-bd11-adf74303fe6f",
  "consumerID": "cds",
  "timestamp": 1632991246851,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA54thjmahhzkaphx5nkz/1.0/artifacts/service-DemoPnfA54thjmahhzkaphx5nkz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-30T08:41:15.630Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T08:41:15.630Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-30T08:41:15.630Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccc84a66-f4f8-4a50-bd11-adf74303fe6f",
  "consumerID": "policy-id",
  "timestamp": 1632991241317,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA54thjmahhzkaphx5nkz/1.0/resourceInstances/pnf7ac9be56b5fa0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:41:15.630Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:41:15.631Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-30T08:41:15.631Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccc84a66-f4f8-4a50-bd11-adf74303fe6f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632991239350,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA54thjmahhzkaphx5nkz/1.0/artifacts/service-DemoPnfA54thjmahhzkaphx5nkz-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:41:15.631Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:41:15.632Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-30T08:41:15.632Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccc84a66-f4f8-4a50-bd11-adf74303fe6f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632991242851,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA54thjmahhzkaphx5nkz/1.0/resourceInstances/pnf7ac9be56b5fa0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:41:15.633Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:41:15.633Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-30T08:41:15.633Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccc84a66-f4f8-4a50-bd11-adf74303fe6f",
  "consumerID": "dcae-sch",
  "timestamp": 1632991245975,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA54thjmahhzkaphx5nkz/1.0/resourceInstances/pnf7ac9be56b5fa0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:41:15.633Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:41:15.634Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-30T08:41:15.634Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccc84a66-f4f8-4a50-bd11-adf74303fe6f",
  "consumerID": "cds",
  "timestamp": 1632991247858,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA54thjmahhzkaphx5nkz/1.0/artifacts/service-DemoPnfA54thjmahhzkaphx5nkz-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-30T08:41:15.660Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ccc84a66-f4f8-4a50-bd11-adf74303fe6f
2021-09-30T08:41:15.661Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId ccc84a66-f4f8-4a50-bd11-adf74303fe6f 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-30T08:41:15.682Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-30T08:41:15.683Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccc84a66-f4f8-4a50-bd11-adf74303fe6f",
  "consumerID": "policy-id",
  "timestamp": 1632991241317,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA54thjmahhzkaphx5nkz/1.0/artifacts/service-DemoPnfA54thjmahhzkaphx5nkz-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:41:15.683Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:41:15.683Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-30T08:41:15.684Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccc84a66-f4f8-4a50-bd11-adf74303fe6f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632991242851,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA54thjmahhzkaphx5nkz/1.0/resourceInstances/pnf7ac9be56b5fa0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:41:15.684Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:41:15.684Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-30T08:41:15.684Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccc84a66-f4f8-4a50-bd11-adf74303fe6f",
  "consumerID": "dcae-sch",
  "timestamp": 1632991245975,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA54thjmahhzkaphx5nkz/1.0/resourceInstances/pnf7ac9be56b5fa0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:41:15.685Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:41:15.685Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-30T08:41:15.685Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccc84a66-f4f8-4a50-bd11-adf74303fe6f",
  "consumerID": "policy-id",
  "timestamp": 1632991241317,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA54thjmahhzkaphx5nkz/1.0/artifacts/service-DemoPnfA54thjmahhzkaphx5nkz-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T08:41:15.685Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:41:15.686Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-30T08:41:15.686Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccc84a66-f4f8-4a50-bd11-adf74303fe6f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632991242851,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA54thjmahhzkaphx5nkz/1.0/artifacts/service-DemoPnfA54thjmahhzkaphx5nkz-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:41:15.687Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:41:15.687Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-30T08:41:15.687Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccc84a66-f4f8-4a50-bd11-adf74303fe6f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632991249627,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA54thjmahhzkaphx5nkz/1.0/resourceInstances/pnf7ac9be56b5fa0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-30T08:41:15.687Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T08:41:15.688Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-30T08:41:15.688Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccc84a66-f4f8-4a50-bd11-adf74303fe6f",
  "consumerID": "dcae-sch",
  "timestamp": 1632991245975,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA54thjmahhzkaphx5nkz/1.0/resourceInstances/pnf7ac9be56b5fa0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:41:15.688Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:41:15.688Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-30T08:41:15.689Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccc84a66-f4f8-4a50-bd11-adf74303fe6f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632991242851,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA54thjmahhzkaphx5nkz/1.0/artifacts/service-DemoPnfA54thjmahhzkaphx5nkz-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T08:41:15.689Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:41:15.689Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-30T08:41:15.689Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccc84a66-f4f8-4a50-bd11-adf74303fe6f",
  "consumerID": "dcae-sch",
  "timestamp": 1632991245975,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA54thjmahhzkaphx5nkz/1.0/resourceInstances/pnf7ac9be56b5fa0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:41:15.690Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:41:15.690Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-30T08:41:15.690Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccc84a66-f4f8-4a50-bd11-adf74303fe6f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632991250656,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA54thjmahhzkaphx5nkz/1.0/resourceInstances/pnf7ac9be56b5fa0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-09-30T08:41:15.690Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T08:41:15.691Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-30T08:41:15.691Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccc84a66-f4f8-4a50-bd11-adf74303fe6f",
  "consumerID": "policy-id",
  "timestamp": 1632991251438,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA54thjmahhzkaphx5nkz/1.0/artifacts/service-DemoPnfA54thjmahhzkaphx5nkz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-30T08:41:15.691Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T08:41:15.691Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-30T08:41:15.691Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccc84a66-f4f8-4a50-bd11-adf74303fe6f",
  "consumerID": "dcae-sch",
  "timestamp": 1632991245975,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA54thjmahhzkaphx5nkz/1.0/resourceInstances/pnf7ac9be56b5fa0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:41:15.692Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:41:15.692Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-30T08:41:15.692Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccc84a66-f4f8-4a50-bd11-adf74303fe6f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632991251659,
  "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-30T08:41:15.698Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of ccc84a66-f4f8-4a50-bd11-adf74303fe6f
2021-09-30T08:41:15.698Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId ccc84a66-f4f8-4a50-bd11-adf74303fe6f 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-30T08:41:15.709Z||pool-162-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-30T08:41:15.710Z||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-30T08:41:15.710Z||pool-162-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T08:41:15.722Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-30T08:41:15.722Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccc84a66-f4f8-4a50-bd11-adf74303fe6f",
  "consumerID": "clamp",
  "timestamp": 1632991251513,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA54thjmahhzkaphx5nkz/1.0/resourceInstances/pnf7ac9be56b5fa0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:41:15.723Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:41:15.723Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-30T08:41:15.723Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccc84a66-f4f8-4a50-bd11-adf74303fe6f",
  "consumerID": "policy-id",
  "timestamp": 1632991252447,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA54thjmahhzkaphx5nkz/1.0/artifacts/service-DemoPnfA54thjmahhzkaphx5nkz-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-30T08:41:15.723Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T08:41:15.723Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-30T08:41:15.723Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccc84a66-f4f8-4a50-bd11-adf74303fe6f",
  "consumerID": "dcae-sch",
  "timestamp": 1632991245975,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA54thjmahhzkaphx5nkz/1.0/artifacts/service-DemoPnfA54thjmahhzkaphx5nkz-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:41:15.724Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:41:15.724Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-30T08:41:15.724Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccc84a66-f4f8-4a50-bd11-adf74303fe6f",
  "consumerID": "clamp",
  "timestamp": 1632991251513,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA54thjmahhzkaphx5nkz/1.0/resourceInstances/pnf7ac9be56b5fa0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:41:15.724Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:41:15.724Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-30T08:41:15.725Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccc84a66-f4f8-4a50-bd11-adf74303fe6f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632991253475,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA54thjmahhzkaphx5nkz/1.0/artifacts/service-DemoPnfA54thjmahhzkaphx5nkz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-30T08:41:15.725Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T08:41:15.725Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-30T08:41:15.725Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccc84a66-f4f8-4a50-bd11-adf74303fe6f",
  "consumerID": "policy-id",
  "timestamp": 1632991253450,
  "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-30T08:41:15.731Z||pool-162-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:41:15.734Z||pool-162-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2021-09-30T08:41:15.739Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ccc84a66-f4f8-4a50-bd11-adf74303fe6f
2021-09-30T08:41:15.740Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId ccc84a66-f4f8-4a50-bd11-adf74303fe6f 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-30T08:41:15.748Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-30T08:41:15.748Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccc84a66-f4f8-4a50-bd11-adf74303fe6f",
  "consumerID": "dcae-sch",
  "timestamp": 1632991245975,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA54thjmahhzkaphx5nkz/1.0/artifacts/service-DemoPnfA54thjmahhzkaphx5nkz-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:41:15.749Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:41:15.749Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-30T08:41:15.749Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccc84a66-f4f8-4a50-bd11-adf74303fe6f",
  "consumerID": "clamp",
  "timestamp": 1632991251513,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA54thjmahhzkaphx5nkz/1.0/resourceInstances/pnf7ac9be56b5fa0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:41:15.749Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:41:15.749Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-30T08:41:15.750Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccc84a66-f4f8-4a50-bd11-adf74303fe6f",
  "consumerID": "aai-ml",
  "timestamp": 1632991254245,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA54thjmahhzkaphx5nkz/1.0/resourceInstances/pnf7ac9be56b5fa0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:41:15.750Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:41:15.750Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-30T08:41:15.750Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccc84a66-f4f8-4a50-bd11-adf74303fe6f",
  "consumerID": "clamp",
  "timestamp": 1632991251513,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA54thjmahhzkaphx5nkz/1.0/resourceInstances/pnf7ac9be56b5fa0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:41:15.750Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:41:15.751Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-30T08:41:15.751Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccc84a66-f4f8-4a50-bd11-adf74303fe6f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632991255395,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA54thjmahhzkaphx5nkz/1.0/artifacts/service-DemoPnfA54thjmahhzkaphx5nkz-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-30T08:41:15.751Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T08:41:15.751Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-30T08:41:15.751Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccc84a66-f4f8-4a50-bd11-adf74303fe6f",
  "consumerID": "aai-ml",
  "timestamp": 1632991254245,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA54thjmahhzkaphx5nkz/1.0/resourceInstances/pnf7ac9be56b5fa0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:41:15.752Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:41:15.752Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-30T08:41:15.752Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccc84a66-f4f8-4a50-bd11-adf74303fe6f",
  "consumerID": "clamp",
  "timestamp": 1632991251513,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA54thjmahhzkaphx5nkz/1.0/resourceInstances/pnf7ac9be56b5fa0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:41:15.752Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:41:15.752Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-30T08:41:15.753Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccc84a66-f4f8-4a50-bd11-adf74303fe6f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632991256399,
  "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-30T08:41:15.757Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ccc84a66-f4f8-4a50-bd11-adf74303fe6f
2021-09-30T08:41:15.758Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId ccc84a66-f4f8-4a50-bd11-adf74303fe6f 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-30T08:41:15.770Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-30T08:41:15.771Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccc84a66-f4f8-4a50-bd11-adf74303fe6f",
  "consumerID": "aai-ml",
  "timestamp": 1632991254245,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA54thjmahhzkaphx5nkz/1.0/resourceInstances/pnf7ac9be56b5fa0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:41:15.771Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:41:15.771Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-30T08:41:15.771Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccc84a66-f4f8-4a50-bd11-adf74303fe6f",
  "consumerID": "clamp",
  "timestamp": 1632991251513,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA54thjmahhzkaphx5nkz/1.0/resourceInstances/pnf7ac9be56b5fa0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:41:15.771Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:41:15.772Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-30T08:41:15.772Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccc84a66-f4f8-4a50-bd11-adf74303fe6f",
  "consumerID": "aai-ml",
  "timestamp": 1632991254245,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA54thjmahhzkaphx5nkz/1.0/resourceInstances/pnf7ac9be56b5fa0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:41:15.772Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:41:15.772Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-30T08:41:15.772Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccc84a66-f4f8-4a50-bd11-adf74303fe6f",
  "consumerID": "clamp",
  "timestamp": 1632991251513,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA54thjmahhzkaphx5nkz/1.0/artifacts/service-DemoPnfA54thjmahhzkaphx5nkz-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:41:15.772Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:41:15.772Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-30T08:41:15.772Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccc84a66-f4f8-4a50-bd11-adf74303fe6f",
  "consumerID": "aai-ml",
  "timestamp": 1632991254245,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA54thjmahhzkaphx5nkz/1.0/resourceInstances/pnf7ac9be56b5fa0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:41:15.772Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:41:15.772Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-30T08:41:15.772Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccc84a66-f4f8-4a50-bd11-adf74303fe6f",
  "consumerID": "clamp",
  "timestamp": 1632991251513,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA54thjmahhzkaphx5nkz/1.0/artifacts/service-DemoPnfA54thjmahhzkaphx5nkz-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T08:41:15.772Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:41:15.772Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-30T08:41:15.772Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccc84a66-f4f8-4a50-bd11-adf74303fe6f",
  "consumerID": "aai-ml",
  "timestamp": 1632991254245,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA54thjmahhzkaphx5nkz/1.0/resourceInstances/pnf7ac9be56b5fa0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:41:15.773Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:41:15.773Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-30T08:41:15.773Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccc84a66-f4f8-4a50-bd11-adf74303fe6f",
  "consumerID": "aai-ml",
  "timestamp": 1632991254245,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA54thjmahhzkaphx5nkz/1.0/artifacts/service-DemoPnfA54thjmahhzkaphx5nkz-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:41:15.773Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:41:15.774Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-30T08:41:15.774Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccc84a66-f4f8-4a50-bd11-adf74303fe6f",
  "consumerID": "aai-ml",
  "timestamp": 1632991254245,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA54thjmahhzkaphx5nkz/1.0/artifacts/service-DemoPnfA54thjmahhzkaphx5nkz-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T08:41:15.774Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:41:15.774Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-30T08:41:15.774Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccc84a66-f4f8-4a50-bd11-adf74303fe6f",
  "consumerID": "aai-ml",
  "timestamp": 1632991264235,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA54thjmahhzkaphx5nkz/1.0/artifacts/service-DemoPnfA54thjmahhzkaphx5nkz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-30T08:41:15.775Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T08:41:15.775Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-30T08:41:15.775Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccc84a66-f4f8-4a50-bd11-adf74303fe6f",
  "consumerID": "clamp",
  "timestamp": 1632991266127,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA54thjmahhzkaphx5nkz/1.0/artifacts/service-DemoPnfA54thjmahhzkaphx5nkz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-30T08:41:15.775Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T08:41:15.775Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-30T08:41:15.776Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccc84a66-f4f8-4a50-bd11-adf74303fe6f",
  "consumerID": "clamp",
  "timestamp": 1632991268132,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA54thjmahhzkaphx5nkz/1.0/artifacts/service-DemoPnfA54thjmahhzkaphx5nkz-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-30T08:41:15.776Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T08:41:15.776Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-30T08:41:15.776Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccc84a66-f4f8-4a50-bd11-adf74303fe6f",
  "consumerID": "clamp",
  "timestamp": 1632991269136,
  "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-30T08:41:15.784Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of ccc84a66-f4f8-4a50-bd11-adf74303fe6f
2021-09-30T08:41:15.785Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId ccc84a66-f4f8-4a50-bd11-adf74303fe6f 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-30T08:41:15.794Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-30T08:41:15.794Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccc84a66-f4f8-4a50-bd11-adf74303fe6f",
  "consumerID": "aai-ml",
  "timestamp": 1632991270266,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA54thjmahhzkaphx5nkz/1.0/artifacts/service-DemoPnfA54thjmahhzkaphx5nkz-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-30T08:41:15.794Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T08:41:15.794Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-30T08:41:15.794Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccc84a66-f4f8-4a50-bd11-adf74303fe6f",
  "consumerID": "aai-ml",
  "timestamp": 1632991271270,
  "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-30T08:41:15.803Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ccc84a66-f4f8-4a50-bd11-adf74303fe6f
2021-09-30T08:41:15.804Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId ccc84a66-f4f8-4a50-bd11-adf74303fe6f 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-30T08:41:16.609Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T08:41:16.611Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-30T08:41:16.613Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T08:41:16.614Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ccc84a66-f4f8-4a50-bd11-adf74303fe6f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632991274938,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA54thjmahhzkaphx5nkz/1.0/resourceInstances/pnf7ac9be56b5fa0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:41:16.714Z||pool-163-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T08:41:16.716Z||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-30T08:41:16.716Z||pool-163-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T08:41:16.744Z||pool-163-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:41:16.745Z||pool-163-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2021-09-30T08:41:17.614Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T08:41:17.615Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-30T08:41:17.620Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T08:41:17.620Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ccc84a66-f4f8-4a50-bd11-adf74303fe6f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632991274938,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA54thjmahhzkaphx5nkz/1.0/resourceInstances/pnf7ac9be56b5fa0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:41:17.720Z||pool-164-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T08:41:17.721Z||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-30T08:41:17.721Z||pool-164-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T08:41:17.743Z||pool-164-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:41:17.743Z||pool-164-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2021-09-30T08:41:18.621Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T08:41:18.621Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-30T08:41:18.624Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T08:41:18.624Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ccc84a66-f4f8-4a50-bd11-adf74303fe6f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632991274938,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA54thjmahhzkaphx5nkz/1.0/resourceInstances/pnf7ac9be56b5fa0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:41:18.724Z||pool-165-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T08:41:18.725Z||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-30T08:41:18.725Z||pool-165-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T08:41:18.744Z||pool-165-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:41:18.745Z||pool-165-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2021-09-30T08:41:19.624Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T08:41:19.625Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-30T08:41:19.628Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T08:41:19.628Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ccc84a66-f4f8-4a50-bd11-adf74303fe6f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632991274938,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA54thjmahhzkaphx5nkz/1.0/resourceInstances/pnf7ac9be56b5fa0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:41:19.728Z||pool-166-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-30T08:41:19.729Z||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-30T08:41:19.729Z||pool-166-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T08:41:19.740Z||pool-166-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:41:19.741Z||pool-166-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-30T08:41:20.629Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T08:41:20.630Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-30T08:41:20.632Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T08:41:20.633Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ccc84a66-f4f8-4a50-bd11-adf74303fe6f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632991274938,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA54thjmahhzkaphx5nkz/1.0/resourceInstances/pnf7ac9be56b5fa0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:41:20.733Z||pool-167-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T08:41:20.734Z||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-30T08:41:20.734Z||pool-167-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T08:41:20.749Z||pool-167-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:41:20.749Z||pool-167-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-09-30T08:41:21.633Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T08:41:21.636Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-30T08:41:21.638Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T08:41:21.638Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ccc84a66-f4f8-4a50-bd11-adf74303fe6f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632991274938,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA54thjmahhzkaphx5nkz/1.0/artifacts/service-DemoPnfA54thjmahhzkaphx5nkz-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:41:21.740Z||pool-168-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2021-09-30T08:41:21.740Z||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-30T08:41:21.741Z||pool-168-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T08:41:21.752Z||pool-168-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:41:21.753Z||pool-168-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-30T08:41:22.638Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T08:41:22.639Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-30T08:41:22.642Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T08:41:22.642Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ccc84a66-f4f8-4a50-bd11-adf74303fe6f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632991274938,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA54thjmahhzkaphx5nkz/1.0/artifacts/service-DemoPnfA54thjmahhzkaphx5nkz-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T08:41:22.743Z||pool-169-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-30T08:41:22.744Z||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-30T08:41:22.744Z||pool-169-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T08:41:22.754Z||pool-169-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:41:22.755Z||pool-169-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-09-30T08:41:23.644Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "ccc84a66-f4f8-4a50-bd11-adf74303fe6f",
  "serviceName": "Demo_pNF_a54thJmAHHzkaphX5nKz",
  "serviceVersion": "1.0",
  "serviceUUID": "1154199f-fb7d-4a93-aef9-9e80a8ff66a1",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "6ea7a4cf-1fc7-41a7-9c28-8131a9b8d356",
  "resources": [
    {
      "resourceInstanceName": "pNF 7ac9be56-b5fa 0",
      "resourceCustomizationUUID": "8436e02b-d82b-4ce3-8732-bd7647134342",
      "resourceName": "pNF 7ac9be56-b5fa",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "5949e28b-940b-46d4-8bdd-61f9acc8aa1d",
      "resourceInvariantUUID": "617163c1-55e1-45fa-a1a7-cd266314eb92",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfA54thjmahhzkaphx5nkz-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfA54thjmahhzkaphx5nkz/1.0/artifacts/service-DemoPnfA54thjmahhzkaphx5nkz-csar.csar",
      "artifactChecksum": "MTcyNTkwMjA0ZjMwNDc1NTZhZDU0MmQ5NWQyY2RiNjI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ff2566f0-72c5-43ec-9b1e-175f9cf9c8aa"
    }
  ],
  "workloadContext": "Production"
}
2021-09-30T08:41:23.645Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-30T08:41:23.646Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 1154199f-fb7d-4a93-aef9-9e80a8ff66a1 ASDC
2021-09-30T08:41:23.647Z|ccc84a66-f4f8-4a50-bd11-adf74303fe6f|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:ccc84a66-f4f8-4a50-bd11-adf74303fe6f
ServiceName:Demo_pNF_a54thJmAHHzkaphX5nKz
ServiceVersion:1.0
ServiceUUID:1154199f-fb7d-4a93-aef9-9e80a8ff66a1
ServiceInvariantUUID:6ea7a4cf-1fc7-41a7-9c28-8131a9b8d356
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfA54thjmahhzkaphx5nkz-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfA54thjmahhzkaphx5nkz/1.0/artifacts/service-DemoPnfA54thjmahhzkaphx5nkz-csar.csar
ArtifactUUID:ff2566f0-72c5-43ec-9b1e-175f9cf9c8aa
ArtifactChecksum:MTcyNTkwMjA0ZjMwNDc1NTZhZDU0MmQ5NWQyY2RiNjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 7ac9be56-b5fa 0
ResourceCustomizationUUID:8436e02b-d82b-4ce3-8732-bd7647134342
ResourceInvariantUUID:617163c1-55e1-45fa-a1a7-cd266314eb92
ResourceName:pNF 7ac9be56-b5fa
ResourceType:PNF
ResourceUUID:5949e28b-940b-46d4-8bdd-61f9acc8aa1d
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-09-30T08:41:23.647Z|ccc84a66-f4f8-4a50-bd11-adf74303fe6f|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1154199f-fb7d-4a93-aef9-9e80a8ff66a1 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-30T08:41:23.680Z|ccc84a66-f4f8-4a50-bd11-adf74303fe6f|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-30T08:41:23.682Z|ccc84a66-f4f8-4a50-bd11-adf74303fe6f|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-09-30T08:41:23.682Z|ccc84a66-f4f8-4a50-bd11-adf74303fe6f|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-09-30T08:41:23.682Z|ccc84a66-f4f8-4a50-bd11-adf74303fe6f|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: ff2566f0-72c5-43ec-9b1e-175f9cf9c8aa from URL: /sdc/v1/catalog/services/DemoPnfA54thjmahhzkaphx5nkz/1.0/artifacts/service-DemoPnfA54thjmahhzkaphx5nkz-csar.csar
2021-09-30T08:41:23.682Z|ccc84a66-f4f8-4a50-bd11-adf74303fe6f|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-09-30T08:41:23.683Z|ccc84a66-f4f8-4a50-bd11-adf74303fe6f|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfA54thjmahhzkaphx5nkz/1.0/artifacts/service-DemoPnfA54thjmahhzkaphx5nkz-csar.csar
2021-09-30T08:41:25.437Z|ccc84a66-f4f8-4a50-bd11-adf74303fe6f|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-09-30T08:41:25.440Z|ccc84a66-f4f8-4a50-bd11-adf74303fe6f|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfA54thjmahhzkaphx5nkz/1.0/artifacts/service-DemoPnfA54thjmahhzkaphx5nkz-csar.csar ff2566f0-72c5-43ec-9b1e-175f9cf9c8aa 82534
2021-09-30T08:41:25.441Z|ccc84a66-f4f8-4a50-bd11-adf74303fe6f|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfA54thjmahhzkaphx5nkz/1.0/artifacts/service-DemoPnfA54thjmahhzkaphx5nkz-csar.csar ASDC sendASDCNotification
2021-09-30T08:41:25.441Z|ccc84a66-f4f8-4a50-bd11-adf74303fe6f|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfA54thjmahhzkaphx5nkz/1.0/artifacts/service-DemoPnfA54thjmahhzkaphx5nkz-csar.csar
2021-09-30T08:41:25.441Z|ccc84a66-f4f8-4a50-bd11-adf74303fe6f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-30T08:41:25.441Z|ccc84a66-f4f8-4a50-bd11-adf74303fe6f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-30T08:41:25.443Z|ccc84a66-f4f8-4a50-bd11-adf74303fe6f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T08:41:25.443Z|ccc84a66-f4f8-4a50-bd11-adf74303fe6f|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ccc84a66-f4f8-4a50-bd11-adf74303fe6f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632991285441,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA54thjmahhzkaphx5nkz/1.0/artifacts/service-DemoPnfA54thjmahhzkaphx5nkz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-30T08:41:25.544Z||pool-170-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-30T08:41:25.544Z||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-30T08:41:25.544Z||pool-170-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T08:41:25.563Z||pool-170-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:41:25.564Z||pool-170-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2021-09-30T08:41:26.444Z|ccc84a66-f4f8-4a50-bd11-adf74303fe6f|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-30T08:41:26.445Z|ccc84a66-f4f8-4a50-bd11-adf74303fe6f|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-09-30T08:41:26.445Z|ccc84a66-f4f8-4a50-bd11-adf74303fe6f|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: ff2566f0-72c5-43ec-9b1e-175f9cf9c8aa, URL: /sdc/v1/catalog/services/DemoPnfA54thjmahhzkaphx5nkz/1.0/artifacts/service-DemoPnfA54thjmahhzkaphx5nkz-csar.csar to file: /app/ASDC/1/service-DemoPnfA54thjmahhzkaphx5nkz-csar.csar
2021-09-30T08:41:26.448Z|ccc84a66-f4f8-4a50-bd11-adf74303fe6f|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfA54thjmahhzkaphx5nkz-csar.csar
2021-09-30T08:41:26.448Z|ccc84a66-f4f8-4a50-bd11-adf74303fe6f|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfA54thjmahhzkaphx5nkz-csar.csar
2021-09-30T08:41:26.449Z|ccc84a66-f4f8-4a50-bd11-adf74303fe6f|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfA54thjmahhzkaphx5nkz-csar.csar
2021-09-30T08:41:26.761Z|ccc84a66-f4f8-4a50-bd11-adf74303fe6f|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12528777252260433098/Definitions/service-DemoPnfA54thjmahhzkaphx5nkz-template.yml
2021-09-30T08:41:27.616Z|ccc84a66-f4f8-4a50-bd11-adf74303fe6f|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-30T08:41:27.617Z|ccc84a66-f4f8-4a50-bd11-adf74303fe6f|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-09-30T08:41:27.617Z|ccc84a66-f4f8-4a50-bd11-adf74303fe6f|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfA54thjmahhzkaphx5nkz-csar.csar
2021-09-30T08:41:27.617Z|ccc84a66-f4f8-4a50-bd11-adf74303fe6f|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-09-30T08:41:27.617Z|ccc84a66-f4f8-4a50-bd11-adf74303fe6f|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfA54thjmahhzkaphx5nkz-csar.csar
2021-09-30T08:41:27.617Z|ccc84a66-f4f8-4a50-bd11-adf74303fe6f|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfA54thjmahhzkaphx5nkz-csar.csar
2021-09-30T08:41:27.617Z|ccc84a66-f4f8-4a50-bd11-adf74303fe6f|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfA54thjmahhzkaphx5nkz-csar.csar
2021-09-30T08:41:27.617Z|ccc84a66-f4f8-4a50-bd11-adf74303fe6f|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfA54thjmahhzkaphx5nkz-csar.csar
2021-09-30T08:41:27.617Z|ccc84a66-f4f8-4a50-bd11-adf74303fe6f|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfA54thjmahhzkaphx5nkz-csar.csar
2021-09-30T08:41:27.618Z|ccc84a66-f4f8-4a50-bd11-adf74303fe6f|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 7ac9be56-b5fa 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-DemoPnfA54thjmahhzkaphx5nkz-csar.csar
2021-09-30T08:41:27.618Z|ccc84a66-f4f8-4a50-bd11-adf74303fe6f|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfA54thjmahhzkaphx5nkz-csar.csar
2021-09-30T08:41:27.618Z|ccc84a66-f4f8-4a50-bd11-adf74303fe6f|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-09-30T08:41:27.618Z|ccc84a66-f4f8-4a50-bd11-adf74303fe6f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T08:41:27.618Z|ccc84a66-f4f8-4a50-bd11-adf74303fe6f|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_a54thJmAHHzkaphX5nKz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T08:41:27.618Z|ccc84a66-f4f8-4a50-bd11-adf74303fe6f|pool-2-thread-3|||||DEBUG|500||Node template pNF 7ac9be56-b5fa 0 is matching search criteria
2021-09-30T08:41:27.618Z|ccc84a66-f4f8-4a50-bd11-adf74303fe6f|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-09-30T08:41:27.619Z|ccc84a66-f4f8-4a50-bd11-adf74303fe6f|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 7ac9be56-b5fa 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-30T08:41:27.619Z|ccc84a66-f4f8-4a50-bd11-adf74303fe6f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T08:41:27.619Z|ccc84a66-f4f8-4a50-bd11-adf74303fe6f|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_a54thJmAHHzkaphX5nKz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T08:41:27.619Z|ccc84a66-f4f8-4a50-bd11-adf74303fe6f|pool-2-thread-3|||||DEBUG|500||Node template pNF 7ac9be56-b5fa 0 is matching search criteria
2021-09-30T08:41:27.619Z|ccc84a66-f4f8-4a50-bd11-adf74303fe6f|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-09-30T08:41:27.619Z|ccc84a66-f4f8-4a50-bd11-adf74303fe6f|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 7ac9be56-b5fa 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-30T08:41:27.619Z|ccc84a66-f4f8-4a50-bd11-adf74303fe6f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T08:41:27.620Z|ccc84a66-f4f8-4a50-bd11-adf74303fe6f|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_a54thJmAHHzkaphX5nKz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T08:41:27.620Z|ccc84a66-f4f8-4a50-bd11-adf74303fe6f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T08:41:27.620Z|ccc84a66-f4f8-4a50-bd11-adf74303fe6f|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_a54thJmAHHzkaphX5nKz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T08:41:27.620Z|ccc84a66-f4f8-4a50-bd11-adf74303fe6f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T08:41:27.620Z|ccc84a66-f4f8-4a50-bd11-adf74303fe6f|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_a54thJmAHHzkaphX5nKz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T08:41:27.620Z|ccc84a66-f4f8-4a50-bd11-adf74303fe6f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T08:41:27.620Z|ccc84a66-f4f8-4a50-bd11-adf74303fe6f|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_a54thJmAHHzkaphX5nKz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T08:41:27.621Z|ccc84a66-f4f8-4a50-bd11-adf74303fe6f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T08:41:27.621Z|ccc84a66-f4f8-4a50-bd11-adf74303fe6f|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_a54thJmAHHzkaphX5nKz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T08:41:27.621Z|ccc84a66-f4f8-4a50-bd11-adf74303fe6f|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_a54thJmAHHzkaphX5nKz
Description:catalog service description
Model UUID:1154199f-fb7d-4a93-aef9-9e80a8ff66a1
Model Version:NULL
Model InvariantUuid:6ea7a4cf-1fc7-41a7-9c28-8131a9b8d356
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-30T08:41:27.627Z|ccc84a66-f4f8-4a50-bd11-adf74303fe6f|pool-2-thread-3|||||INFO|500||Processing Resource Type: PNF, Model UUID: 5949e28b-940b-46d4-8bdd-61f9acc8aa1d
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-30T08:41:27.631Z|ccc84a66-f4f8-4a50-bd11-adf74303fe6f|pool-2-thread-3|||||INFO|500||pNF 7ac9be56-b5fa 0
2021-09-30T08:41:27.631Z|ccc84a66-f4f8-4a50-bd11-adf74303fe6f|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 5949e28b-940b-46d4-8bdd-61f9acc8aa1d
2021-09-30T08:41:27.631Z|ccc84a66-f4f8-4a50-bd11-adf74303fe6f|pool-2-thread-3|||||DEBUG|500||No resources found for Service: 1154199f-fb7d-4a93-aef9-9e80a8ff66a1
2021-09-30T08:41:27.631Z|ccc84a66-f4f8-4a50-bd11-adf74303fe6f|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 1154199f-fb7d-4a93-aef9-9e80a8ff66a1
2021-09-30T08:41:27.631Z|ccc84a66-f4f8-4a50-bd11-adf74303fe6f|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 7ac9be56-b5fa 0 5949e28b-940b-46d4-8bdd-61f9acc8aa1d 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-30T08:41:27.635Z|ccc84a66-f4f8-4a50-bd11-adf74303fe6f|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6bf3f182, org.onap.sdc.toscaparser.api.parameters.Input@777afd6c, org.onap.sdc.toscaparser.api.parameters.Input@5b0f1e71, org.onap.sdc.toscaparser.api.parameters.Input@13c952f6, org.onap.sdc.toscaparser.api.parameters.Input@67c2ceec]
2021-09-30T08:41:27.635Z|ccc84a66-f4f8-4a50-bd11-adf74303fe6f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T08:41:27.636Z|ccc84a66-f4f8-4a50-bd11-adf74303fe6f|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_a54thJmAHHzkaphX5nKz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T08:41:27.636Z|ccc84a66-f4f8-4a50-bd11-adf74303fe6f|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 1154199f-fb7d-4a93-aef9-9e80a8ff66a1: pNF 7ac9be56-b5fa
2021-09-30T08:41:27.636Z|ccc84a66-f4f8-4a50-bd11-adf74303fe6f|pool-2-thread-3|||||INFO|500||Processing PNF resource: 5949e28b-940b-46d4-8bdd-61f9acc8aa1d
2021-09-30T08:41:27.636Z|ccc84a66-f4f8-4a50-bd11-adf74303fe6f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T08:41:27.636Z|ccc84a66-f4f8-4a50-bd11-adf74303fe6f|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_a54thJmAHHzkaphX5nKz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T08:41:27.636Z|ccc84a66-f4f8-4a50-bd11-adf74303fe6f|pool-2-thread-3|||||INFO|500||Resource customization UUID: 8436e02b-d82b-4ce3-8732-bd7647134342 is the same as notified resource customizationUUID: 8436e02b-d82b-4ce3-8732-bd7647134342
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-30T08:41:27.671Z|ccc84a66-f4f8-4a50-bd11-adf74303fe6f|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 7ac9be56-b5fa 5949e28b-940b-46d4-8bdd-61f9acc8aa1d 0 ASDC deployResourceStructure
2021-09-30T08:41:27.672Z|ccc84a66-f4f8-4a50-bd11-adf74303fe6f|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfA54thjmahhzkaphx5nkz/1.0/artifacts/service-DemoPnfA54thjmahhzkaphx5nkz-csar.csar ASDC sendASDCNotification
2021-09-30T08:41:27.672Z|ccc84a66-f4f8-4a50-bd11-adf74303fe6f|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfA54thjmahhzkaphx5nkz/1.0/artifacts/service-DemoPnfA54thjmahhzkaphx5nkz-csar.csar
2021-09-30T08:41:27.672Z|ccc84a66-f4f8-4a50-bd11-adf74303fe6f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-30T08:41:27.672Z|ccc84a66-f4f8-4a50-bd11-adf74303fe6f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-30T08:41:27.674Z|ccc84a66-f4f8-4a50-bd11-adf74303fe6f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T08:41:27.674Z|ccc84a66-f4f8-4a50-bd11-adf74303fe6f|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ccc84a66-f4f8-4a50-bd11-adf74303fe6f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632991287672,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA54thjmahhzkaphx5nkz/1.0/artifacts/service-DemoPnfA54thjmahhzkaphx5nkz-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-30T08:41:27.774Z||pool-171-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T08:41:27.775Z||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-30T08:41:27.775Z||pool-171-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T08:41:27.786Z||pool-171-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:41:27.787Z||pool-171-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-09-30T08:41:28.674Z|ccc84a66-f4f8-4a50-bd11-adf74303fe6f|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ccc84a66-f4f8-4a50-bd11-adf74303fe6f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-30T08:41:28.687Z|ccc84a66-f4f8-4a50-bd11-adf74303fe6f|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ccc84a66-f4f8-4a50-bd11-adf74303fe6f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-30T08:41:28.690Z|ccc84a66-f4f8-4a50-bd11-adf74303fe6f|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-30T08:41:28.690Z|ccc84a66-f4f8-4a50-bd11-adf74303fe6f|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-30T08:41:28.690Z|ccc84a66-f4f8-4a50-bd11-adf74303fe6f|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-30T08:41:28.690Z|ccc84a66-f4f8-4a50-bd11-adf74303fe6f|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-30T08:41:28.690Z|ccc84a66-f4f8-4a50-bd11-adf74303fe6f|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-30T08:41:28.690Z|ccc84a66-f4f8-4a50-bd11-adf74303fe6f|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-30T08:41:28.691Z|ccc84a66-f4f8-4a50-bd11-adf74303fe6f|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-30T08:41:28.691Z|ccc84a66-f4f8-4a50-bd11-adf74303fe6f|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-30T08:41:28.691Z|ccc84a66-f4f8-4a50-bd11-adf74303fe6f|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-30T08:41:28.691Z|ccc84a66-f4f8-4a50-bd11-adf74303fe6f|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-30T08:41:28.691Z|ccc84a66-f4f8-4a50-bd11-adf74303fe6f|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-30T08:41:28.691Z|ccc84a66-f4f8-4a50-bd11-adf74303fe6f|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-30T08:41:28.697Z|ccc84a66-f4f8-4a50-bd11-adf74303fe6f|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-30T08:41:58.698Z|ccc84a66-f4f8-4a50-bd11-adf74303fe6f|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ccc84a66-f4f8-4a50-bd11-adf74303fe6f 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-30T08:41:58.705Z|ccc84a66-f4f8-4a50-bd11-adf74303fe6f|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ccc84a66-f4f8-4a50-bd11-adf74303fe6f and serviceModelVersionId: 1154199f-fb7d-4a93-aef9-9e80a8ff66a1
2021-09-30T08:41:58.705Z|ccc84a66-f4f8-4a50-bd11-adf74303fe6f|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6ea7a4cf-1fc7-41a7-9c28-8131a9b8d356
2021-09-30T08:41:58.706Z|ccc84a66-f4f8-4a50-bd11-adf74303fe6f|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6ea7a4cf-1fc7-41a7-9c28-8131a9b8d356/model-vers/model-ver/1154199f-fb7d-4a93-aef9-9e80a8ff66a1?depth=0
2021-09-30T08:41:58.712Z|ccc84a66-f4f8-4a50-bd11-adf74303fe6f|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2021-09-30T08:41:58.754Z|ccc84a66-f4f8-4a50-bd11-adf74303fe6f|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6ea7a4cf-1fc7-41a7-9c28-8131a9b8d356/model-vers/model-ver/1154199f-fb7d-4a93-aef9-9e80a8ff66a1?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-30T08:41:58.755Z|ccc84a66-f4f8-4a50-bd11-adf74303fe6f|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6ea7a4cf-1fc7-41a7-9c28-8131a9b8d356/model-vers/model-ver/1154199f-fb7d-4a93-aef9-9e80a8ff66a1?depth=0|INFO|500||Invoke
2021-09-30T08:41:58.773Z|ccc84a66-f4f8-4a50-bd11-adf74303fe6f|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6ea7a4cf-1fc7-41a7-9c28-8131a9b8d356/model-vers/model-ver/1154199f-fb7d-4a93-aef9-9e80a8ff66a1?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-30T08:41:58.890Z|ccc84a66-f4f8-4a50-bd11-adf74303fe6f|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6ea7a4cf-1fc7-41a7-9c28-8131a9b8d356/model-vers/model-ver/1154199f-fb7d-4a93-aef9-9e80a8ff66a1?depth=0|INFO|500||InvokeReturn
2021-09-30T08:41:58.891Z|ccc84a66-f4f8-4a50-bd11-adf74303fe6f|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6ea7a4cf-1fc7-41a7-9c28-8131a9b8d356/model-vers/model-ver/1154199f-fb7d-4a93-aef9-9e80a8ff66a1?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210930-08:41:58:782-51451], vertex-id=[331872], Content-Length=[0], Date=[Thu, 30 Sep 2021 08:41:58 GMT], Content-Type=[application/json]}
2021-09-30T08:41:58.892Z|ccc84a66-f4f8-4a50-bd11-adf74303fe6f|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2021-09-30T08:41:58.892Z|ccc84a66-f4f8-4a50-bd11-adf74303fe6f|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-30T08:41:58.892Z|ccc84a66-f4f8-4a50-bd11-adf74303fe6f|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-30T08:41:58.897Z|ccc84a66-f4f8-4a50-bd11-adf74303fe6f|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-09-30T08:41:58.898Z|ccc84a66-f4f8-4a50-bd11-adf74303fe6f|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ccc84a66-f4f8-4a50-bd11-adf74303fe6f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-30T08:41:58.898Z|ccc84a66-f4f8-4a50-bd11-adf74303fe6f|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-30T08:41:58.898Z|ccc84a66-f4f8-4a50-bd11-adf74303fe6f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-30T08:41:58.900Z|ccc84a66-f4f8-4a50-bd11-adf74303fe6f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T08:41:58.900Z|ccc84a66-f4f8-4a50-bd11-adf74303fe6f|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ccc84a66-f4f8-4a50-bd11-adf74303fe6f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632991318898,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-30T08:41:59.000Z||pool-172-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T08:41:59.001Z||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-30T08:41:59.001Z||pool-172-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T08:41:59.014Z||pool-172-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:41:59.014Z||pool-172-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-30T08:42:14.933Z|ccc84a66-f4f8-4a50-bd11-adf74303fe6f|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T08:42:14.935Z|ccc84a66-f4f8-4a50-bd11-adf74303fe6f|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T08:42:14.935Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T08:42:14.935Z|ccc84a66-f4f8-4a50-bd11-adf74303fe6f|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2cjfMityS9h3J0jo) ...
2021-09-30T08:42:14.935Z||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-30T08:42:14.935Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T08:42:15.063Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:42:15.065Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-30T08:42:15.065Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccc84a66-f4f8-4a50-bd11-adf74303fe6f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632991274938,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA54thjmahhzkaphx5nkz/1.0/resourceInstances/pnf7ac9be56b5fa0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:42:15.067Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:42:15.560Z|ccc84a66-f4f8-4a50-bd11-adf74303fe6f|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:42:15.561Z|ccc84a66-f4f8-4a50-bd11-adf74303fe6f|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-30T08:42:15.561Z|ccc84a66-f4f8-4a50-bd11-adf74303fe6f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"264c4e99-a090-48c4-bce8-087eba4a7aa3","serviceName":"Demo_pNF_fiEcLOQlyCrvJjm9SPxP","serviceVersion":"1.0","serviceUUID":"81f99a6f-a52e-434f-be0e-eb2a88dbae4e","serviceDescription":"catalog service description","serviceInvariantUUID":"323d15ba-7f82-40db-a130-5aadf7ad4896","resources":[{"resourceInstanceName":"pNF 6ac96115-92dc 0","resourceName":"pNF 6ac96115-92dc","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"cd426eab-04c7-4305-b8fd-0df70170743e","resourceInvariantUUID":"399cf1e6-8f2e-44a1-a5b9-7a3996e6029f","resourceCustomizationUUID":"409a7da3-e4bb-48dd-98dd-1a283c7bcb39","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFiecloqlycrvjjm9spxp/1.0/resourceInstances/pnf6ac9611592dc0/artifacts/vf-license-model.xml","artifactChecksum":"ZjVhZGRjNGRiNDI4NzgxMTJkMmU4M2ZjNGUzOTE3NzU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f06393db-931d-41fb-a94e-4af22aa0158c","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFiecloqlycrvjjm9spxp/1.0/resourceInstances/pnf6ac9611592dc0/artifacts/pNF.csar","artifactChecksum":"NzdkNzAxYWJhY2VlZDZhMjhhOTVkNzdmZjBiNTRkMjM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8dab96d1-c4da-4df4-936d-9c90b3cf332e","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFiecloqlycrvjjm9spxp/1.0/resourceInstances/pnf6ac9611592dc0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e32247e0-e95e-4a58-ab48-f6adddf8f61b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFiecloqlycrvjjm9spxp/1.0/resourceInstances/pnf6ac9611592dc0/artifacts/vendor-license-model.xml","artifactChecksum":"MzU3YTIzZmY2MWI1YmRiYmVlZjA0OTEyMTAwZWRhMWU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b062f829-be56-499a-83b6-723a9ff4981a","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfFiecloqlycrvjjm9spxp/1.0/resourceInstances/pnf6ac9611592dc0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8690c254-5040-404e-9f38-23bfd328ce44","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfFiecloqlycrvjjm9spxp/1.0/resourceInstances/pnf6ac9611592dc0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"6cc6ee0f-59c9-42f3-a284-ffc2ce13b078","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfFiecloqlycrvjjm9spxp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFiecloqlycrvjjm9spxp/1.0/artifacts/service-DemoPnfFiecloqlycrvjjm9spxp-template.yml","artifactChecksum":"NjE2NGMwMTk0OTcyNWEwZDYzYWQzYmQ5MGQ3ZDdkNTY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c4f096f7-1ddf-4f85-82ed-7be28076b239","artifactVersion":"1"},{"artifactName":"service-DemoPnfFiecloqlycrvjjm9spxp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfFiecloqlycrvjjm9spxp/1.0/artifacts/service-DemoPnfFiecloqlycrvjjm9spxp-csar.csar","artifactChecksum":"OWYyYzAxYWNkOWM4MGQwM2RmYmZkMTUwZTJlNjY4NjA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2b7d5555-18fb-4971-b9d4-1fd10a9f0ba7","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-30T08:42:15.563Z|ccc84a66-f4f8-4a50-bd11-adf74303fe6f|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T08:42:15.563Z|ccc84a66-f4f8-4a50-bd11-adf74303fe6f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-30T08:42:15.565Z|ccc84a66-f4f8-4a50-bd11-adf74303fe6f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T08:42:15.565Z|ccc84a66-f4f8-4a50-bd11-adf74303fe6f|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "264c4e99-a090-48c4-bce8-087eba4a7aa3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632991334933,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFiecloqlycrvjjm9spxp/1.0/resourceInstances/pnf6ac9611592dc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:42:15.665Z||pool-173-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T08:42:15.666Z||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-30T08:42:15.666Z||pool-173-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T08:42:15.681Z||pool-173-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:42:15.682Z||pool-173-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2021-09-30T08:42:16.565Z|ccc84a66-f4f8-4a50-bd11-adf74303fe6f|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T08:42:16.566Z|ccc84a66-f4f8-4a50-bd11-adf74303fe6f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-30T08:42:16.568Z|ccc84a66-f4f8-4a50-bd11-adf74303fe6f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T08:42:16.569Z|ccc84a66-f4f8-4a50-bd11-adf74303fe6f|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "264c4e99-a090-48c4-bce8-087eba4a7aa3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632991334933,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFiecloqlycrvjjm9spxp/1.0/resourceInstances/pnf6ac9611592dc0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:42:16.668Z||pool-174-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-30T08:42:16.669Z||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-30T08:42:16.669Z||pool-174-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T08:42:16.679Z||pool-174-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:42:16.680Z||pool-174-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-09-30T08:42:17.569Z|ccc84a66-f4f8-4a50-bd11-adf74303fe6f|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T08:42:17.570Z|ccc84a66-f4f8-4a50-bd11-adf74303fe6f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-30T08:42:17.572Z|ccc84a66-f4f8-4a50-bd11-adf74303fe6f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T08:42:17.572Z|ccc84a66-f4f8-4a50-bd11-adf74303fe6f|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "264c4e99-a090-48c4-bce8-087eba4a7aa3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632991334933,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFiecloqlycrvjjm9spxp/1.0/resourceInstances/pnf6ac9611592dc0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:42:17.672Z||pool-175-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T08:42:17.673Z||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-30T08:42:17.673Z||pool-175-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T08:42:17.684Z||pool-175-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:42:17.685Z||pool-175-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-30T08:42:18.572Z|ccc84a66-f4f8-4a50-bd11-adf74303fe6f|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T08:42:18.573Z|ccc84a66-f4f8-4a50-bd11-adf74303fe6f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-30T08:42:18.575Z|ccc84a66-f4f8-4a50-bd11-adf74303fe6f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T08:42:18.575Z|ccc84a66-f4f8-4a50-bd11-adf74303fe6f|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "264c4e99-a090-48c4-bce8-087eba4a7aa3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632991334933,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFiecloqlycrvjjm9spxp/1.0/resourceInstances/pnf6ac9611592dc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:42:18.675Z||pool-176-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T08:42:18.679Z||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-30T08:42:18.680Z||pool-176-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T08:42:18.699Z||pool-176-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:42:18.700Z||pool-176-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2021-09-30T08:42:19.576Z|ccc84a66-f4f8-4a50-bd11-adf74303fe6f|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T08:42:19.577Z|ccc84a66-f4f8-4a50-bd11-adf74303fe6f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-30T08:42:19.580Z|ccc84a66-f4f8-4a50-bd11-adf74303fe6f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T08:42:19.580Z|ccc84a66-f4f8-4a50-bd11-adf74303fe6f|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "264c4e99-a090-48c4-bce8-087eba4a7aa3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632991334933,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFiecloqlycrvjjm9spxp/1.0/resourceInstances/pnf6ac9611592dc0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:42:19.680Z||pool-177-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T08:42:19.681Z||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-30T08:42:19.681Z||pool-177-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T08:42:19.701Z||pool-177-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:42:19.701Z||pool-177-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2021-09-30T08:42:20.580Z|ccc84a66-f4f8-4a50-bd11-adf74303fe6f|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T08:42:20.581Z|ccc84a66-f4f8-4a50-bd11-adf74303fe6f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-30T08:42:20.583Z|ccc84a66-f4f8-4a50-bd11-adf74303fe6f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T08:42:20.583Z|ccc84a66-f4f8-4a50-bd11-adf74303fe6f|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "264c4e99-a090-48c4-bce8-087eba4a7aa3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632991334933,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFiecloqlycrvjjm9spxp/1.0/resourceInstances/pnf6ac9611592dc0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:42:20.683Z||pool-178-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T08:42:20.684Z||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-30T08:42:20.684Z||pool-178-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T08:42:20.695Z||pool-178-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:42:20.695Z||pool-178-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-30T08:42:21.584Z|ccc84a66-f4f8-4a50-bd11-adf74303fe6f|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T08:42:21.585Z|ccc84a66-f4f8-4a50-bd11-adf74303fe6f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-30T08:42:21.588Z|ccc84a66-f4f8-4a50-bd11-adf74303fe6f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T08:42:21.588Z|ccc84a66-f4f8-4a50-bd11-adf74303fe6f|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "264c4e99-a090-48c4-bce8-087eba4a7aa3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632991334933,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFiecloqlycrvjjm9spxp/1.0/artifacts/service-DemoPnfFiecloqlycrvjjm9spxp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:42:21.689Z||pool-179-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T08:42:21.691Z||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-30T08:42:21.691Z||pool-179-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T08:42:21.707Z||pool-179-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:42:21.707Z||pool-179-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2021-09-30T08:42:22.589Z|ccc84a66-f4f8-4a50-bd11-adf74303fe6f|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T08:42:22.590Z|ccc84a66-f4f8-4a50-bd11-adf74303fe6f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-30T08:42:22.592Z|ccc84a66-f4f8-4a50-bd11-adf74303fe6f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T08:42:22.593Z|ccc84a66-f4f8-4a50-bd11-adf74303fe6f|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "264c4e99-a090-48c4-bce8-087eba4a7aa3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632991334933,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFiecloqlycrvjjm9spxp/1.0/artifacts/service-DemoPnfFiecloqlycrvjjm9spxp-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T08:42:22.693Z||pool-180-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T08:42:22.694Z||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-30T08:42:22.694Z||pool-180-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T08:42:22.705Z||pool-180-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:42:22.706Z||pool-180-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-09-30T08:42:23.594Z|ccc84a66-f4f8-4a50-bd11-adf74303fe6f|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "264c4e99-a090-48c4-bce8-087eba4a7aa3",
  "serviceName": "Demo_pNF_fiEcLOQlyCrvJjm9SPxP",
  "serviceVersion": "1.0",
  "serviceUUID": "81f99a6f-a52e-434f-be0e-eb2a88dbae4e",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "323d15ba-7f82-40db-a130-5aadf7ad4896",
  "resources": [
    {
      "resourceInstanceName": "pNF 6ac96115-92dc 0",
      "resourceCustomizationUUID": "409a7da3-e4bb-48dd-98dd-1a283c7bcb39",
      "resourceName": "pNF 6ac96115-92dc",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "cd426eab-04c7-4305-b8fd-0df70170743e",
      "resourceInvariantUUID": "399cf1e6-8f2e-44a1-a5b9-7a3996e6029f",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfFiecloqlycrvjjm9spxp-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfFiecloqlycrvjjm9spxp/1.0/artifacts/service-DemoPnfFiecloqlycrvjjm9spxp-csar.csar",
      "artifactChecksum": "OWYyYzAxYWNkOWM4MGQwM2RmYmZkMTUwZTJlNjY4NjA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "2b7d5555-18fb-4971-b9d4-1fd10a9f0ba7"
    }
  ],
  "workloadContext": "Production"
}
2021-09-30T08:42:23.594Z|ccc84a66-f4f8-4a50-bd11-adf74303fe6f|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-30T08:42:23.595Z|ccc84a66-f4f8-4a50-bd11-adf74303fe6f|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 81f99a6f-a52e-434f-be0e-eb2a88dbae4e ASDC
2021-09-30T08:42:23.596Z|264c4e99-a090-48c4-bce8-087eba4a7aa3|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:264c4e99-a090-48c4-bce8-087eba4a7aa3
ServiceName:Demo_pNF_fiEcLOQlyCrvJjm9SPxP
ServiceVersion:1.0
ServiceUUID:81f99a6f-a52e-434f-be0e-eb2a88dbae4e
ServiceInvariantUUID:323d15ba-7f82-40db-a130-5aadf7ad4896
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfFiecloqlycrvjjm9spxp-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfFiecloqlycrvjjm9spxp/1.0/artifacts/service-DemoPnfFiecloqlycrvjjm9spxp-csar.csar
ArtifactUUID:2b7d5555-18fb-4971-b9d4-1fd10a9f0ba7
ArtifactChecksum:OWYyYzAxYWNkOWM4MGQwM2RmYmZkMTUwZTJlNjY4NjA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 6ac96115-92dc 0
ResourceCustomizationUUID:409a7da3-e4bb-48dd-98dd-1a283c7bcb39
ResourceInvariantUUID:399cf1e6-8f2e-44a1-a5b9-7a3996e6029f
ResourceName:pNF 6ac96115-92dc
ResourceType:PNF
ResourceUUID:cd426eab-04c7-4305-b8fd-0df70170743e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-09-30T08:42:23.596Z|264c4e99-a090-48c4-bce8-087eba4a7aa3|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 81f99a6f-a52e-434f-be0e-eb2a88dbae4e 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-30T08:42:23.625Z|264c4e99-a090-48c4-bce8-087eba4a7aa3|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-30T08:42:23.625Z|264c4e99-a090-48c4-bce8-087eba4a7aa3|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-09-30T08:42:23.625Z|264c4e99-a090-48c4-bce8-087eba4a7aa3|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-09-30T08:42:23.626Z|264c4e99-a090-48c4-bce8-087eba4a7aa3|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 2b7d5555-18fb-4971-b9d4-1fd10a9f0ba7 from URL: /sdc/v1/catalog/services/DemoPnfFiecloqlycrvjjm9spxp/1.0/artifacts/service-DemoPnfFiecloqlycrvjjm9spxp-csar.csar
2021-09-30T08:42:23.626Z|264c4e99-a090-48c4-bce8-087eba4a7aa3|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-09-30T08:42:23.626Z|264c4e99-a090-48c4-bce8-087eba4a7aa3|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfFiecloqlycrvjjm9spxp/1.0/artifacts/service-DemoPnfFiecloqlycrvjjm9spxp-csar.csar
2021-09-30T08:42:24.556Z|264c4e99-a090-48c4-bce8-087eba4a7aa3|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-09-30T08:42:24.561Z|264c4e99-a090-48c4-bce8-087eba4a7aa3|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfFiecloqlycrvjjm9spxp/1.0/artifacts/service-DemoPnfFiecloqlycrvjjm9spxp-csar.csar 2b7d5555-18fb-4971-b9d4-1fd10a9f0ba7 82533
2021-09-30T08:42:24.561Z|264c4e99-a090-48c4-bce8-087eba4a7aa3|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfFiecloqlycrvjjm9spxp/1.0/artifacts/service-DemoPnfFiecloqlycrvjjm9spxp-csar.csar ASDC sendASDCNotification
2021-09-30T08:42:24.562Z|264c4e99-a090-48c4-bce8-087eba4a7aa3|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfFiecloqlycrvjjm9spxp/1.0/artifacts/service-DemoPnfFiecloqlycrvjjm9spxp-csar.csar
2021-09-30T08:42:24.562Z|264c4e99-a090-48c4-bce8-087eba4a7aa3|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-30T08:42:24.562Z|264c4e99-a090-48c4-bce8-087eba4a7aa3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-30T08:42:24.564Z|264c4e99-a090-48c4-bce8-087eba4a7aa3|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T08:42:24.564Z|264c4e99-a090-48c4-bce8-087eba4a7aa3|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "264c4e99-a090-48c4-bce8-087eba4a7aa3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632991344561,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFiecloqlycrvjjm9spxp/1.0/artifacts/service-DemoPnfFiecloqlycrvjjm9spxp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-30T08:42:24.664Z||pool-181-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T08:42:24.665Z||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-30T08:42:24.665Z||pool-181-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T08:42:24.677Z||pool-181-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:42:24.677Z||pool-181-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-30T08:42:25.566Z|264c4e99-a090-48c4-bce8-087eba4a7aa3|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-30T08:42:25.567Z|264c4e99-a090-48c4-bce8-087eba4a7aa3|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-09-30T08:42:25.567Z|264c4e99-a090-48c4-bce8-087eba4a7aa3|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 2b7d5555-18fb-4971-b9d4-1fd10a9f0ba7, URL: /sdc/v1/catalog/services/DemoPnfFiecloqlycrvjjm9spxp/1.0/artifacts/service-DemoPnfFiecloqlycrvjjm9spxp-csar.csar to file: /app/ASDC/1/service-DemoPnfFiecloqlycrvjjm9spxp-csar.csar
2021-09-30T08:42:25.567Z|264c4e99-a090-48c4-bce8-087eba4a7aa3|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfFiecloqlycrvjjm9spxp-csar.csar
2021-09-30T08:42:25.568Z|264c4e99-a090-48c4-bce8-087eba4a7aa3|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfFiecloqlycrvjjm9spxp-csar.csar
2021-09-30T08:42:25.569Z|264c4e99-a090-48c4-bce8-087eba4a7aa3|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfFiecloqlycrvjjm9spxp-csar.csar
2021-09-30T08:42:25.766Z|264c4e99-a090-48c4-bce8-087eba4a7aa3|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7977981015869537174/Definitions/service-DemoPnfFiecloqlycrvjjm9spxp-template.yml
2021-09-30T08:42:26.563Z|264c4e99-a090-48c4-bce8-087eba4a7aa3|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-30T08:42:26.564Z|264c4e99-a090-48c4-bce8-087eba4a7aa3|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-09-30T08:42:26.564Z|264c4e99-a090-48c4-bce8-087eba4a7aa3|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfFiecloqlycrvjjm9spxp-csar.csar
2021-09-30T08:42:26.564Z|264c4e99-a090-48c4-bce8-087eba4a7aa3|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-09-30T08:42:26.564Z|264c4e99-a090-48c4-bce8-087eba4a7aa3|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 6ac96115-92dc 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-DemoPnfFiecloqlycrvjjm9spxp-csar.csar
2021-09-30T08:42:26.564Z|264c4e99-a090-48c4-bce8-087eba4a7aa3|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfFiecloqlycrvjjm9spxp-csar.csar
2021-09-30T08:42:26.564Z|264c4e99-a090-48c4-bce8-087eba4a7aa3|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfFiecloqlycrvjjm9spxp-csar.csar
2021-09-30T08:42:26.564Z|264c4e99-a090-48c4-bce8-087eba4a7aa3|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfFiecloqlycrvjjm9spxp-csar.csar
2021-09-30T08:42:26.565Z|264c4e99-a090-48c4-bce8-087eba4a7aa3|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfFiecloqlycrvjjm9spxp-csar.csar
2021-09-30T08:42:26.565Z|264c4e99-a090-48c4-bce8-087eba4a7aa3|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfFiecloqlycrvjjm9spxp-csar.csar
2021-09-30T08:42:26.565Z|264c4e99-a090-48c4-bce8-087eba4a7aa3|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfFiecloqlycrvjjm9spxp-csar.csar
2021-09-30T08:42:26.565Z|264c4e99-a090-48c4-bce8-087eba4a7aa3|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-09-30T08:42:26.565Z|264c4e99-a090-48c4-bce8-087eba4a7aa3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T08:42:26.565Z|264c4e99-a090-48c4-bce8-087eba4a7aa3|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_fiEcLOQlyCrvJjm9SPxP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T08:42:26.566Z|264c4e99-a090-48c4-bce8-087eba4a7aa3|pool-2-thread-3|||||DEBUG|500||Node template pNF 6ac96115-92dc 0 is matching search criteria
2021-09-30T08:42:26.567Z|264c4e99-a090-48c4-bce8-087eba4a7aa3|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-09-30T08:42:26.567Z|264c4e99-a090-48c4-bce8-087eba4a7aa3|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 6ac96115-92dc 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-30T08:42:26.567Z|264c4e99-a090-48c4-bce8-087eba4a7aa3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T08:42:26.567Z|264c4e99-a090-48c4-bce8-087eba4a7aa3|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_fiEcLOQlyCrvJjm9SPxP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T08:42:26.568Z|264c4e99-a090-48c4-bce8-087eba4a7aa3|pool-2-thread-3|||||DEBUG|500||Node template pNF 6ac96115-92dc 0 is matching search criteria
2021-09-30T08:42:26.568Z|264c4e99-a090-48c4-bce8-087eba4a7aa3|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-09-30T08:42:26.568Z|264c4e99-a090-48c4-bce8-087eba4a7aa3|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 6ac96115-92dc 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-30T08:42:26.569Z|264c4e99-a090-48c4-bce8-087eba4a7aa3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T08:42:26.569Z|264c4e99-a090-48c4-bce8-087eba4a7aa3|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_fiEcLOQlyCrvJjm9SPxP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T08:42:26.569Z|264c4e99-a090-48c4-bce8-087eba4a7aa3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T08:42:26.569Z|264c4e99-a090-48c4-bce8-087eba4a7aa3|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_fiEcLOQlyCrvJjm9SPxP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T08:42:26.569Z|264c4e99-a090-48c4-bce8-087eba4a7aa3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T08:42:26.569Z|264c4e99-a090-48c4-bce8-087eba4a7aa3|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_fiEcLOQlyCrvJjm9SPxP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T08:42:26.569Z|264c4e99-a090-48c4-bce8-087eba4a7aa3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T08:42:26.569Z|264c4e99-a090-48c4-bce8-087eba4a7aa3|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_fiEcLOQlyCrvJjm9SPxP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T08:42:26.570Z|264c4e99-a090-48c4-bce8-087eba4a7aa3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T08:42:26.570Z|264c4e99-a090-48c4-bce8-087eba4a7aa3|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_fiEcLOQlyCrvJjm9SPxP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T08:42:26.570Z|264c4e99-a090-48c4-bce8-087eba4a7aa3|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_fiEcLOQlyCrvJjm9SPxP
Description:catalog service description
Model UUID:81f99a6f-a52e-434f-be0e-eb2a88dbae4e
Model Version:NULL
Model InvariantUuid:323d15ba-7f82-40db-a130-5aadf7ad4896
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-30T08:42:26.578Z|264c4e99-a090-48c4-bce8-087eba4a7aa3|pool-2-thread-3|||||INFO|500||Processing Resource Type: PNF, Model UUID: cd426eab-04c7-4305-b8fd-0df70170743e
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-30T08:42:26.581Z|264c4e99-a090-48c4-bce8-087eba4a7aa3|pool-2-thread-3|||||INFO|500||pNF 6ac96115-92dc 0
2021-09-30T08:42:26.581Z|264c4e99-a090-48c4-bce8-087eba4a7aa3|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: cd426eab-04c7-4305-b8fd-0df70170743e
2021-09-30T08:42:26.581Z|264c4e99-a090-48c4-bce8-087eba4a7aa3|pool-2-thread-3|||||DEBUG|500||No resources found for Service: 81f99a6f-a52e-434f-be0e-eb2a88dbae4e
2021-09-30T08:42:26.581Z|264c4e99-a090-48c4-bce8-087eba4a7aa3|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 81f99a6f-a52e-434f-be0e-eb2a88dbae4e
2021-09-30T08:42:26.581Z|264c4e99-a090-48c4-bce8-087eba4a7aa3|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 6ac96115-92dc 0 cd426eab-04c7-4305-b8fd-0df70170743e 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-30T08:42:26.585Z|264c4e99-a090-48c4-bce8-087eba4a7aa3|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@32b5c057, org.onap.sdc.toscaparser.api.parameters.Input@684d94bc, org.onap.sdc.toscaparser.api.parameters.Input@58953e2, org.onap.sdc.toscaparser.api.parameters.Input@b5e6300, org.onap.sdc.toscaparser.api.parameters.Input@17f5bd44]
2021-09-30T08:42:26.585Z|264c4e99-a090-48c4-bce8-087eba4a7aa3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T08:42:26.585Z|264c4e99-a090-48c4-bce8-087eba4a7aa3|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_fiEcLOQlyCrvJjm9SPxP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T08:42:26.585Z|264c4e99-a090-48c4-bce8-087eba4a7aa3|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 81f99a6f-a52e-434f-be0e-eb2a88dbae4e: pNF 6ac96115-92dc
2021-09-30T08:42:26.586Z|264c4e99-a090-48c4-bce8-087eba4a7aa3|pool-2-thread-3|||||INFO|500||Processing PNF resource: cd426eab-04c7-4305-b8fd-0df70170743e
2021-09-30T08:42:26.586Z|264c4e99-a090-48c4-bce8-087eba4a7aa3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T08:42:26.586Z|264c4e99-a090-48c4-bce8-087eba4a7aa3|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_fiEcLOQlyCrvJjm9SPxP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T08:42:26.586Z|264c4e99-a090-48c4-bce8-087eba4a7aa3|pool-2-thread-3|||||INFO|500||Resource customization UUID: 409a7da3-e4bb-48dd-98dd-1a283c7bcb39 is the same as notified resource customizationUUID: 409a7da3-e4bb-48dd-98dd-1a283c7bcb39
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-30T08:42:26.620Z|264c4e99-a090-48c4-bce8-087eba4a7aa3|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 6ac96115-92dc cd426eab-04c7-4305-b8fd-0df70170743e 0 ASDC deployResourceStructure
2021-09-30T08:42:26.620Z|264c4e99-a090-48c4-bce8-087eba4a7aa3|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfFiecloqlycrvjjm9spxp/1.0/artifacts/service-DemoPnfFiecloqlycrvjjm9spxp-csar.csar ASDC sendASDCNotification
2021-09-30T08:42:26.620Z|264c4e99-a090-48c4-bce8-087eba4a7aa3|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfFiecloqlycrvjjm9spxp/1.0/artifacts/service-DemoPnfFiecloqlycrvjjm9spxp-csar.csar
2021-09-30T08:42:26.620Z|264c4e99-a090-48c4-bce8-087eba4a7aa3|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-30T08:42:26.621Z|264c4e99-a090-48c4-bce8-087eba4a7aa3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-30T08:42:26.623Z|264c4e99-a090-48c4-bce8-087eba4a7aa3|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T08:42:26.623Z|264c4e99-a090-48c4-bce8-087eba4a7aa3|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "264c4e99-a090-48c4-bce8-087eba4a7aa3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632991346620,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFiecloqlycrvjjm9spxp/1.0/artifacts/service-DemoPnfFiecloqlycrvjjm9spxp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-30T08:42:26.723Z||pool-182-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T08:42:26.724Z||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-30T08:42:26.724Z||pool-182-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T08:42:26.736Z||pool-182-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:42:26.737Z||pool-182-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-30T08:42:27.624Z|264c4e99-a090-48c4-bce8-087eba4a7aa3|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 264c4e99-a090-48c4-bce8-087eba4a7aa3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-30T08:42:27.638Z|264c4e99-a090-48c4-bce8-087eba4a7aa3|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 264c4e99-a090-48c4-bce8-087eba4a7aa3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-30T08:42:27.639Z|264c4e99-a090-48c4-bce8-087eba4a7aa3|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-30T08:42:27.639Z|264c4e99-a090-48c4-bce8-087eba4a7aa3|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-30T08:42:27.640Z|264c4e99-a090-48c4-bce8-087eba4a7aa3|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-30T08:42:57.640Z|264c4e99-a090-48c4-bce8-087eba4a7aa3|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 264c4e99-a090-48c4-bce8-087eba4a7aa3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-30T08:42:57.661Z|264c4e99-a090-48c4-bce8-087eba4a7aa3|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 264c4e99-a090-48c4-bce8-087eba4a7aa3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-30T08:42:57.664Z|264c4e99-a090-48c4-bce8-087eba4a7aa3|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-30T08:42:57.664Z|264c4e99-a090-48c4-bce8-087eba4a7aa3|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-30T08:42:57.664Z|264c4e99-a090-48c4-bce8-087eba4a7aa3|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-30T08:43:14.935Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T08:43:14.936Z||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-30T08:43:14.936Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T08:43:14.975Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:43:14.978Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-30T08:43:14.978Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccc84a66-f4f8-4a50-bd11-adf74303fe6f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632991274938,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA54thjmahhzkaphx5nkz/1.0/resourceInstances/pnf7ac9be56b5fa0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:43:14.980Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:43:14.980Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-30T08:43:14.980Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccc84a66-f4f8-4a50-bd11-adf74303fe6f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632991274938,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA54thjmahhzkaphx5nkz/1.0/resourceInstances/pnf7ac9be56b5fa0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:43:14.980Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:43:14.981Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-30T08:43:14.981Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccc84a66-f4f8-4a50-bd11-adf74303fe6f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632991274938,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA54thjmahhzkaphx5nkz/1.0/resourceInstances/pnf7ac9be56b5fa0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:43:14.981Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:43:14.981Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-30T08:43:14.981Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccc84a66-f4f8-4a50-bd11-adf74303fe6f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632991274938,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA54thjmahhzkaphx5nkz/1.0/resourceInstances/pnf7ac9be56b5fa0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:43:14.981Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:43:14.981Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-30T08:43:14.981Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccc84a66-f4f8-4a50-bd11-adf74303fe6f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632991274938,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA54thjmahhzkaphx5nkz/1.0/resourceInstances/pnf7ac9be56b5fa0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:43:14.981Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:43:14.982Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-30T08:43:14.982Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "264c4e99-a090-48c4-bce8-087eba4a7aa3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632991271436,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFiecloqlycrvjjm9spxp/1.0/resourceInstances/pnf6ac9611592dc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:43:14.982Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:43:14.982Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-30T08:43:14.982Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "264c4e99-a090-48c4-bce8-087eba4a7aa3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632991272853,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFiecloqlycrvjjm9spxp/1.0/resourceInstances/pnf6ac9611592dc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:43:14.982Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:43:14.982Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-30T08:43:14.982Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "264c4e99-a090-48c4-bce8-087eba4a7aa3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632991279351,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFiecloqlycrvjjm9spxp/1.0/resourceInstances/pnf6ac9611592dc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:43:14.983Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:43:14.983Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-30T08:43:14.983Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "264c4e99-a090-48c4-bce8-087eba4a7aa3",
  "consumerID": "cds",
  "timestamp": 1632991276277,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFiecloqlycrvjjm9spxp/1.0/resourceInstances/pnf6ac9611592dc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:43:14.983Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:43:14.983Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-30T08:43:14.983Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccc84a66-f4f8-4a50-bd11-adf74303fe6f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632991274938,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA54thjmahhzkaphx5nkz/1.0/artifacts/service-DemoPnfA54thjmahhzkaphx5nkz-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:43:14.984Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:43:14.984Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-30T08:43:14.984Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "264c4e99-a090-48c4-bce8-087eba4a7aa3",
  "consumerID": "policy-id",
  "timestamp": 1632991281319,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFiecloqlycrvjjm9spxp/1.0/resourceInstances/pnf6ac9611592dc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:43:14.984Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:43:14.984Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-30T08:43:14.984Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "264c4e99-a090-48c4-bce8-087eba4a7aa3",
  "consumerID": "clamp",
  "timestamp": 1632991281514,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFiecloqlycrvjjm9spxp/1.0/resourceInstances/pnf6ac9611592dc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:43:14.985Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:43:14.985Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-30T08:43:14.985Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "264c4e99-a090-48c4-bce8-087eba4a7aa3",
  "consumerID": "cds",
  "timestamp": 1632991276277,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFiecloqlycrvjjm9spxp/1.0/resourceInstances/pnf6ac9611592dc0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:43:14.985Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:43:14.985Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-30T08:43:14.985Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "264c4e99-a090-48c4-bce8-087eba4a7aa3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632991279351,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFiecloqlycrvjjm9spxp/1.0/resourceInstances/pnf6ac9611592dc0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:43:14.986Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:43:14.986Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-30T08:43:14.986Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "264c4e99-a090-48c4-bce8-087eba4a7aa3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632991272853,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFiecloqlycrvjjm9spxp/1.0/resourceInstances/pnf6ac9611592dc0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:43:14.986Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:43:14.986Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-30T08:43:14.986Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "264c4e99-a090-48c4-bce8-087eba4a7aa3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632991271436,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFiecloqlycrvjjm9spxp/1.0/resourceInstances/pnf6ac9611592dc0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:43:14.986Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:43:14.987Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-30T08:43:14.987Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccc84a66-f4f8-4a50-bd11-adf74303fe6f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632991274938,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA54thjmahhzkaphx5nkz/1.0/artifacts/service-DemoPnfA54thjmahhzkaphx5nkz-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T08:43:14.987Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:43:14.987Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-30T08:43:14.987Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "264c4e99-a090-48c4-bce8-087eba4a7aa3",
  "consumerID": "policy-id",
  "timestamp": 1632991281319,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFiecloqlycrvjjm9spxp/1.0/resourceInstances/pnf6ac9611592dc0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:43:14.987Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:43:14.987Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-30T08:43:14.987Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "264c4e99-a090-48c4-bce8-087eba4a7aa3",
  "consumerID": "clamp",
  "timestamp": 1632991281514,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFiecloqlycrvjjm9spxp/1.0/resourceInstances/pnf6ac9611592dc0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:43:14.988Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:43:14.988Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-30T08:43:14.988Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "264c4e99-a090-48c4-bce8-087eba4a7aa3",
  "consumerID": "cds",
  "timestamp": 1632991276277,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFiecloqlycrvjjm9spxp/1.0/resourceInstances/pnf6ac9611592dc0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:43:14.988Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:43:14.988Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-30T08:43:14.988Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "264c4e99-a090-48c4-bce8-087eba4a7aa3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632991271436,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFiecloqlycrvjjm9spxp/1.0/resourceInstances/pnf6ac9611592dc0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:43:14.988Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:43:14.988Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-30T08:43:14.988Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "264c4e99-a090-48c4-bce8-087eba4a7aa3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632991279351,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFiecloqlycrvjjm9spxp/1.0/resourceInstances/pnf6ac9611592dc0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:43:14.989Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:43:14.989Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-30T08:43:14.989Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "264c4e99-a090-48c4-bce8-087eba4a7aa3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632991272853,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFiecloqlycrvjjm9spxp/1.0/resourceInstances/pnf6ac9611592dc0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:43:14.989Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:43:14.989Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-30T08:43:14.989Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "264c4e99-a090-48c4-bce8-087eba4a7aa3",
  "consumerID": "policy-id",
  "timestamp": 1632991281319,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFiecloqlycrvjjm9spxp/1.0/resourceInstances/pnf6ac9611592dc0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:43:14.989Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:43:14.990Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-30T08:43:14.990Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "264c4e99-a090-48c4-bce8-087eba4a7aa3",
  "consumerID": "clamp",
  "timestamp": 1632991281514,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFiecloqlycrvjjm9spxp/1.0/resourceInstances/pnf6ac9611592dc0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:43:14.990Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:43:14.990Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-30T08:43:14.990Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "264c4e99-a090-48c4-bce8-087eba4a7aa3",
  "consumerID": "cds",
  "timestamp": 1632991276277,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFiecloqlycrvjjm9spxp/1.0/resourceInstances/pnf6ac9611592dc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:43:14.990Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:43:14.990Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-30T08:43:14.990Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "264c4e99-a090-48c4-bce8-087eba4a7aa3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632991271436,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFiecloqlycrvjjm9spxp/1.0/resourceInstances/pnf6ac9611592dc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:43:14.991Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:43:14.991Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-30T08:43:14.991Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "264c4e99-a090-48c4-bce8-087eba4a7aa3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632991279351,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFiecloqlycrvjjm9spxp/1.0/resourceInstances/pnf6ac9611592dc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:43:14.991Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:43:14.991Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-30T08:43:14.991Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "264c4e99-a090-48c4-bce8-087eba4a7aa3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632991272853,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFiecloqlycrvjjm9spxp/1.0/resourceInstances/pnf6ac9611592dc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:43:14.991Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:43:14.991Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-30T08:43:14.992Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "264c4e99-a090-48c4-bce8-087eba4a7aa3",
  "consumerID": "aai-ml",
  "timestamp": 1632991284245,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFiecloqlycrvjjm9spxp/1.0/resourceInstances/pnf6ac9611592dc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:43:14.992Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:43:14.992Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-30T08:43:14.992Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "264c4e99-a090-48c4-bce8-087eba4a7aa3",
  "consumerID": "policy-id",
  "timestamp": 1632991281319,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFiecloqlycrvjjm9spxp/1.0/resourceInstances/pnf6ac9611592dc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:43:14.992Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:43:14.992Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-30T08:43:14.992Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "264c4e99-a090-48c4-bce8-087eba4a7aa3",
  "consumerID": "clamp",
  "timestamp": 1632991281514,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFiecloqlycrvjjm9spxp/1.0/resourceInstances/pnf6ac9611592dc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:43:14.992Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:43:14.992Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-30T08:43:14.993Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "264c4e99-a090-48c4-bce8-087eba4a7aa3",
  "consumerID": "cds",
  "timestamp": 1632991276277,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFiecloqlycrvjjm9spxp/1.0/resourceInstances/pnf6ac9611592dc0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:43:14.993Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:43:14.993Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-30T08:43:14.993Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "264c4e99-a090-48c4-bce8-087eba4a7aa3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632991279351,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFiecloqlycrvjjm9spxp/1.0/resourceInstances/pnf6ac9611592dc0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:43:14.994Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:43:14.994Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-30T08:43:14.994Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "264c4e99-a090-48c4-bce8-087eba4a7aa3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632991272853,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFiecloqlycrvjjm9spxp/1.0/resourceInstances/pnf6ac9611592dc0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:43:14.994Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:43:14.994Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-30T08:43:14.994Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "264c4e99-a090-48c4-bce8-087eba4a7aa3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632991271436,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFiecloqlycrvjjm9spxp/1.0/resourceInstances/pnf6ac9611592dc0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:43:14.994Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:43:14.994Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-30T08:43:14.994Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccc84a66-f4f8-4a50-bd11-adf74303fe6f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632991285441,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA54thjmahhzkaphx5nkz/1.0/artifacts/service-DemoPnfA54thjmahhzkaphx5nkz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-30T08:43:14.995Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T08:43:14.995Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-30T08:43:14.995Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "264c4e99-a090-48c4-bce8-087eba4a7aa3",
  "consumerID": "aai-ml",
  "timestamp": 1632991284245,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFiecloqlycrvjjm9spxp/1.0/resourceInstances/pnf6ac9611592dc0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:43:14.995Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:43:14.995Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-30T08:43:14.995Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "264c4e99-a090-48c4-bce8-087eba4a7aa3",
  "consumerID": "policy-id",
  "timestamp": 1632991281319,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFiecloqlycrvjjm9spxp/1.0/resourceInstances/pnf6ac9611592dc0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:43:14.995Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:43:14.995Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-30T08:43:14.995Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "264c4e99-a090-48c4-bce8-087eba4a7aa3",
  "consumerID": "clamp",
  "timestamp": 1632991281514,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFiecloqlycrvjjm9spxp/1.0/resourceInstances/pnf6ac9611592dc0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:43:14.996Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:43:14.996Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-30T08:43:14.996Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "264c4e99-a090-48c4-bce8-087eba4a7aa3",
  "consumerID": "cds",
  "timestamp": 1632991276277,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFiecloqlycrvjjm9spxp/1.0/resourceInstances/pnf6ac9611592dc0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:43:14.996Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:43:14.996Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-30T08:43:14.996Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "264c4e99-a090-48c4-bce8-087eba4a7aa3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632991279351,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFiecloqlycrvjjm9spxp/1.0/resourceInstances/pnf6ac9611592dc0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-09-30T08:43:14.997Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:43:14.997Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-30T08:43:14.997Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "264c4e99-a090-48c4-bce8-087eba4a7aa3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632991271436,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFiecloqlycrvjjm9spxp/1.0/resourceInstances/pnf6ac9611592dc0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:43:14.997Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:43:14.997Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-30T08:43:14.997Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "264c4e99-a090-48c4-bce8-087eba4a7aa3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632991272853,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFiecloqlycrvjjm9spxp/1.0/resourceInstances/pnf6ac9611592dc0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:43:14.997Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:43:14.998Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-30T08:43:14.998Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "264c4e99-a090-48c4-bce8-087eba4a7aa3",
  "consumerID": "dcae-sch",
  "timestamp": 1632991285978,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFiecloqlycrvjjm9spxp/1.0/resourceInstances/pnf6ac9611592dc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:43:14.998Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:43:14.998Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-30T08:43:14.998Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "264c4e99-a090-48c4-bce8-087eba4a7aa3",
  "consumerID": "aai-ml",
  "timestamp": 1632991284245,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFiecloqlycrvjjm9spxp/1.0/resourceInstances/pnf6ac9611592dc0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:43:14.998Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:43:14.998Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-30T08:43:14.998Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "264c4e99-a090-48c4-bce8-087eba4a7aa3",
  "consumerID": "policy-id",
  "timestamp": 1632991281319,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFiecloqlycrvjjm9spxp/1.0/resourceInstances/pnf6ac9611592dc0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:43:14.998Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:43:14.999Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-30T08:43:14.999Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "264c4e99-a090-48c4-bce8-087eba4a7aa3",
  "consumerID": "clamp",
  "timestamp": 1632991281514,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFiecloqlycrvjjm9spxp/1.0/resourceInstances/pnf6ac9611592dc0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:43:14.999Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:43:14.999Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-30T08:43:14.999Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "264c4e99-a090-48c4-bce8-087eba4a7aa3",
  "consumerID": "cds",
  "timestamp": 1632991276277,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFiecloqlycrvjjm9spxp/1.0/artifacts/service-DemoPnfFiecloqlycrvjjm9spxp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:43:14.999Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:43:14.999Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-30T08:43:14.999Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "264c4e99-a090-48c4-bce8-087eba4a7aa3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632991279351,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFiecloqlycrvjjm9spxp/1.0/artifacts/service-DemoPnfFiecloqlycrvjjm9spxp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:43:15.000Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:43:15.000Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-30T08:43:15.000Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "264c4e99-a090-48c4-bce8-087eba4a7aa3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632991271436,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFiecloqlycrvjjm9spxp/1.0/artifacts/service-DemoPnfFiecloqlycrvjjm9spxp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:43:15.000Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:43:15.000Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-30T08:43:15.000Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "264c4e99-a090-48c4-bce8-087eba4a7aa3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632991272853,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFiecloqlycrvjjm9spxp/1.0/artifacts/service-DemoPnfFiecloqlycrvjjm9spxp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:43:15.000Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:43:15.001Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-30T08:43:15.001Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "264c4e99-a090-48c4-bce8-087eba4a7aa3",
  "consumerID": "dcae-sch",
  "timestamp": 1632991285978,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFiecloqlycrvjjm9spxp/1.0/resourceInstances/pnf6ac9611592dc0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:43:15.001Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:43:15.001Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-30T08:43:15.001Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccc84a66-f4f8-4a50-bd11-adf74303fe6f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632991287672,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfA54thjmahhzkaphx5nkz/1.0/artifacts/service-DemoPnfA54thjmahhzkaphx5nkz-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-30T08:43:15.001Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T08:43:15.001Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-30T08:43:15.001Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "264c4e99-a090-48c4-bce8-087eba4a7aa3",
  "consumerID": "aai-ml",
  "timestamp": 1632991284245,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFiecloqlycrvjjm9spxp/1.0/resourceInstances/pnf6ac9611592dc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:43:15.001Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:43:15.002Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-30T08:43:15.002Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "264c4e99-a090-48c4-bce8-087eba4a7aa3",
  "consumerID": "policy-id",
  "timestamp": 1632991281319,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFiecloqlycrvjjm9spxp/1.0/artifacts/service-DemoPnfFiecloqlycrvjjm9spxp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:43:15.002Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:43:15.002Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-30T08:43:15.002Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "264c4e99-a090-48c4-bce8-087eba4a7aa3",
  "consumerID": "clamp",
  "timestamp": 1632991281514,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFiecloqlycrvjjm9spxp/1.0/artifacts/service-DemoPnfFiecloqlycrvjjm9spxp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:43:15.002Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:43:15.002Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-30T08:43:15.002Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "264c4e99-a090-48c4-bce8-087eba4a7aa3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632991279351,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFiecloqlycrvjjm9spxp/1.0/artifacts/service-DemoPnfFiecloqlycrvjjm9spxp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:43:15.003Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:43:15.003Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-30T08:43:15.003Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "264c4e99-a090-48c4-bce8-087eba4a7aa3",
  "consumerID": "cds",
  "timestamp": 1632991276277,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFiecloqlycrvjjm9spxp/1.0/artifacts/service-DemoPnfFiecloqlycrvjjm9spxp-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T08:43:15.003Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:43:15.003Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-30T08:43:15.003Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "264c4e99-a090-48c4-bce8-087eba4a7aa3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632991272853,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFiecloqlycrvjjm9spxp/1.0/artifacts/service-DemoPnfFiecloqlycrvjjm9spxp-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T08:43:15.003Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:43:15.003Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-30T08:43:15.003Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "264c4e99-a090-48c4-bce8-087eba4a7aa3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632991271436,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFiecloqlycrvjjm9spxp/1.0/artifacts/service-DemoPnfFiecloqlycrvjjm9spxp-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T08:43:15.004Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:43:15.004Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-30T08:43:15.004Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "264c4e99-a090-48c4-bce8-087eba4a7aa3",
  "consumerID": "dcae-sch",
  "timestamp": 1632991285978,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFiecloqlycrvjjm9spxp/1.0/resourceInstances/pnf6ac9611592dc0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:43:15.004Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:43:15.004Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-30T08:43:15.004Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "264c4e99-a090-48c4-bce8-087eba4a7aa3",
  "consumerID": "aai-ml",
  "timestamp": 1632991284245,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFiecloqlycrvjjm9spxp/1.0/resourceInstances/pnf6ac9611592dc0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:43:15.005Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:43:15.005Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-30T08:43:15.005Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "264c4e99-a090-48c4-bce8-087eba4a7aa3",
  "consumerID": "policy-id",
  "timestamp": 1632991281319,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFiecloqlycrvjjm9spxp/1.0/artifacts/service-DemoPnfFiecloqlycrvjjm9spxp-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T08:43:15.005Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:43:15.005Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-30T08:43:15.005Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "264c4e99-a090-48c4-bce8-087eba4a7aa3",
  "consumerID": "clamp",
  "timestamp": 1632991281514,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFiecloqlycrvjjm9spxp/1.0/artifacts/service-DemoPnfFiecloqlycrvjjm9spxp-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T08:43:15.005Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:43:15.005Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-30T08:43:15.006Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "264c4e99-a090-48c4-bce8-087eba4a7aa3",
  "consumerID": "dcae-sch",
  "timestamp": 1632991285978,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFiecloqlycrvjjm9spxp/1.0/resourceInstances/pnf6ac9611592dc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:43:15.006Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:43:15.006Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-30T08:43:15.006Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "264c4e99-a090-48c4-bce8-087eba4a7aa3",
  "consumerID": "aai-ml",
  "timestamp": 1632991284245,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFiecloqlycrvjjm9spxp/1.0/resourceInstances/pnf6ac9611592dc0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:43:15.007Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:43:15.007Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-30T08:43:15.007Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "264c4e99-a090-48c4-bce8-087eba4a7aa3",
  "consumerID": "dcae-sch",
  "timestamp": 1632991285978,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFiecloqlycrvjjm9spxp/1.0/resourceInstances/pnf6ac9611592dc0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:43:15.007Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:43:15.007Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-30T08:43:15.007Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "264c4e99-a090-48c4-bce8-087eba4a7aa3",
  "consumerID": "aai-ml",
  "timestamp": 1632991284245,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFiecloqlycrvjjm9spxp/1.0/artifacts/service-DemoPnfFiecloqlycrvjjm9spxp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:43:15.008Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:43:15.008Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-30T08:43:15.008Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "264c4e99-a090-48c4-bce8-087eba4a7aa3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632991291147,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFiecloqlycrvjjm9spxp/1.0/resourceInstances/pnf6ac9611592dc0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-30T08:43:15.008Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T08:43:15.008Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-30T08:43:15.008Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "264c4e99-a090-48c4-bce8-087eba4a7aa3",
  "consumerID": "cds",
  "timestamp": 1632991291541,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFiecloqlycrvjjm9spxp/1.0/artifacts/service-DemoPnfFiecloqlycrvjjm9spxp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-30T08:43:15.008Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T08:43:15.008Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-30T08:43:15.008Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "264c4e99-a090-48c4-bce8-087eba4a7aa3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632991291650,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFiecloqlycrvjjm9spxp/1.0/artifacts/service-DemoPnfFiecloqlycrvjjm9spxp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-30T08:43:15.009Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T08:43:15.009Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-30T08:43:15.009Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "264c4e99-a090-48c4-bce8-087eba4a7aa3",
  "consumerID": "dcae-sch",
  "timestamp": 1632991285978,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFiecloqlycrvjjm9spxp/1.0/resourceInstances/pnf6ac9611592dc0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:43:15.009Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:43:15.009Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-30T08:43:15.009Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "264c4e99-a090-48c4-bce8-087eba4a7aa3",
  "consumerID": "policy-id",
  "timestamp": 1632991291861,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFiecloqlycrvjjm9spxp/1.0/artifacts/service-DemoPnfFiecloqlycrvjjm9spxp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-30T08:43:15.010Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T08:43:15.010Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-30T08:43:15.010Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "264c4e99-a090-48c4-bce8-087eba4a7aa3",
  "consumerID": "aai-ml",
  "timestamp": 1632991284245,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFiecloqlycrvjjm9spxp/1.0/artifacts/service-DemoPnfFiecloqlycrvjjm9spxp-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T08:43:15.010Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:43:15.010Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-30T08:43:15.010Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "264c4e99-a090-48c4-bce8-087eba4a7aa3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632991292189,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFiecloqlycrvjjm9spxp/1.0/resourceInstances/pnf6ac9611592dc0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-09-30T08:43:15.010Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T08:43:15.010Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-30T08:43:15.011Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "264c4e99-a090-48c4-bce8-087eba4a7aa3",
  "consumerID": "cds",
  "timestamp": 1632991292557,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFiecloqlycrvjjm9spxp/1.0/artifacts/service-DemoPnfFiecloqlycrvjjm9spxp-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-30T08:43:15.022Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 264c4e99-a090-48c4-bce8-087eba4a7aa3
2021-09-30T08:43:15.022Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 264c4e99-a090-48c4-bce8-087eba4a7aa3 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-30T08:43:15.037Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-30T08:43:15.038Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "264c4e99-a090-48c4-bce8-087eba4a7aa3",
  "consumerID": "dcae-sch",
  "timestamp": 1632991285978,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFiecloqlycrvjjm9spxp/1.0/artifacts/service-DemoPnfFiecloqlycrvjjm9spxp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:43:15.038Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:43:15.038Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-30T08:43:15.038Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "264c4e99-a090-48c4-bce8-087eba4a7aa3",
  "consumerID": "policy-id",
  "timestamp": 1632991292868,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFiecloqlycrvjjm9spxp/1.0/artifacts/service-DemoPnfFiecloqlycrvjjm9spxp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-30T08:43:15.038Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T08:43:15.038Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-30T08:43:15.038Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "264c4e99-a090-48c4-bce8-087eba4a7aa3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632991293192,
  "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-30T08:43:15.043Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 264c4e99-a090-48c4-bce8-087eba4a7aa3
2021-09-30T08:43:15.043Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 264c4e99-a090-48c4-bce8-087eba4a7aa3 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-30T08:43:15.053Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-30T08:43:15.054Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "264c4e99-a090-48c4-bce8-087eba4a7aa3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632991293611,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFiecloqlycrvjjm9spxp/1.0/artifacts/service-DemoPnfFiecloqlycrvjjm9spxp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-30T08:43:15.054Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T08:43:15.054Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-30T08:43:15.054Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "264c4e99-a090-48c4-bce8-087eba4a7aa3",
  "consumerID": "dcae-sch",
  "timestamp": 1632991285978,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFiecloqlycrvjjm9spxp/1.0/artifacts/service-DemoPnfFiecloqlycrvjjm9spxp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:43:15.054Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:43:15.054Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-30T08:43:15.054Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "264c4e99-a090-48c4-bce8-087eba4a7aa3",
  "consumerID": "policy-id",
  "timestamp": 1632991293870,
  "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-30T08:43:15.059Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 264c4e99-a090-48c4-bce8-087eba4a7aa3
2021-09-30T08:43:15.059Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 264c4e99-a090-48c4-bce8-087eba4a7aa3 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-30T08:43:15.066Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-30T08:43:15.067Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "264c4e99-a090-48c4-bce8-087eba4a7aa3",
  "consumerID": "aai-ml",
  "timestamp": 1632991294177,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFiecloqlycrvjjm9spxp/1.0/artifacts/service-DemoPnfFiecloqlycrvjjm9spxp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-30T08:43:15.067Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T08:43:15.067Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-30T08:43:15.067Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "264c4e99-a090-48c4-bce8-087eba4a7aa3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632991294617,
  "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-30T08:43:15.071Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 264c4e99-a090-48c4-bce8-087eba4a7aa3
2021-09-30T08:43:15.071Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 264c4e99-a090-48c4-bce8-087eba4a7aa3 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-30T08:43:15.081Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-30T08:43:15.081Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "264c4e99-a090-48c4-bce8-087eba4a7aa3",
  "consumerID": "clamp",
  "timestamp": 1632991298131,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFiecloqlycrvjjm9spxp/1.0/artifacts/service-DemoPnfFiecloqlycrvjjm9spxp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-30T08:43:15.081Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T08:43:15.081Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-30T08:43:15.082Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "264c4e99-a090-48c4-bce8-087eba4a7aa3",
  "consumerID": "aai-ml",
  "timestamp": 1632991299738,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFiecloqlycrvjjm9spxp/1.0/artifacts/service-DemoPnfFiecloqlycrvjjm9spxp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-30T08:43:15.082Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T08:43:15.082Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-30T08:43:15.082Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "264c4e99-a090-48c4-bce8-087eba4a7aa3",
  "consumerID": "clamp",
  "timestamp": 1632991300135,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFiecloqlycrvjjm9spxp/1.0/artifacts/service-DemoPnfFiecloqlycrvjjm9spxp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-30T08:43:15.082Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T08:43:15.082Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-30T08:43:15.082Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "264c4e99-a090-48c4-bce8-087eba4a7aa3",
  "consumerID": "aai-ml",
  "timestamp": 1632991300741,
  "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-30T08:43:15.088Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 264c4e99-a090-48c4-bce8-087eba4a7aa3
2021-09-30T08:43:15.088Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 264c4e99-a090-48c4-bce8-087eba4a7aa3 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-30T08:43:15.098Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-30T08:43:15.098Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "264c4e99-a090-48c4-bce8-087eba4a7aa3",
  "consumerID": "clamp",
  "timestamp": 1632991301139,
  "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-30T08:43:15.102Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 264c4e99-a090-48c4-bce8-087eba4a7aa3
2021-09-30T08:43:15.102Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 264c4e99-a090-48c4-bce8-087eba4a7aa3 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-30T08:43:15.110Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-30T08:43:15.111Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ccc84a66-f4f8-4a50-bd11-adf74303fe6f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632991318898,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-30T08:43:15.111Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T08:43:27.664Z|264c4e99-a090-48c4-bce8-087eba4a7aa3|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 264c4e99-a090-48c4-bce8-087eba4a7aa3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-30T08:43:27.679Z|264c4e99-a090-48c4-bce8-087eba4a7aa3|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 264c4e99-a090-48c4-bce8-087eba4a7aa3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-30T08:43:27.683Z|264c4e99-a090-48c4-bce8-087eba4a7aa3|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-30T08:43:27.683Z|264c4e99-a090-48c4-bce8-087eba4a7aa3|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-30T08:43:27.683Z|264c4e99-a090-48c4-bce8-087eba4a7aa3|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-30T08:43:27.683Z|264c4e99-a090-48c4-bce8-087eba4a7aa3|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-30T08:43:27.684Z|264c4e99-a090-48c4-bce8-087eba4a7aa3|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-30T08:43:27.684Z|264c4e99-a090-48c4-bce8-087eba4a7aa3|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-30T08:43:27.684Z|264c4e99-a090-48c4-bce8-087eba4a7aa3|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-30T08:43:27.684Z|264c4e99-a090-48c4-bce8-087eba4a7aa3|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-30T08:43:27.684Z|264c4e99-a090-48c4-bce8-087eba4a7aa3|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-30T08:43:27.684Z|264c4e99-a090-48c4-bce8-087eba4a7aa3|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-30T08:43:27.684Z|264c4e99-a090-48c4-bce8-087eba4a7aa3|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-30T08:43:27.685Z|264c4e99-a090-48c4-bce8-087eba4a7aa3|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-30T08:43:27.690Z|264c4e99-a090-48c4-bce8-087eba4a7aa3|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-30T08:43:57.693Z|264c4e99-a090-48c4-bce8-087eba4a7aa3|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 264c4e99-a090-48c4-bce8-087eba4a7aa3 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-30T08:43:57.711Z|264c4e99-a090-48c4-bce8-087eba4a7aa3|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 264c4e99-a090-48c4-bce8-087eba4a7aa3 and serviceModelVersionId: 81f99a6f-a52e-434f-be0e-eb2a88dbae4e
2021-09-30T08:43:57.711Z|264c4e99-a090-48c4-bce8-087eba4a7aa3|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 323d15ba-7f82-40db-a130-5aadf7ad4896
2021-09-30T08:43:57.714Z|264c4e99-a090-48c4-bce8-087eba4a7aa3|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/323d15ba-7f82-40db-a130-5aadf7ad4896/model-vers/model-ver/81f99a6f-a52e-434f-be0e-eb2a88dbae4e?depth=0
2021-09-30T08:43:57.721Z|264c4e99-a090-48c4-bce8-087eba4a7aa3|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2021-09-30T08:43:57.767Z|264c4e99-a090-48c4-bce8-087eba4a7aa3|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/323d15ba-7f82-40db-a130-5aadf7ad4896/model-vers/model-ver/81f99a6f-a52e-434f-be0e-eb2a88dbae4e?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-30T08:43:57.771Z|264c4e99-a090-48c4-bce8-087eba4a7aa3|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/323d15ba-7f82-40db-a130-5aadf7ad4896/model-vers/model-ver/81f99a6f-a52e-434f-be0e-eb2a88dbae4e?depth=0|INFO|500||Invoke
2021-09-30T08:43:57.796Z|264c4e99-a090-48c4-bce8-087eba4a7aa3|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/323d15ba-7f82-40db-a130-5aadf7ad4896/model-vers/model-ver/81f99a6f-a52e-434f-be0e-eb2a88dbae4e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-30T08:43:57.903Z|264c4e99-a090-48c4-bce8-087eba4a7aa3|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/323d15ba-7f82-40db-a130-5aadf7ad4896/model-vers/model-ver/81f99a6f-a52e-434f-be0e-eb2a88dbae4e?depth=0|INFO|500||InvokeReturn
2021-09-30T08:43:57.903Z|264c4e99-a090-48c4-bce8-087eba4a7aa3|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/323d15ba-7f82-40db-a130-5aadf7ad4896/model-vers/model-ver/81f99a6f-a52e-434f-be0e-eb2a88dbae4e?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210930-08:43:57:805-59419], vertex-id=[327904], Content-Length=[0], Date=[Thu, 30 Sep 2021 08:43:57 GMT], Content-Type=[application/json]}
2021-09-30T08:43:57.903Z|264c4e99-a090-48c4-bce8-087eba4a7aa3|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2021-09-30T08:43:57.904Z|264c4e99-a090-48c4-bce8-087eba4a7aa3|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-30T08:43:57.904Z|264c4e99-a090-48c4-bce8-087eba4a7aa3|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-30T08:43:57.911Z|264c4e99-a090-48c4-bce8-087eba4a7aa3|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-09-30T08:43:57.911Z|264c4e99-a090-48c4-bce8-087eba4a7aa3|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 264c4e99-a090-48c4-bce8-087eba4a7aa3 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-30T08:43:57.912Z|264c4e99-a090-48c4-bce8-087eba4a7aa3|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-30T08:43:57.912Z|264c4e99-a090-48c4-bce8-087eba4a7aa3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-30T08:43:57.914Z|264c4e99-a090-48c4-bce8-087eba4a7aa3|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T08:43:57.915Z|264c4e99-a090-48c4-bce8-087eba4a7aa3|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "264c4e99-a090-48c4-bce8-087eba4a7aa3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632991437911,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-30T08:43:58.017Z||pool-183-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2021-09-30T08:43:58.018Z||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-30T08:43:58.018Z||pool-183-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T08:43:58.034Z||pool-183-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:43:58.034Z||pool-183-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-30T08:43:58.936Z|264c4e99-a090-48c4-bce8-087eba4a7aa3|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T08:43:58.937Z|264c4e99-a090-48c4-bce8-087eba4a7aa3|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T08:43:58.937Z|264c4e99-a090-48c4-bce8-087eba4a7aa3|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2cjfMityS9h3J0jo) ...
2021-09-30T08:44:08.494Z|264c4e99-a090-48c4-bce8-087eba4a7aa3|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:44:14.933Z|264c4e99-a090-48c4-bce8-087eba4a7aa3|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T08:44:14.934Z|264c4e99-a090-48c4-bce8-087eba4a7aa3|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T08:44:14.934Z|264c4e99-a090-48c4-bce8-087eba4a7aa3|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2cjfMityS9h3J0jo) ...
2021-09-30T08:44:14.935Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T08:44:14.935Z||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-30T08:44:14.935Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T08:44:14.971Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:44:14.973Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-30T08:44:14.973Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "264c4e99-a090-48c4-bce8-087eba4a7aa3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632991334933,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFiecloqlycrvjjm9spxp/1.0/resourceInstances/pnf6ac9611592dc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:44:14.975Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:44:14.975Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-30T08:44:14.975Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "264c4e99-a090-48c4-bce8-087eba4a7aa3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632991334933,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFiecloqlycrvjjm9spxp/1.0/resourceInstances/pnf6ac9611592dc0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:44:14.975Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:44:14.975Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-30T08:44:14.975Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "264c4e99-a090-48c4-bce8-087eba4a7aa3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632991334933,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFiecloqlycrvjjm9spxp/1.0/resourceInstances/pnf6ac9611592dc0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:44:14.975Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:44:14.976Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-30T08:44:14.976Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "264c4e99-a090-48c4-bce8-087eba4a7aa3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632991334933,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFiecloqlycrvjjm9spxp/1.0/resourceInstances/pnf6ac9611592dc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:44:14.976Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:44:14.976Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-30T08:44:14.976Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "264c4e99-a090-48c4-bce8-087eba4a7aa3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632991334933,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFiecloqlycrvjjm9spxp/1.0/resourceInstances/pnf6ac9611592dc0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:44:14.976Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:44:14.976Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-30T08:44:14.976Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "264c4e99-a090-48c4-bce8-087eba4a7aa3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632991334933,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFiecloqlycrvjjm9spxp/1.0/resourceInstances/pnf6ac9611592dc0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:44:14.977Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:44:14.977Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-30T08:44:14.977Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "264c4e99-a090-48c4-bce8-087eba4a7aa3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632991334933,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFiecloqlycrvjjm9spxp/1.0/artifacts/service-DemoPnfFiecloqlycrvjjm9spxp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:44:14.977Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:44:14.977Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-30T08:44:14.977Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "264c4e99-a090-48c4-bce8-087eba4a7aa3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632991334933,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFiecloqlycrvjjm9spxp/1.0/artifacts/service-DemoPnfFiecloqlycrvjjm9spxp-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T08:44:14.977Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:44:14.978Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-30T08:44:14.978Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "264c4e99-a090-48c4-bce8-087eba4a7aa3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632991344561,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFiecloqlycrvjjm9spxp/1.0/artifacts/service-DemoPnfFiecloqlycrvjjm9spxp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-30T08:44:14.978Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T08:44:14.978Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-30T08:44:14.978Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "264c4e99-a090-48c4-bce8-087eba4a7aa3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632991346620,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFiecloqlycrvjjm9spxp/1.0/artifacts/service-DemoPnfFiecloqlycrvjjm9spxp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-30T08:44:14.978Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T08:44:24.505Z|264c4e99-a090-48c4-bce8-087eba4a7aa3|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:45:14.935Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T08:45:14.935Z|264c4e99-a090-48c4-bce8-087eba4a7aa3|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T08:45:14.938Z||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-30T08:45:14.938Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T08:45:14.939Z|264c4e99-a090-48c4-bce8-087eba4a7aa3|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T08:45:14.939Z|264c4e99-a090-48c4-bce8-087eba4a7aa3|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2cjfMityS9h3J0jo) ...
2021-09-30T08:45:15.480Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:45:15.482Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-30T08:45:15.482Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "264c4e99-a090-48c4-bce8-087eba4a7aa3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632991437911,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-30T08:45:15.485Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T08:45:24.514Z|264c4e99-a090-48c4-bce8-087eba4a7aa3|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:46:14.936Z|264c4e99-a090-48c4-bce8-087eba4a7aa3|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T08:46:14.935Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T08:46:14.939Z||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-30T08:46:14.939Z|264c4e99-a090-48c4-bce8-087eba4a7aa3|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T08:46:14.939Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T08:46:14.939Z|264c4e99-a090-48c4-bce8-087eba4a7aa3|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2cjfMityS9h3J0jo) ...
2021-09-30T08:46:24.496Z|264c4e99-a090-48c4-bce8-087eba4a7aa3|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:46:24.504Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:47:14.936Z|48773fe4-8e21-458b-b6a6-66f2ecf6eb60|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T08:47:14.936Z|264c4e99-a090-48c4-bce8-087eba4a7aa3|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T08:47:14.941Z|48773fe4-8e21-458b-b6a6-66f2ecf6eb60|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-30T08:47:14.941Z|264c4e99-a090-48c4-bce8-087eba4a7aa3|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T08:47:14.941Z|48773fe4-8e21-458b-b6a6-66f2ecf6eb60|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 2cjfMityS9h3J0jo) ...
2021-09-30T08:47:14.941Z|264c4e99-a090-48c4-bce8-087eba4a7aa3|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2cjfMityS9h3J0jo) ...
2021-09-30T08:47:24.527Z|264c4e99-a090-48c4-bce8-087eba4a7aa3|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:47:24.542Z|48773fe4-8e21-458b-b6a6-66f2ecf6eb60|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:48:14.933Z|264c4e99-a090-48c4-bce8-087eba4a7aa3|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T08:48:14.935Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T08:48:14.935Z||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-30T08:48:14.935Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T08:48:14.935Z|264c4e99-a090-48c4-bce8-087eba4a7aa3|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T08:48:14.935Z|264c4e99-a090-48c4-bce8-087eba4a7aa3|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2cjfMityS9h3J0jo) ...
2021-09-30T08:48:15.564Z|264c4e99-a090-48c4-bce8-087eba4a7aa3|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:48:15.564Z|264c4e99-a090-48c4-bce8-087eba4a7aa3|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-30T08:48:15.564Z|264c4e99-a090-48c4-bce8-087eba4a7aa3|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"6ded7600-8abd-4be5-8518-289d70a68545","serviceName":"Demo_pNF_2ZzT91w5kSdKanbmlU39","serviceVersion":"1.0","serviceUUID":"646915cd-bb0f-4f2d-9623-eab7ecf4bfc2","serviceDescription":"catalog service description","serviceInvariantUUID":"02be31b3-3318-4a12-8aeb-2a9c953a2a1f","resources":[{"resourceInstanceName":"pNF b2d5bb9d-8f09 0","resourceName":"pNF b2d5bb9d-8f09","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"b4f2a772-a977-47e1-8f1a-6d72c8acb383","resourceInvariantUUID":"9bb2a3c4-80f0-46ca-ab32-d30dbacd1f17","resourceCustomizationUUID":"eeb05c11-0313-4041-b126-3d6957253ef8","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf2zzt91w5ksdkanbmlu39/1.0/resourceInstances/pnfb2d5bb9d8f090/artifacts/vf-license-model.xml","artifactChecksum":"NmU5YzVkZjM5NGRjMWU3ZDExNTBkM2E0MzFkYmY0OGM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f17927f3-4ffc-4b36-80bc-7baee37a71ad","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf2zzt91w5ksdkanbmlu39/1.0/resourceInstances/pnfb2d5bb9d8f090/artifacts/pNF.csar","artifactChecksum":"NzdkNzAxYWJhY2VlZDZhMjhhOTVkNzdmZjBiNTRkMjM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7b17ad66-6e25-49fb-8837-2d88bbc6c88a","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf2zzt91w5ksdkanbmlu39/1.0/resourceInstances/pnfb2d5bb9d8f090/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"33fa10fa-1f32-46f2-97d0-a56c2a9ec3e1","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf2zzt91w5ksdkanbmlu39/1.0/resourceInstances/pnfb2d5bb9d8f090/artifacts/vendor-license-model.xml","artifactChecksum":"MGU0N2E4N2U2YTYzYWFlMGRlMmRkNDgyNjU4ZWM2NDA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d5008b92-6bdc-4512-9bac-e974c8bc52d0","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf2zzt91w5ksdkanbmlu39/1.0/resourceInstances/pnfb2d5bb9d8f090/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"407bc9e5-8ce2-4763-b567-00a6da1aa8d8","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf2zzt91w5ksdkanbmlu39/1.0/resourceInstances/pnfb2d5bb9d8f090/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"dab0aefe-9bd4-4ae5-a96e-3ef422ddc960","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf2zzt91w5ksdkanbmlu39-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf2zzt91w5ksdkanbmlu39/1.0/artifacts/service-DemoPnf2zzt91w5ksdkanbmlu39-template.yml","artifactChecksum":"YjE3ZGQwOGZmNjI1ZTY3NDVjOGQ5MTI0YTY3MzUyYjA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"755d937d-016c-408c-90cb-836b27622137","artifactVersion":"1"},{"artifactName":"service-DemoPnf2zzt91w5ksdkanbmlu39-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf2zzt91w5ksdkanbmlu39/1.0/artifacts/service-DemoPnf2zzt91w5ksdkanbmlu39-csar.csar","artifactChecksum":"NWRkOWY0NTNmMzZhZjRlMzhiM2Y2ZGMyOWRhODUxYTY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"45a251eb-96ba-4809-b54d-72f8d599df90","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-30T08:48:15.568Z|264c4e99-a090-48c4-bce8-087eba4a7aa3|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T08:48:15.568Z|264c4e99-a090-48c4-bce8-087eba4a7aa3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-30T08:48:15.571Z|264c4e99-a090-48c4-bce8-087eba4a7aa3|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T08:48:15.571Z|264c4e99-a090-48c4-bce8-087eba4a7aa3|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "6ded7600-8abd-4be5-8518-289d70a68545",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632991694933,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2zzt91w5ksdkanbmlu39/1.0/resourceInstances/pnfb2d5bb9d8f090/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:48:15.575Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:48:15.578Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T08:48:15.578Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ded7600-8abd-4be5-8518-289d70a68545",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632991659351,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2zzt91w5ksdkanbmlu39/1.0/resourceInstances/pnfb2d5bb9d8f090/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:48:15.579Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:48:15.579Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T08:48:15.579Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ded7600-8abd-4be5-8518-289d70a68545",
  "consumerID": "policy-id",
  "timestamp": 1632991661318,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2zzt91w5ksdkanbmlu39/1.0/resourceInstances/pnfb2d5bb9d8f090/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:48:15.579Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:48:15.579Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T08:48:15.579Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ded7600-8abd-4be5-8518-289d70a68545",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632991659351,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2zzt91w5ksdkanbmlu39/1.0/resourceInstances/pnfb2d5bb9d8f090/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:48:15.579Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:48:15.579Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T08:48:15.580Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ded7600-8abd-4be5-8518-289d70a68545",
  "consumerID": "policy-id",
  "timestamp": 1632991661318,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2zzt91w5ksdkanbmlu39/1.0/resourceInstances/pnfb2d5bb9d8f090/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:48:15.580Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:48:15.580Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T08:48:15.580Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ded7600-8abd-4be5-8518-289d70a68545",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632991662851,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2zzt91w5ksdkanbmlu39/1.0/resourceInstances/pnfb2d5bb9d8f090/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:48:15.580Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:48:15.580Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T08:48:15.580Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ded7600-8abd-4be5-8518-289d70a68545",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632991659351,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2zzt91w5ksdkanbmlu39/1.0/resourceInstances/pnfb2d5bb9d8f090/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:48:15.580Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:48:15.580Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T08:48:15.580Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ded7600-8abd-4be5-8518-289d70a68545",
  "consumerID": "policy-id",
  "timestamp": 1632991661318,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2zzt91w5ksdkanbmlu39/1.0/resourceInstances/pnfb2d5bb9d8f090/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:48:15.580Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:48:15.581Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T08:48:15.581Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ded7600-8abd-4be5-8518-289d70a68545",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632991662851,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2zzt91w5ksdkanbmlu39/1.0/resourceInstances/pnfb2d5bb9d8f090/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:48:15.581Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:48:15.581Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T08:48:15.581Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ded7600-8abd-4be5-8518-289d70a68545",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632991659351,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2zzt91w5ksdkanbmlu39/1.0/resourceInstances/pnfb2d5bb9d8f090/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:48:15.581Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:48:15.581Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T08:48:15.581Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ded7600-8abd-4be5-8518-289d70a68545",
  "consumerID": "policy-id",
  "timestamp": 1632991661318,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2zzt91w5ksdkanbmlu39/1.0/resourceInstances/pnfb2d5bb9d8f090/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:48:15.581Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:48:15.581Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T08:48:15.581Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ded7600-8abd-4be5-8518-289d70a68545",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632991662851,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2zzt91w5ksdkanbmlu39/1.0/resourceInstances/pnfb2d5bb9d8f090/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:48:15.581Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:48:15.581Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T08:48:15.581Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ded7600-8abd-4be5-8518-289d70a68545",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632991659351,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2zzt91w5ksdkanbmlu39/1.0/resourceInstances/pnfb2d5bb9d8f090/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:48:15.582Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:48:15.582Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T08:48:15.582Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ded7600-8abd-4be5-8518-289d70a68545",
  "consumerID": "policy-id",
  "timestamp": 1632991661318,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2zzt91w5ksdkanbmlu39/1.0/resourceInstances/pnfb2d5bb9d8f090/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:48:15.582Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:48:15.582Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T08:48:15.582Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ded7600-8abd-4be5-8518-289d70a68545",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632991662851,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2zzt91w5ksdkanbmlu39/1.0/resourceInstances/pnfb2d5bb9d8f090/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:48:15.582Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:48:15.582Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T08:48:15.582Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ded7600-8abd-4be5-8518-289d70a68545",
  "consumerID": "dcae-sch",
  "timestamp": 1632991665975,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2zzt91w5ksdkanbmlu39/1.0/resourceInstances/pnfb2d5bb9d8f090/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:48:15.582Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:48:15.582Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T08:48:15.582Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ded7600-8abd-4be5-8518-289d70a68545",
  "consumerID": "cds",
  "timestamp": 1632991666277,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2zzt91w5ksdkanbmlu39/1.0/resourceInstances/pnfb2d5bb9d8f090/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:48:15.583Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:48:15.583Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T08:48:15.583Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ded7600-8abd-4be5-8518-289d70a68545",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632991659351,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2zzt91w5ksdkanbmlu39/1.0/resourceInstances/pnfb2d5bb9d8f090/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-09-30T08:48:15.583Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:48:15.583Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T08:48:15.583Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ded7600-8abd-4be5-8518-289d70a68545",
  "consumerID": "policy-id",
  "timestamp": 1632991661318,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2zzt91w5ksdkanbmlu39/1.0/resourceInstances/pnfb2d5bb9d8f090/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:48:15.584Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:48:15.584Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T08:48:15.584Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ded7600-8abd-4be5-8518-289d70a68545",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632991662851,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2zzt91w5ksdkanbmlu39/1.0/resourceInstances/pnfb2d5bb9d8f090/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:48:15.584Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:48:15.584Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T08:48:15.584Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ded7600-8abd-4be5-8518-289d70a68545",
  "consumerID": "dcae-sch",
  "timestamp": 1632991665975,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2zzt91w5ksdkanbmlu39/1.0/resourceInstances/pnfb2d5bb9d8f090/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:48:15.584Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:48:15.584Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T08:48:15.584Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ded7600-8abd-4be5-8518-289d70a68545",
  "consumerID": "cds",
  "timestamp": 1632991666277,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2zzt91w5ksdkanbmlu39/1.0/resourceInstances/pnfb2d5bb9d8f090/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:48:15.584Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:48:15.585Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T08:48:15.585Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ded7600-8abd-4be5-8518-289d70a68545",
  "consumerID": "policy-id",
  "timestamp": 1632991661318,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2zzt91w5ksdkanbmlu39/1.0/artifacts/service-DemoPnf2zzt91w5ksdkanbmlu39-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:48:15.585Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:48:15.585Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T08:48:15.585Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ded7600-8abd-4be5-8518-289d70a68545",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632991659351,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2zzt91w5ksdkanbmlu39/1.0/artifacts/service-DemoPnf2zzt91w5ksdkanbmlu39-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:48:15.585Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:48:15.585Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T08:48:15.585Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ded7600-8abd-4be5-8518-289d70a68545",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632991662851,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2zzt91w5ksdkanbmlu39/1.0/resourceInstances/pnfb2d5bb9d8f090/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:48:15.585Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:48:15.585Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T08:48:15.585Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ded7600-8abd-4be5-8518-289d70a68545",
  "consumerID": "dcae-sch",
  "timestamp": 1632991665975,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2zzt91w5ksdkanbmlu39/1.0/resourceInstances/pnfb2d5bb9d8f090/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:48:15.585Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:48:15.586Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T08:48:15.586Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ded7600-8abd-4be5-8518-289d70a68545",
  "consumerID": "cds",
  "timestamp": 1632991666277,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2zzt91w5ksdkanbmlu39/1.0/resourceInstances/pnfb2d5bb9d8f090/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:48:15.586Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:48:15.586Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T08:48:15.586Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ded7600-8abd-4be5-8518-289d70a68545",
  "consumerID": "policy-id",
  "timestamp": 1632991661318,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2zzt91w5ksdkanbmlu39/1.0/artifacts/service-DemoPnf2zzt91w5ksdkanbmlu39-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T08:48:15.586Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:48:15.587Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T08:48:15.587Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ded7600-8abd-4be5-8518-289d70a68545",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632991659351,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2zzt91w5ksdkanbmlu39/1.0/artifacts/service-DemoPnf2zzt91w5ksdkanbmlu39-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:48:15.587Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:48:15.587Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T08:48:15.588Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ded7600-8abd-4be5-8518-289d70a68545",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632991662851,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2zzt91w5ksdkanbmlu39/1.0/artifacts/service-DemoPnf2zzt91w5ksdkanbmlu39-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:48:15.588Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:48:15.588Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T08:48:15.588Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ded7600-8abd-4be5-8518-289d70a68545",
  "consumerID": "dcae-sch",
  "timestamp": 1632991665975,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2zzt91w5ksdkanbmlu39/1.0/resourceInstances/pnfb2d5bb9d8f090/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:48:15.588Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:48:15.588Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T08:48:15.588Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ded7600-8abd-4be5-8518-289d70a68545",
  "consumerID": "cds",
  "timestamp": 1632991666277,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2zzt91w5ksdkanbmlu39/1.0/resourceInstances/pnfb2d5bb9d8f090/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:48:15.588Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:48:15.589Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T08:48:15.589Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ded7600-8abd-4be5-8518-289d70a68545",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632991662851,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2zzt91w5ksdkanbmlu39/1.0/artifacts/service-DemoPnf2zzt91w5ksdkanbmlu39-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T08:48:15.589Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:48:15.589Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T08:48:15.589Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ded7600-8abd-4be5-8518-289d70a68545",
  "consumerID": "dcae-sch",
  "timestamp": 1632991665975,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2zzt91w5ksdkanbmlu39/1.0/resourceInstances/pnfb2d5bb9d8f090/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:48:15.589Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:48:15.589Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T08:48:15.589Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ded7600-8abd-4be5-8518-289d70a68545",
  "consumerID": "cds",
  "timestamp": 1632991666277,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2zzt91w5ksdkanbmlu39/1.0/resourceInstances/pnfb2d5bb9d8f090/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:48:15.589Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:48:15.589Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T08:48:15.589Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ded7600-8abd-4be5-8518-289d70a68545",
  "consumerID": "policy-id",
  "timestamp": 1632991671632,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2zzt91w5ksdkanbmlu39/1.0/artifacts/service-DemoPnf2zzt91w5ksdkanbmlu39-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-30T08:48:15.589Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T08:48:15.590Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T08:48:15.590Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ded7600-8abd-4be5-8518-289d70a68545",
  "consumerID": "dcae-sch",
  "timestamp": 1632991665975,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2zzt91w5ksdkanbmlu39/1.0/resourceInstances/pnfb2d5bb9d8f090/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:48:15.590Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:48:15.590Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T08:48:15.590Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ded7600-8abd-4be5-8518-289d70a68545",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632991671746,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2zzt91w5ksdkanbmlu39/1.0/resourceInstances/pnfb2d5bb9d8f090/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-30T08:48:15.590Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T08:48:15.590Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T08:48:15.590Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ded7600-8abd-4be5-8518-289d70a68545",
  "consumerID": "cds",
  "timestamp": 1632991666277,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2zzt91w5ksdkanbmlu39/1.0/resourceInstances/pnfb2d5bb9d8f090/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:48:15.590Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:48:15.590Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T08:48:15.590Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ded7600-8abd-4be5-8518-289d70a68545",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632991671443,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2zzt91w5ksdkanbmlu39/1.0/resourceInstances/pnfb2d5bb9d8f090/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:48:15.591Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:48:15.591Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T08:48:15.591Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ded7600-8abd-4be5-8518-289d70a68545",
  "consumerID": "clamp",
  "timestamp": 1632991671513,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2zzt91w5ksdkanbmlu39/1.0/resourceInstances/pnfb2d5bb9d8f090/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:48:15.592Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:48:15.592Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T08:48:15.592Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ded7600-8abd-4be5-8518-289d70a68545",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632991672576,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2zzt91w5ksdkanbmlu39/1.0/artifacts/service-DemoPnf2zzt91w5ksdkanbmlu39-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-30T08:48:15.592Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T08:48:15.592Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T08:48:15.592Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ded7600-8abd-4be5-8518-289d70a68545",
  "consumerID": "policy-id",
  "timestamp": 1632991672638,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2zzt91w5ksdkanbmlu39/1.0/artifacts/service-DemoPnf2zzt91w5ksdkanbmlu39-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-30T08:48:15.592Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T08:48:15.592Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T08:48:15.592Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ded7600-8abd-4be5-8518-289d70a68545",
  "consumerID": "dcae-sch",
  "timestamp": 1632991665975,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2zzt91w5ksdkanbmlu39/1.0/artifacts/service-DemoPnf2zzt91w5ksdkanbmlu39-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:48:15.592Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:48:15.592Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T08:48:15.592Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ded7600-8abd-4be5-8518-289d70a68545",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632991672778,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2zzt91w5ksdkanbmlu39/1.0/resourceInstances/pnfb2d5bb9d8f090/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-09-30T08:48:15.592Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T08:48:15.593Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T08:48:15.593Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ded7600-8abd-4be5-8518-289d70a68545",
  "consumerID": "cds",
  "timestamp": 1632991666277,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2zzt91w5ksdkanbmlu39/1.0/artifacts/service-DemoPnf2zzt91w5ksdkanbmlu39-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:48:15.593Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:48:15.593Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T08:48:15.593Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ded7600-8abd-4be5-8518-289d70a68545",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632991671443,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2zzt91w5ksdkanbmlu39/1.0/resourceInstances/pnfb2d5bb9d8f090/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:48:15.593Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:48:15.593Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T08:48:15.593Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ded7600-8abd-4be5-8518-289d70a68545",
  "consumerID": "clamp",
  "timestamp": 1632991671513,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2zzt91w5ksdkanbmlu39/1.0/resourceInstances/pnfb2d5bb9d8f090/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:48:15.593Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:48:15.593Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T08:48:15.593Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ded7600-8abd-4be5-8518-289d70a68545",
  "consumerID": "policy-id",
  "timestamp": 1632991673641,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-30T08:48:15.622Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6ded7600-8abd-4be5-8518-289d70a68545
2021-09-30T08:48:15.622Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6ded7600-8abd-4be5-8518-289d70a68545 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-30T08:48:15.634Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T08:48:15.634Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ded7600-8abd-4be5-8518-289d70a68545",
  "consumerID": "dcae-sch",
  "timestamp": 1632991665975,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2zzt91w5ksdkanbmlu39/1.0/artifacts/service-DemoPnf2zzt91w5ksdkanbmlu39-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:48:15.634Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:48:15.634Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T08:48:15.634Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ded7600-8abd-4be5-8518-289d70a68545",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632991673785,
  "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-30T08:48:15.639Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 6ded7600-8abd-4be5-8518-289d70a68545
2021-09-30T08:48:15.639Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6ded7600-8abd-4be5-8518-289d70a68545 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-30T08:48:15.649Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T08:48:15.649Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ded7600-8abd-4be5-8518-289d70a68545",
  "consumerID": "cds",
  "timestamp": 1632991666277,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2zzt91w5ksdkanbmlu39/1.0/artifacts/service-DemoPnf2zzt91w5ksdkanbmlu39-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T08:48:15.649Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:48:15.649Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T08:48:15.649Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ded7600-8abd-4be5-8518-289d70a68545",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632991671443,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2zzt91w5ksdkanbmlu39/1.0/resourceInstances/pnfb2d5bb9d8f090/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:48:15.649Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:48:15.649Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T08:48:15.649Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ded7600-8abd-4be5-8518-289d70a68545",
  "consumerID": "clamp",
  "timestamp": 1632991671513,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2zzt91w5ksdkanbmlu39/1.0/resourceInstances/pnfb2d5bb9d8f090/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:48:15.650Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:48:15.650Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T08:48:15.650Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ded7600-8abd-4be5-8518-289d70a68545",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632991674469,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2zzt91w5ksdkanbmlu39/1.0/artifacts/service-DemoPnf2zzt91w5ksdkanbmlu39-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-30T08:48:15.650Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T08:48:15.650Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T08:48:15.650Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ded7600-8abd-4be5-8518-289d70a68545",
  "consumerID": "aai-ml",
  "timestamp": 1632991674245,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2zzt91w5ksdkanbmlu39/1.0/resourceInstances/pnfb2d5bb9d8f090/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:48:15.650Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:48:15.650Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T08:48:15.650Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ded7600-8abd-4be5-8518-289d70a68545",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632991671443,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2zzt91w5ksdkanbmlu39/1.0/resourceInstances/pnfb2d5bb9d8f090/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:48:15.650Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:48:15.650Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T08:48:15.650Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ded7600-8abd-4be5-8518-289d70a68545",
  "consumerID": "clamp",
  "timestamp": 1632991671513,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2zzt91w5ksdkanbmlu39/1.0/resourceInstances/pnfb2d5bb9d8f090/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:48:15.651Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:48:15.651Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T08:48:15.651Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ded7600-8abd-4be5-8518-289d70a68545",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632991675473,
  "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-30T08:48:15.655Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6ded7600-8abd-4be5-8518-289d70a68545
2021-09-30T08:48:15.656Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6ded7600-8abd-4be5-8518-289d70a68545 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-30T08:48:15.667Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T08:48:15.667Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ded7600-8abd-4be5-8518-289d70a68545",
  "consumerID": "aai-ml",
  "timestamp": 1632991674245,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2zzt91w5ksdkanbmlu39/1.0/resourceInstances/pnfb2d5bb9d8f090/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:48:15.667Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:48:15.668Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T08:48:15.668Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ded7600-8abd-4be5-8518-289d70a68545",
  "consumerID": "cds",
  "timestamp": 1632991675966,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2zzt91w5ksdkanbmlu39/1.0/artifacts/service-DemoPnf2zzt91w5ksdkanbmlu39-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-30T08:48:15.668Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T08:48:15.668Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T08:48:15.668Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ded7600-8abd-4be5-8518-289d70a68545",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632991671443,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2zzt91w5ksdkanbmlu39/1.0/resourceInstances/pnfb2d5bb9d8f090/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:48:15.668Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:48:15.668Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T08:48:15.668Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ded7600-8abd-4be5-8518-289d70a68545",
  "consumerID": "clamp",
  "timestamp": 1632991671513,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2zzt91w5ksdkanbmlu39/1.0/resourceInstances/pnfb2d5bb9d8f090/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:48:15.668Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:48:15.668Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T08:48:15.668Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ded7600-8abd-4be5-8518-289d70a68545",
  "consumerID": "aai-ml",
  "timestamp": 1632991674245,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2zzt91w5ksdkanbmlu39/1.0/resourceInstances/pnfb2d5bb9d8f090/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:48:15.668Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:48:15.669Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T08:48:15.669Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ded7600-8abd-4be5-8518-289d70a68545",
  "consumerID": "cds",
  "timestamp": 1632991676977,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2zzt91w5ksdkanbmlu39/1.0/artifacts/service-DemoPnf2zzt91w5ksdkanbmlu39-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-30T08:48:15.673Z||pool-184-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-30T08:48:15.673Z||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-30T08:48:15.673Z||pool-184-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T08:48:15.674Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6ded7600-8abd-4be5-8518-289d70a68545
2021-09-30T08:48:15.674Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6ded7600-8abd-4be5-8518-289d70a68545 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-30T08:48:15.683Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T08:48:15.683Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ded7600-8abd-4be5-8518-289d70a68545",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632991671443,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2zzt91w5ksdkanbmlu39/1.0/resourceInstances/pnfb2d5bb9d8f090/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:48:15.684Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:48:15.684Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T08:48:15.684Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ded7600-8abd-4be5-8518-289d70a68545",
  "consumerID": "clamp",
  "timestamp": 1632991671513,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2zzt91w5ksdkanbmlu39/1.0/resourceInstances/pnfb2d5bb9d8f090/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:48:15.684Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:48:15.684Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T08:48:15.684Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ded7600-8abd-4be5-8518-289d70a68545",
  "consumerID": "aai-ml",
  "timestamp": 1632991674245,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2zzt91w5ksdkanbmlu39/1.0/resourceInstances/pnfb2d5bb9d8f090/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:48:15.684Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:48:15.684Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T08:48:15.684Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ded7600-8abd-4be5-8518-289d70a68545",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632991671443,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2zzt91w5ksdkanbmlu39/1.0/artifacts/service-DemoPnf2zzt91w5ksdkanbmlu39-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:48:15.685Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:48:15.685Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T08:48:15.685Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ded7600-8abd-4be5-8518-289d70a68545",
  "consumerID": "clamp",
  "timestamp": 1632991671513,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2zzt91w5ksdkanbmlu39/1.0/artifacts/service-DemoPnf2zzt91w5ksdkanbmlu39-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:48:15.685Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:48:15.685Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T08:48:15.685Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ded7600-8abd-4be5-8518-289d70a68545",
  "consumerID": "aai-ml",
  "timestamp": 1632991674245,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2zzt91w5ksdkanbmlu39/1.0/resourceInstances/pnfb2d5bb9d8f090/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:48:15.685Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:48:15.685Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T08:48:15.685Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ded7600-8abd-4be5-8518-289d70a68545",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632991671443,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2zzt91w5ksdkanbmlu39/1.0/artifacts/service-DemoPnf2zzt91w5ksdkanbmlu39-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T08:48:15.685Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:48:15.685Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T08:48:15.685Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ded7600-8abd-4be5-8518-289d70a68545",
  "consumerID": "clamp",
  "timestamp": 1632991671513,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2zzt91w5ksdkanbmlu39/1.0/artifacts/service-DemoPnf2zzt91w5ksdkanbmlu39-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T08:48:15.685Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:48:15.686Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T08:48:15.686Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ded7600-8abd-4be5-8518-289d70a68545",
  "consumerID": "aai-ml",
  "timestamp": 1632991674245,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2zzt91w5ksdkanbmlu39/1.0/resourceInstances/pnfb2d5bb9d8f090/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:48:15.686Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:48:15.686Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T08:48:15.686Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ded7600-8abd-4be5-8518-289d70a68545",
  "consumerID": "aai-ml",
  "timestamp": 1632991674245,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2zzt91w5ksdkanbmlu39/1.0/artifacts/service-DemoPnf2zzt91w5ksdkanbmlu39-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:48:15.686Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:48:15.686Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T08:48:15.686Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ded7600-8abd-4be5-8518-289d70a68545",
  "consumerID": "aai-ml",
  "timestamp": 1632991674245,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2zzt91w5ksdkanbmlu39/1.0/artifacts/service-DemoPnf2zzt91w5ksdkanbmlu39-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T08:48:15.686Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:48:15.686Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T08:48:15.686Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ded7600-8abd-4be5-8518-289d70a68545",
  "consumerID": "aai-ml",
  "timestamp": 1632991683796,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2zzt91w5ksdkanbmlu39/1.0/artifacts/service-DemoPnf2zzt91w5ksdkanbmlu39-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-30T08:48:15.686Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T08:48:15.687Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T08:48:15.687Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ded7600-8abd-4be5-8518-289d70a68545",
  "consumerID": "clamp",
  "timestamp": 1632991688221,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2zzt91w5ksdkanbmlu39/1.0/artifacts/service-DemoPnf2zzt91w5ksdkanbmlu39-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-30T08:48:15.687Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T08:48:15.687Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T08:48:15.687Z||pool-184-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:48:15.687Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ded7600-8abd-4be5-8518-289d70a68545",
  "consumerID": "clamp",
  "timestamp": 1632991690225,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2zzt91w5ksdkanbmlu39/1.0/artifacts/service-DemoPnf2zzt91w5ksdkanbmlu39-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-30T08:48:15.687Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T08:48:15.687Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T08:48:15.687Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ded7600-8abd-4be5-8518-289d70a68545",
  "consumerID": "aai-ml",
  "timestamp": 1632991690350,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2zzt91w5ksdkanbmlu39/1.0/artifacts/service-DemoPnf2zzt91w5ksdkanbmlu39-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-30T08:48:15.687Z||pool-184-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-30T08:48:15.687Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T08:48:15.687Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T08:48:15.687Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ded7600-8abd-4be5-8518-289d70a68545",
  "consumerID": "clamp",
  "timestamp": 1632991691227,
  "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-30T08:48:15.692Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 6ded7600-8abd-4be5-8518-289d70a68545
2021-09-30T08:48:15.692Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6ded7600-8abd-4be5-8518-289d70a68545 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-30T08:48:15.702Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T08:48:15.702Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ded7600-8abd-4be5-8518-289d70a68545",
  "consumerID": "aai-ml",
  "timestamp": 1632991691354,
  "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-30T08:48:15.706Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6ded7600-8abd-4be5-8518-289d70a68545
2021-09-30T08:48:15.706Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6ded7600-8abd-4be5-8518-289d70a68545 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-30T08:48:16.572Z|264c4e99-a090-48c4-bce8-087eba4a7aa3|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T08:48:16.573Z|264c4e99-a090-48c4-bce8-087eba4a7aa3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-30T08:48:16.574Z|264c4e99-a090-48c4-bce8-087eba4a7aa3|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T08:48:16.574Z|264c4e99-a090-48c4-bce8-087eba4a7aa3|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "6ded7600-8abd-4be5-8518-289d70a68545",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632991694933,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2zzt91w5ksdkanbmlu39/1.0/resourceInstances/pnfb2d5bb9d8f090/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:48:16.674Z||pool-185-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T08:48:16.675Z||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-30T08:48:16.675Z||pool-185-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T08:48:16.687Z||pool-185-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:48:16.688Z||pool-185-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-30T08:48:17.575Z|264c4e99-a090-48c4-bce8-087eba4a7aa3|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T08:48:17.576Z|264c4e99-a090-48c4-bce8-087eba4a7aa3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-30T08:48:17.578Z|264c4e99-a090-48c4-bce8-087eba4a7aa3|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T08:48:17.578Z|264c4e99-a090-48c4-bce8-087eba4a7aa3|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "6ded7600-8abd-4be5-8518-289d70a68545",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632991694933,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2zzt91w5ksdkanbmlu39/1.0/resourceInstances/pnfb2d5bb9d8f090/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:48:17.678Z||pool-186-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T08:48:17.679Z||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-30T08:48:17.679Z||pool-186-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T08:48:17.691Z||pool-186-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:48:17.692Z||pool-186-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-30T08:48:18.579Z|264c4e99-a090-48c4-bce8-087eba4a7aa3|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T08:48:18.579Z|264c4e99-a090-48c4-bce8-087eba4a7aa3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-30T08:48:18.581Z|264c4e99-a090-48c4-bce8-087eba4a7aa3|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T08:48:18.581Z|264c4e99-a090-48c4-bce8-087eba4a7aa3|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "6ded7600-8abd-4be5-8518-289d70a68545",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632991694933,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2zzt91w5ksdkanbmlu39/1.0/resourceInstances/pnfb2d5bb9d8f090/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:48:18.683Z||pool-187-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2021-09-30T08:48:18.684Z||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-30T08:48:18.684Z||pool-187-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T08:48:18.697Z||pool-187-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:48:18.697Z||pool-187-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-09-30T08:48:19.584Z|264c4e99-a090-48c4-bce8-087eba4a7aa3|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T08:48:19.584Z|264c4e99-a090-48c4-bce8-087eba4a7aa3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-30T08:48:19.589Z|264c4e99-a090-48c4-bce8-087eba4a7aa3|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T08:48:19.589Z|264c4e99-a090-48c4-bce8-087eba4a7aa3|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "6ded7600-8abd-4be5-8518-289d70a68545",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632991694933,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2zzt91w5ksdkanbmlu39/1.0/resourceInstances/pnfb2d5bb9d8f090/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:48:19.687Z||pool-188-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2021-09-30T08:48:19.688Z||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-30T08:48:19.688Z||pool-188-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T08:48:19.698Z||pool-188-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:48:19.699Z||pool-188-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-30T08:48:20.590Z|264c4e99-a090-48c4-bce8-087eba4a7aa3|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T08:48:20.591Z|264c4e99-a090-48c4-bce8-087eba4a7aa3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-30T08:48:20.593Z|264c4e99-a090-48c4-bce8-087eba4a7aa3|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T08:48:20.593Z|264c4e99-a090-48c4-bce8-087eba4a7aa3|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "6ded7600-8abd-4be5-8518-289d70a68545",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632991694933,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2zzt91w5ksdkanbmlu39/1.0/resourceInstances/pnfb2d5bb9d8f090/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:48:20.693Z||pool-189-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T08:48:20.694Z||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-30T08:48:20.694Z||pool-189-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T08:48:20.704Z||pool-189-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:48:20.706Z||pool-189-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-09-30T08:48:21.594Z|264c4e99-a090-48c4-bce8-087eba4a7aa3|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T08:48:21.595Z|264c4e99-a090-48c4-bce8-087eba4a7aa3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-30T08:48:21.600Z|264c4e99-a090-48c4-bce8-087eba4a7aa3|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T08:48:21.601Z|264c4e99-a090-48c4-bce8-087eba4a7aa3|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "6ded7600-8abd-4be5-8518-289d70a68545",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632991694933,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2zzt91w5ksdkanbmlu39/1.0/artifacts/service-DemoPnf2zzt91w5ksdkanbmlu39-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:48:21.697Z||pool-190-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2021-09-30T08:48:21.698Z||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-30T08:48:21.698Z||pool-190-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T08:48:21.709Z||pool-190-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:48:21.709Z||pool-190-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-30T08:48:22.601Z|264c4e99-a090-48c4-bce8-087eba4a7aa3|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T08:48:22.603Z|264c4e99-a090-48c4-bce8-087eba4a7aa3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-30T08:48:22.605Z|264c4e99-a090-48c4-bce8-087eba4a7aa3|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T08:48:22.605Z|264c4e99-a090-48c4-bce8-087eba4a7aa3|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "6ded7600-8abd-4be5-8518-289d70a68545",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632991694933,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2zzt91w5ksdkanbmlu39/1.0/artifacts/service-DemoPnf2zzt91w5ksdkanbmlu39-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T08:48:22.705Z||pool-191-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T08:48:22.706Z||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-30T08:48:22.706Z||pool-191-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T08:48:22.718Z||pool-191-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:48:22.720Z||pool-191-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-30T08:48:23.606Z|264c4e99-a090-48c4-bce8-087eba4a7aa3|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "6ded7600-8abd-4be5-8518-289d70a68545",
  "serviceName": "Demo_pNF_2ZzT91w5kSdKanbmlU39",
  "serviceVersion": "1.0",
  "serviceUUID": "646915cd-bb0f-4f2d-9623-eab7ecf4bfc2",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "02be31b3-3318-4a12-8aeb-2a9c953a2a1f",
  "resources": [
    {
      "resourceInstanceName": "pNF b2d5bb9d-8f09 0",
      "resourceCustomizationUUID": "eeb05c11-0313-4041-b126-3d6957253ef8",
      "resourceName": "pNF b2d5bb9d-8f09",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "b4f2a772-a977-47e1-8f1a-6d72c8acb383",
      "resourceInvariantUUID": "9bb2a3c4-80f0-46ca-ab32-d30dbacd1f17",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnf2zzt91w5ksdkanbmlu39-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnf2zzt91w5ksdkanbmlu39/1.0/artifacts/service-DemoPnf2zzt91w5ksdkanbmlu39-csar.csar",
      "artifactChecksum": "NWRkOWY0NTNmMzZhZjRlMzhiM2Y2ZGMyOWRhODUxYTY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "45a251eb-96ba-4809-b54d-72f8d599df90"
    }
  ],
  "workloadContext": "Production"
}
2021-09-30T08:48:23.607Z|264c4e99-a090-48c4-bce8-087eba4a7aa3|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-30T08:48:23.608Z|264c4e99-a090-48c4-bce8-087eba4a7aa3|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 646915cd-bb0f-4f2d-9623-eab7ecf4bfc2 ASDC
2021-09-30T08:48:23.609Z|6ded7600-8abd-4be5-8518-289d70a68545|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:6ded7600-8abd-4be5-8518-289d70a68545
ServiceName:Demo_pNF_2ZzT91w5kSdKanbmlU39
ServiceVersion:1.0
ServiceUUID:646915cd-bb0f-4f2d-9623-eab7ecf4bfc2
ServiceInvariantUUID:02be31b3-3318-4a12-8aeb-2a9c953a2a1f
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf2zzt91w5ksdkanbmlu39-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf2zzt91w5ksdkanbmlu39/1.0/artifacts/service-DemoPnf2zzt91w5ksdkanbmlu39-csar.csar
ArtifactUUID:45a251eb-96ba-4809-b54d-72f8d599df90
ArtifactChecksum:NWRkOWY0NTNmMzZhZjRlMzhiM2Y2ZGMyOWRhODUxYTY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF b2d5bb9d-8f09 0
ResourceCustomizationUUID:eeb05c11-0313-4041-b126-3d6957253ef8
ResourceInvariantUUID:9bb2a3c4-80f0-46ca-ab32-d30dbacd1f17
ResourceName:pNF b2d5bb9d-8f09
ResourceType:PNF
ResourceUUID:b4f2a772-a977-47e1-8f1a-6d72c8acb383
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-09-30T08:48:23.610Z|6ded7600-8abd-4be5-8518-289d70a68545|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 646915cd-bb0f-4f2d-9623-eab7ecf4bfc2 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-30T08:48:23.641Z|6ded7600-8abd-4be5-8518-289d70a68545|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-30T08:48:23.642Z|6ded7600-8abd-4be5-8518-289d70a68545|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-09-30T08:48:23.642Z|6ded7600-8abd-4be5-8518-289d70a68545|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-09-30T08:48:23.643Z|6ded7600-8abd-4be5-8518-289d70a68545|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 45a251eb-96ba-4809-b54d-72f8d599df90 from URL: /sdc/v1/catalog/services/DemoPnf2zzt91w5ksdkanbmlu39/1.0/artifacts/service-DemoPnf2zzt91w5ksdkanbmlu39-csar.csar
2021-09-30T08:48:23.643Z|6ded7600-8abd-4be5-8518-289d70a68545|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-09-30T08:48:23.643Z|6ded7600-8abd-4be5-8518-289d70a68545|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf2zzt91w5ksdkanbmlu39/1.0/artifacts/service-DemoPnf2zzt91w5ksdkanbmlu39-csar.csar
2021-09-30T08:48:24.635Z|6ded7600-8abd-4be5-8518-289d70a68545|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-09-30T08:48:24.639Z|6ded7600-8abd-4be5-8518-289d70a68545|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf2zzt91w5ksdkanbmlu39/1.0/artifacts/service-DemoPnf2zzt91w5ksdkanbmlu39-csar.csar 45a251eb-96ba-4809-b54d-72f8d599df90 82533
2021-09-30T08:48:24.640Z|6ded7600-8abd-4be5-8518-289d70a68545|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf2zzt91w5ksdkanbmlu39/1.0/artifacts/service-DemoPnf2zzt91w5ksdkanbmlu39-csar.csar ASDC sendASDCNotification
2021-09-30T08:48:24.640Z|6ded7600-8abd-4be5-8518-289d70a68545|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf2zzt91w5ksdkanbmlu39/1.0/artifacts/service-DemoPnf2zzt91w5ksdkanbmlu39-csar.csar
2021-09-30T08:48:24.640Z|6ded7600-8abd-4be5-8518-289d70a68545|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-30T08:48:24.640Z|6ded7600-8abd-4be5-8518-289d70a68545|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-30T08:48:24.642Z|6ded7600-8abd-4be5-8518-289d70a68545|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T08:48:24.642Z|6ded7600-8abd-4be5-8518-289d70a68545|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "6ded7600-8abd-4be5-8518-289d70a68545",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632991704639,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2zzt91w5ksdkanbmlu39/1.0/artifacts/service-DemoPnf2zzt91w5ksdkanbmlu39-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-30T08:48:24.742Z||pool-192-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T08:48:24.743Z||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-30T08:48:24.743Z||pool-192-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T08:48:24.756Z||pool-192-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:48:24.756Z||pool-192-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-30T08:48:25.644Z|6ded7600-8abd-4be5-8518-289d70a68545|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-30T08:48:25.645Z|6ded7600-8abd-4be5-8518-289d70a68545|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-09-30T08:48:25.646Z|6ded7600-8abd-4be5-8518-289d70a68545|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 45a251eb-96ba-4809-b54d-72f8d599df90, URL: /sdc/v1/catalog/services/DemoPnf2zzt91w5ksdkanbmlu39/1.0/artifacts/service-DemoPnf2zzt91w5ksdkanbmlu39-csar.csar to file: /app/ASDC/1/service-DemoPnf2zzt91w5ksdkanbmlu39-csar.csar
2021-09-30T08:48:25.659Z|6ded7600-8abd-4be5-8518-289d70a68545|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf2zzt91w5ksdkanbmlu39-csar.csar
2021-09-30T08:48:25.660Z|6ded7600-8abd-4be5-8518-289d70a68545|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf2zzt91w5ksdkanbmlu39-csar.csar
2021-09-30T08:48:25.660Z|6ded7600-8abd-4be5-8518-289d70a68545|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf2zzt91w5ksdkanbmlu39-csar.csar
2021-09-30T08:48:25.843Z|6ded7600-8abd-4be5-8518-289d70a68545|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9361866992108601269/Definitions/service-DemoPnf2zzt91w5ksdkanbmlu39-template.yml
2021-09-30T08:48:26.717Z|6ded7600-8abd-4be5-8518-289d70a68545|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-30T08:48:26.718Z|6ded7600-8abd-4be5-8518-289d70a68545|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-09-30T08:48:26.718Z|6ded7600-8abd-4be5-8518-289d70a68545|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf2zzt91w5ksdkanbmlu39-csar.csar
2021-09-30T08:48:26.718Z|6ded7600-8abd-4be5-8518-289d70a68545|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-09-30T08:48:26.718Z|6ded7600-8abd-4be5-8518-289d70a68545|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnf2zzt91w5ksdkanbmlu39-csar.csar
2021-09-30T08:48:26.719Z|6ded7600-8abd-4be5-8518-289d70a68545|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf2zzt91w5ksdkanbmlu39-csar.csar
2021-09-30T08:48:26.719Z|6ded7600-8abd-4be5-8518-289d70a68545|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf2zzt91w5ksdkanbmlu39-csar.csar
2021-09-30T08:48:26.719Z|6ded7600-8abd-4be5-8518-289d70a68545|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF b2d5bb9d-8f09 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-DemoPnf2zzt91w5ksdkanbmlu39-csar.csar
2021-09-30T08:48:26.719Z|6ded7600-8abd-4be5-8518-289d70a68545|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf2zzt91w5ksdkanbmlu39-csar.csar
2021-09-30T08:48:26.720Z|6ded7600-8abd-4be5-8518-289d70a68545|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf2zzt91w5ksdkanbmlu39-csar.csar
2021-09-30T08:48:26.720Z|6ded7600-8abd-4be5-8518-289d70a68545|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf2zzt91w5ksdkanbmlu39-csar.csar
2021-09-30T08:48:26.720Z|6ded7600-8abd-4be5-8518-289d70a68545|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-09-30T08:48:26.721Z|6ded7600-8abd-4be5-8518-289d70a68545|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T08:48:26.721Z|6ded7600-8abd-4be5-8518-289d70a68545|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_2ZzT91w5kSdKanbmlU39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T08:48:26.721Z|6ded7600-8abd-4be5-8518-289d70a68545|pool-2-thread-3|||||DEBUG|500||Node template pNF b2d5bb9d-8f09 0 is matching search criteria
2021-09-30T08:48:26.721Z|6ded7600-8abd-4be5-8518-289d70a68545|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-09-30T08:48:26.722Z|6ded7600-8abd-4be5-8518-289d70a68545|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF b2d5bb9d-8f09 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-30T08:48:26.722Z|6ded7600-8abd-4be5-8518-289d70a68545|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T08:48:26.722Z|6ded7600-8abd-4be5-8518-289d70a68545|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_2ZzT91w5kSdKanbmlU39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T08:48:26.723Z|6ded7600-8abd-4be5-8518-289d70a68545|pool-2-thread-3|||||DEBUG|500||Node template pNF b2d5bb9d-8f09 0 is matching search criteria
2021-09-30T08:48:26.723Z|6ded7600-8abd-4be5-8518-289d70a68545|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-09-30T08:48:26.723Z|6ded7600-8abd-4be5-8518-289d70a68545|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF b2d5bb9d-8f09 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-30T08:48:26.723Z|6ded7600-8abd-4be5-8518-289d70a68545|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T08:48:26.724Z|6ded7600-8abd-4be5-8518-289d70a68545|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_2ZzT91w5kSdKanbmlU39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T08:48:26.724Z|6ded7600-8abd-4be5-8518-289d70a68545|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T08:48:26.724Z|6ded7600-8abd-4be5-8518-289d70a68545|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_2ZzT91w5kSdKanbmlU39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T08:48:26.724Z|6ded7600-8abd-4be5-8518-289d70a68545|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T08:48:26.725Z|6ded7600-8abd-4be5-8518-289d70a68545|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_2ZzT91w5kSdKanbmlU39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T08:48:26.725Z|6ded7600-8abd-4be5-8518-289d70a68545|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T08:48:26.725Z|6ded7600-8abd-4be5-8518-289d70a68545|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_2ZzT91w5kSdKanbmlU39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T08:48:26.725Z|6ded7600-8abd-4be5-8518-289d70a68545|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T08:48:26.725Z|6ded7600-8abd-4be5-8518-289d70a68545|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_2ZzT91w5kSdKanbmlU39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T08:48:26.726Z|6ded7600-8abd-4be5-8518-289d70a68545|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_2ZzT91w5kSdKanbmlU39
Description:catalog service description
Model UUID:646915cd-bb0f-4f2d-9623-eab7ecf4bfc2
Model Version:NULL
Model InvariantUuid:02be31b3-3318-4a12-8aeb-2a9c953a2a1f
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-30T08:48:26.737Z|6ded7600-8abd-4be5-8518-289d70a68545|pool-2-thread-3|||||INFO|500||Processing Resource Type: PNF, Model UUID: b4f2a772-a977-47e1-8f1a-6d72c8acb383
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-30T08:48:26.742Z|6ded7600-8abd-4be5-8518-289d70a68545|pool-2-thread-3|||||INFO|500||pNF b2d5bb9d-8f09 0
2021-09-30T08:48:26.742Z|6ded7600-8abd-4be5-8518-289d70a68545|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: b4f2a772-a977-47e1-8f1a-6d72c8acb383
2021-09-30T08:48:26.742Z|6ded7600-8abd-4be5-8518-289d70a68545|pool-2-thread-3|||||DEBUG|500||No resources found for Service: 646915cd-bb0f-4f2d-9623-eab7ecf4bfc2
2021-09-30T08:48:26.742Z|6ded7600-8abd-4be5-8518-289d70a68545|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 646915cd-bb0f-4f2d-9623-eab7ecf4bfc2
2021-09-30T08:48:26.742Z|6ded7600-8abd-4be5-8518-289d70a68545|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF b2d5bb9d-8f09 0 b4f2a772-a977-47e1-8f1a-6d72c8acb383 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-30T08:48:26.747Z|6ded7600-8abd-4be5-8518-289d70a68545|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1b920586, org.onap.sdc.toscaparser.api.parameters.Input@16d1a167, org.onap.sdc.toscaparser.api.parameters.Input@33d68c2, org.onap.sdc.toscaparser.api.parameters.Input@16c09e91, org.onap.sdc.toscaparser.api.parameters.Input@1df517fa]
2021-09-30T08:48:26.748Z|6ded7600-8abd-4be5-8518-289d70a68545|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T08:48:26.748Z|6ded7600-8abd-4be5-8518-289d70a68545|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_2ZzT91w5kSdKanbmlU39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T08:48:26.748Z|6ded7600-8abd-4be5-8518-289d70a68545|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 646915cd-bb0f-4f2d-9623-eab7ecf4bfc2: pNF b2d5bb9d-8f09
2021-09-30T08:48:26.748Z|6ded7600-8abd-4be5-8518-289d70a68545|pool-2-thread-3|||||INFO|500||Processing PNF resource: b4f2a772-a977-47e1-8f1a-6d72c8acb383
2021-09-30T08:48:26.749Z|6ded7600-8abd-4be5-8518-289d70a68545|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T08:48:26.749Z|6ded7600-8abd-4be5-8518-289d70a68545|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_2ZzT91w5kSdKanbmlU39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T08:48:26.749Z|6ded7600-8abd-4be5-8518-289d70a68545|pool-2-thread-3|||||INFO|500||Resource customization UUID: eeb05c11-0313-4041-b126-3d6957253ef8 is the same as notified resource customizationUUID: eeb05c11-0313-4041-b126-3d6957253ef8
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-30T08:48:26.781Z|6ded7600-8abd-4be5-8518-289d70a68545|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF b2d5bb9d-8f09 b4f2a772-a977-47e1-8f1a-6d72c8acb383 0 ASDC deployResourceStructure
2021-09-30T08:48:26.781Z|6ded7600-8abd-4be5-8518-289d70a68545|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf2zzt91w5ksdkanbmlu39/1.0/artifacts/service-DemoPnf2zzt91w5ksdkanbmlu39-csar.csar ASDC sendASDCNotification
2021-09-30T08:48:26.781Z|6ded7600-8abd-4be5-8518-289d70a68545|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf2zzt91w5ksdkanbmlu39/1.0/artifacts/service-DemoPnf2zzt91w5ksdkanbmlu39-csar.csar
2021-09-30T08:48:26.781Z|6ded7600-8abd-4be5-8518-289d70a68545|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-30T08:48:26.782Z|6ded7600-8abd-4be5-8518-289d70a68545|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-30T08:48:26.783Z|6ded7600-8abd-4be5-8518-289d70a68545|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T08:48:26.783Z|6ded7600-8abd-4be5-8518-289d70a68545|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "6ded7600-8abd-4be5-8518-289d70a68545",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632991706781,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2zzt91w5ksdkanbmlu39/1.0/artifacts/service-DemoPnf2zzt91w5ksdkanbmlu39-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-30T08:48:26.884Z||pool-193-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T08:48:26.885Z||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-30T08:48:26.885Z||pool-193-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T08:48:26.894Z||pool-193-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:48:26.894Z||pool-193-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-30T08:48:27.784Z|6ded7600-8abd-4be5-8518-289d70a68545|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6ded7600-8abd-4be5-8518-289d70a68545
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-30T08:48:27.796Z|6ded7600-8abd-4be5-8518-289d70a68545|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6ded7600-8abd-4be5-8518-289d70a68545
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-30T08:48:27.798Z|6ded7600-8abd-4be5-8518-289d70a68545|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-30T08:48:27.799Z|6ded7600-8abd-4be5-8518-289d70a68545|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-30T08:48:27.799Z|6ded7600-8abd-4be5-8518-289d70a68545|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-30T08:48:27.799Z|6ded7600-8abd-4be5-8518-289d70a68545|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-30T08:48:27.799Z|6ded7600-8abd-4be5-8518-289d70a68545|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-30T08:48:27.799Z|6ded7600-8abd-4be5-8518-289d70a68545|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-30T08:48:27.799Z|6ded7600-8abd-4be5-8518-289d70a68545|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-30T08:48:27.800Z|6ded7600-8abd-4be5-8518-289d70a68545|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-30T08:48:27.800Z|6ded7600-8abd-4be5-8518-289d70a68545|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-30T08:48:27.800Z|6ded7600-8abd-4be5-8518-289d70a68545|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-30T08:48:27.800Z|6ded7600-8abd-4be5-8518-289d70a68545|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-30T08:48:27.800Z|6ded7600-8abd-4be5-8518-289d70a68545|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-30T08:48:27.806Z|6ded7600-8abd-4be5-8518-289d70a68545|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-30T08:48:57.807Z|6ded7600-8abd-4be5-8518-289d70a68545|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6ded7600-8abd-4be5-8518-289d70a68545 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-30T08:48:57.823Z|6ded7600-8abd-4be5-8518-289d70a68545|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6ded7600-8abd-4be5-8518-289d70a68545 and serviceModelVersionId: 646915cd-bb0f-4f2d-9623-eab7ecf4bfc2
2021-09-30T08:48:57.823Z|6ded7600-8abd-4be5-8518-289d70a68545|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 02be31b3-3318-4a12-8aeb-2a9c953a2a1f
2021-09-30T08:48:57.824Z|6ded7600-8abd-4be5-8518-289d70a68545|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/02be31b3-3318-4a12-8aeb-2a9c953a2a1f/model-vers/model-ver/646915cd-bb0f-4f2d-9623-eab7ecf4bfc2?depth=0
2021-09-30T08:48:57.831Z|6ded7600-8abd-4be5-8518-289d70a68545|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2021-09-30T08:48:57.879Z|6ded7600-8abd-4be5-8518-289d70a68545|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/02be31b3-3318-4a12-8aeb-2a9c953a2a1f/model-vers/model-ver/646915cd-bb0f-4f2d-9623-eab7ecf4bfc2?depth=0|INFO|500||Invoke
2021-09-30T08:48:57.880Z|6ded7600-8abd-4be5-8518-289d70a68545|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/02be31b3-3318-4a12-8aeb-2a9c953a2a1f/model-vers/model-ver/646915cd-bb0f-4f2d-9623-eab7ecf4bfc2?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/02be31b3-3318-4a12-8aeb-2a9c953a2a1f/model-vers/model-ver/646915cd-bb0f-4f2d-9623-eab7ecf4bfc2?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[6ded7600-8abd-4be5-8518-289d70a68545], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[33fe30b8-726b-444f-bf4b-09f94bf7ffdc], X-ECOMP-RequestID=[6ded7600-8abd-4be5-8518-289d70a68545], X-TransactionId=[], X-ONAP-RequestID=[6ded7600-8abd-4be5-8518-289d70a68545], Content-Type=[application/merge-patch+json]}
2021-09-30T08:48:57.907Z|6ded7600-8abd-4be5-8518-289d70a68545|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/02be31b3-3318-4a12-8aeb-2a9c953a2a1f/model-vers/model-ver/646915cd-bb0f-4f2d-9623-eab7ecf4bfc2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-30T08:48:58.171Z|6ded7600-8abd-4be5-8518-289d70a68545|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/02be31b3-3318-4a12-8aeb-2a9c953a2a1f/model-vers/model-ver/646915cd-bb0f-4f2d-9623-eab7ecf4bfc2?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/02be31b3-3318-4a12-8aeb-2a9c953a2a1f/model-vers/model-ver/646915cd-bb0f-4f2d-9623-eab7ecf4bfc2?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210930-08:48:57:916-86332], vertex-id=[258128], Content-Length=[0], Date=[Thu, 30 Sep 2021 08:48:57 GMT], Content-Type=[application/json]}
2021-09-30T08:48:58.171Z|6ded7600-8abd-4be5-8518-289d70a68545|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/02be31b3-3318-4a12-8aeb-2a9c953a2a1f/model-vers/model-ver/646915cd-bb0f-4f2d-9623-eab7ecf4bfc2?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-09-30T08:48:58.172Z|6ded7600-8abd-4be5-8518-289d70a68545|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/02be31b3-3318-4a12-8aeb-2a9c953a2a1f/model-vers/model-ver/646915cd-bb0f-4f2d-9623-eab7ecf4bfc2?depth=0|INFO|500||InvokeReturn
2021-09-30T08:48:58.172Z|6ded7600-8abd-4be5-8518-289d70a68545|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-30T08:48:58.173Z|6ded7600-8abd-4be5-8518-289d70a68545|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-30T08:48:58.179Z|6ded7600-8abd-4be5-8518-289d70a68545|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-09-30T08:48:58.180Z|6ded7600-8abd-4be5-8518-289d70a68545|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6ded7600-8abd-4be5-8518-289d70a68545 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-30T08:48:58.180Z|6ded7600-8abd-4be5-8518-289d70a68545|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-30T08:48:58.181Z|6ded7600-8abd-4be5-8518-289d70a68545|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-30T08:48:58.185Z|6ded7600-8abd-4be5-8518-289d70a68545|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T08:48:58.185Z|6ded7600-8abd-4be5-8518-289d70a68545|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "6ded7600-8abd-4be5-8518-289d70a68545",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632991738180,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-30T08:48:58.285Z||pool-194-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T08:48:58.286Z||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-30T08:48:58.286Z||pool-194-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T08:48:58.302Z||pool-194-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:48:58.303Z||pool-194-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-30T08:49:14.933Z|6ded7600-8abd-4be5-8518-289d70a68545|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T08:49:14.934Z|6ded7600-8abd-4be5-8518-289d70a68545|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T08:49:14.934Z|6ded7600-8abd-4be5-8518-289d70a68545|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2cjfMityS9h3J0jo) ...
2021-09-30T08:49:14.935Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T08:49:14.936Z||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-30T08:49:14.936Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T08:49:15.062Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:49:15.067Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T08:49:15.067Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ded7600-8abd-4be5-8518-289d70a68545",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632991694933,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2zzt91w5ksdkanbmlu39/1.0/resourceInstances/pnfb2d5bb9d8f090/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:49:15.068Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:49:24.498Z|6ded7600-8abd-4be5-8518-289d70a68545|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:50:14.935Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T08:50:14.934Z|6ded7600-8abd-4be5-8518-289d70a68545|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T08:50:14.938Z||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-30T08:50:14.938Z|6ded7600-8abd-4be5-8518-289d70a68545|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T08:50:14.938Z|6ded7600-8abd-4be5-8518-289d70a68545|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2cjfMityS9h3J0jo) ...
2021-09-30T08:50:14.938Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T08:50:15.476Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:50:15.478Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-30T08:50:15.478Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ded7600-8abd-4be5-8518-289d70a68545",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632991694933,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2zzt91w5ksdkanbmlu39/1.0/resourceInstances/pnfb2d5bb9d8f090/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:50:15.480Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:50:15.480Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-30T08:50:15.481Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ded7600-8abd-4be5-8518-289d70a68545",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632991694933,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2zzt91w5ksdkanbmlu39/1.0/resourceInstances/pnfb2d5bb9d8f090/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:50:15.481Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:50:15.482Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-30T08:50:15.482Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ded7600-8abd-4be5-8518-289d70a68545",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632991694933,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2zzt91w5ksdkanbmlu39/1.0/resourceInstances/pnfb2d5bb9d8f090/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:50:15.482Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:50:15.482Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-30T08:50:15.482Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ded7600-8abd-4be5-8518-289d70a68545",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632991694933,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2zzt91w5ksdkanbmlu39/1.0/resourceInstances/pnfb2d5bb9d8f090/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:50:15.482Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:50:15.483Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-30T08:50:15.483Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ded7600-8abd-4be5-8518-289d70a68545",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632991694933,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2zzt91w5ksdkanbmlu39/1.0/resourceInstances/pnfb2d5bb9d8f090/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:50:15.483Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:50:15.483Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-30T08:50:15.483Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ded7600-8abd-4be5-8518-289d70a68545",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632991694933,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2zzt91w5ksdkanbmlu39/1.0/artifacts/service-DemoPnf2zzt91w5ksdkanbmlu39-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:50:15.484Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:50:15.484Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-30T08:50:15.484Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ded7600-8abd-4be5-8518-289d70a68545",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632991694933,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2zzt91w5ksdkanbmlu39/1.0/artifacts/service-DemoPnf2zzt91w5ksdkanbmlu39-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T08:50:15.484Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:50:15.484Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-30T08:50:15.484Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ded7600-8abd-4be5-8518-289d70a68545",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632991704639,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2zzt91w5ksdkanbmlu39/1.0/artifacts/service-DemoPnf2zzt91w5ksdkanbmlu39-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-30T08:50:15.484Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T08:50:15.484Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-30T08:50:15.485Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ded7600-8abd-4be5-8518-289d70a68545",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632991706781,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2zzt91w5ksdkanbmlu39/1.0/artifacts/service-DemoPnf2zzt91w5ksdkanbmlu39-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-30T08:50:15.485Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T08:50:15.485Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-30T08:50:15.485Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ded7600-8abd-4be5-8518-289d70a68545",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632991738180,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-30T08:50:15.486Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T08:50:24.509Z|6ded7600-8abd-4be5-8518-289d70a68545|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:51:14.935Z|c5960122-d1b9-4aa5-accd-1f3ceeac9ab6|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T08:51:14.938Z|c5960122-d1b9-4aa5-accd-1f3ceeac9ab6|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-30T08:51:14.939Z|c5960122-d1b9-4aa5-accd-1f3ceeac9ab6|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 2cjfMityS9h3J0jo) ...
2021-09-30T08:51:14.935Z|6ded7600-8abd-4be5-8518-289d70a68545|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T08:51:14.939Z|6ded7600-8abd-4be5-8518-289d70a68545|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T08:51:14.940Z|6ded7600-8abd-4be5-8518-289d70a68545|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2cjfMityS9h3J0jo) ...
2021-09-30T08:51:24.506Z|6ded7600-8abd-4be5-8518-289d70a68545|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:51:24.512Z|c5960122-d1b9-4aa5-accd-1f3ceeac9ab6|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:52:14.936Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T08:52:14.936Z|6ded7600-8abd-4be5-8518-289d70a68545|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T08:52:14.943Z|6ded7600-8abd-4be5-8518-289d70a68545|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T08:52:14.943Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|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-30T08:52:14.943Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|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 2cjfMityS9h3J0jo) ...
2021-09-30T08:52:14.943Z|6ded7600-8abd-4be5-8518-289d70a68545|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2cjfMityS9h3J0jo) ...
2021-09-30T08:52:24.526Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:52:24.540Z|6ded7600-8abd-4be5-8518-289d70a68545|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:53:14.933Z|6ded7600-8abd-4be5-8518-289d70a68545|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T08:53:14.934Z|6ded7600-8abd-4be5-8518-289d70a68545|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T08:53:14.935Z|6ded7600-8abd-4be5-8518-289d70a68545|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2cjfMityS9h3J0jo) ...
2021-09-30T08:53:14.935Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T08:53:14.935Z||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-30T08:53:14.935Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T08:53:15.466Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:53:15.468Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T08:53:15.468Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f726c23e-ceb0-4dcd-a7b1-7bc86289264a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632991951447,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4eflmcke6yefzub6vykt/1.0/resourceInstances/pnf6f5dfd2baf7a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:53:15.470Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:53:15.470Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T08:53:15.470Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f726c23e-ceb0-4dcd-a7b1-7bc86289264a",
  "consumerID": "cds",
  "timestamp": 1632991951278,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4eflmcke6yefzub6vykt/1.0/resourceInstances/pnf6f5dfd2baf7a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:53:15.470Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:53:15.470Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T08:53:15.470Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f726c23e-ceb0-4dcd-a7b1-7bc86289264a",
  "consumerID": "cds",
  "timestamp": 1632991951278,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4eflmcke6yefzub6vykt/1.0/resourceInstances/pnf6f5dfd2baf7a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:53:15.471Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:53:15.471Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T08:53:15.471Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f726c23e-ceb0-4dcd-a7b1-7bc86289264a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632991951447,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4eflmcke6yefzub6vykt/1.0/resourceInstances/pnf6f5dfd2baf7a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:53:15.471Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:53:15.471Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T08:53:15.471Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f726c23e-ceb0-4dcd-a7b1-7bc86289264a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632991959350,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4eflmcke6yefzub6vykt/1.0/resourceInstances/pnf6f5dfd2baf7a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:53:15.471Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:53:15.471Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T08:53:15.471Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f726c23e-ceb0-4dcd-a7b1-7bc86289264a",
  "consumerID": "cds",
  "timestamp": 1632991951278,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4eflmcke6yefzub6vykt/1.0/resourceInstances/pnf6f5dfd2baf7a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:53:15.471Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:53:15.471Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T08:53:15.471Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f726c23e-ceb0-4dcd-a7b1-7bc86289264a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632991951447,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4eflmcke6yefzub6vykt/1.0/resourceInstances/pnf6f5dfd2baf7a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:53:15.472Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:53:15.472Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T08:53:15.472Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f726c23e-ceb0-4dcd-a7b1-7bc86289264a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632991959350,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4eflmcke6yefzub6vykt/1.0/resourceInstances/pnf6f5dfd2baf7a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:53:15.472Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:53:15.472Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T08:53:15.472Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f726c23e-ceb0-4dcd-a7b1-7bc86289264a",
  "consumerID": "cds",
  "timestamp": 1632991951278,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4eflmcke6yefzub6vykt/1.0/resourceInstances/pnf6f5dfd2baf7a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:53:15.472Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:53:15.472Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T08:53:15.472Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f726c23e-ceb0-4dcd-a7b1-7bc86289264a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632991951447,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4eflmcke6yefzub6vykt/1.0/resourceInstances/pnf6f5dfd2baf7a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:53:15.472Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:53:15.472Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T08:53:15.472Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f726c23e-ceb0-4dcd-a7b1-7bc86289264a",
  "consumerID": "policy-id",
  "timestamp": 1632991961319,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4eflmcke6yefzub6vykt/1.0/resourceInstances/pnf6f5dfd2baf7a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:53:15.472Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:53:15.473Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T08:53:15.473Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f726c23e-ceb0-4dcd-a7b1-7bc86289264a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632991959350,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4eflmcke6yefzub6vykt/1.0/resourceInstances/pnf6f5dfd2baf7a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:53:15.473Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:53:15.473Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T08:53:15.473Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f726c23e-ceb0-4dcd-a7b1-7bc86289264a",
  "consumerID": "cds",
  "timestamp": 1632991951278,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4eflmcke6yefzub6vykt/1.0/resourceInstances/pnf6f5dfd2baf7a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:53:15.473Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:53:15.473Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T08:53:15.473Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f726c23e-ceb0-4dcd-a7b1-7bc86289264a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632991951447,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4eflmcke6yefzub6vykt/1.0/resourceInstances/pnf6f5dfd2baf7a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:53:15.473Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:53:15.473Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T08:53:15.473Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f726c23e-ceb0-4dcd-a7b1-7bc86289264a",
  "consumerID": "policy-id",
  "timestamp": 1632991961319,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4eflmcke6yefzub6vykt/1.0/resourceInstances/pnf6f5dfd2baf7a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:53:15.473Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:53:15.473Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T08:53:15.474Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f726c23e-ceb0-4dcd-a7b1-7bc86289264a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632991959350,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4eflmcke6yefzub6vykt/1.0/resourceInstances/pnf6f5dfd2baf7a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:53:15.474Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:53:15.474Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T08:53:15.474Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f726c23e-ceb0-4dcd-a7b1-7bc86289264a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632991962853,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4eflmcke6yefzub6vykt/1.0/resourceInstances/pnf6f5dfd2baf7a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:53:15.474Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:53:15.474Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T08:53:15.474Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f726c23e-ceb0-4dcd-a7b1-7bc86289264a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632991951447,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4eflmcke6yefzub6vykt/1.0/resourceInstances/pnf6f5dfd2baf7a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:53:15.474Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:53:15.474Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T08:53:15.474Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f726c23e-ceb0-4dcd-a7b1-7bc86289264a",
  "consumerID": "policy-id",
  "timestamp": 1632991961319,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4eflmcke6yefzub6vykt/1.0/resourceInstances/pnf6f5dfd2baf7a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:53:15.474Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:53:15.474Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T08:53:15.475Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f726c23e-ceb0-4dcd-a7b1-7bc86289264a",
  "consumerID": "cds",
  "timestamp": 1632991951278,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4eflmcke6yefzub6vykt/1.0/resourceInstances/pnf6f5dfd2baf7a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:53:15.475Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:53:15.475Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T08:53:15.475Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f726c23e-ceb0-4dcd-a7b1-7bc86289264a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632991959350,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4eflmcke6yefzub6vykt/1.0/resourceInstances/pnf6f5dfd2baf7a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:53:15.475Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:53:15.475Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T08:53:15.475Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f726c23e-ceb0-4dcd-a7b1-7bc86289264a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632991962853,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4eflmcke6yefzub6vykt/1.0/resourceInstances/pnf6f5dfd2baf7a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:53:15.475Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:53:15.475Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T08:53:15.475Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f726c23e-ceb0-4dcd-a7b1-7bc86289264a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632991951447,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4eflmcke6yefzub6vykt/1.0/artifacts/service-DemoPnf4eflmcke6yefzub6vykt-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:53:15.475Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:53:15.475Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T08:53:15.475Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f726c23e-ceb0-4dcd-a7b1-7bc86289264a",
  "consumerID": "cds",
  "timestamp": 1632991951278,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4eflmcke6yefzub6vykt/1.0/artifacts/service-DemoPnf4eflmcke6yefzub6vykt-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:53:15.475Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:53:15.476Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T08:53:15.476Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f726c23e-ceb0-4dcd-a7b1-7bc86289264a",
  "consumerID": "policy-id",
  "timestamp": 1632991961319,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4eflmcke6yefzub6vykt/1.0/resourceInstances/pnf6f5dfd2baf7a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:53:15.476Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:53:15.476Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T08:53:15.476Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f726c23e-ceb0-4dcd-a7b1-7bc86289264a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632991959350,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4eflmcke6yefzub6vykt/1.0/resourceInstances/pnf6f5dfd2baf7a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-09-30T08:53:15.476Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:53:15.476Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T08:53:15.476Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f726c23e-ceb0-4dcd-a7b1-7bc86289264a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632991962853,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4eflmcke6yefzub6vykt/1.0/resourceInstances/pnf6f5dfd2baf7a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:53:15.477Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:53:15.477Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T08:53:15.477Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f726c23e-ceb0-4dcd-a7b1-7bc86289264a",
  "consumerID": "cds",
  "timestamp": 1632991951278,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4eflmcke6yefzub6vykt/1.0/artifacts/service-DemoPnf4eflmcke6yefzub6vykt-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T08:53:15.479Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:53:15.479Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T08:53:15.479Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f726c23e-ceb0-4dcd-a7b1-7bc86289264a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632991951447,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4eflmcke6yefzub6vykt/1.0/artifacts/service-DemoPnf4eflmcke6yefzub6vykt-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T08:53:15.479Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:53:15.479Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T08:53:15.479Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f726c23e-ceb0-4dcd-a7b1-7bc86289264a",
  "consumerID": "policy-id",
  "timestamp": 1632991961319,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4eflmcke6yefzub6vykt/1.0/resourceInstances/pnf6f5dfd2baf7a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:53:15.479Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:53:15.479Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T08:53:15.479Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f726c23e-ceb0-4dcd-a7b1-7bc86289264a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632991959350,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4eflmcke6yefzub6vykt/1.0/artifacts/service-DemoPnf4eflmcke6yefzub6vykt-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:53:15.479Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:53:15.480Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T08:53:15.480Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f726c23e-ceb0-4dcd-a7b1-7bc86289264a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632991962853,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4eflmcke6yefzub6vykt/1.0/resourceInstances/pnf6f5dfd2baf7a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:53:15.480Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:53:15.480Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T08:53:15.480Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f726c23e-ceb0-4dcd-a7b1-7bc86289264a",
  "consumerID": "dcae-sch",
  "timestamp": 1632991965975,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4eflmcke6yefzub6vykt/1.0/resourceInstances/pnf6f5dfd2baf7a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:53:15.480Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:53:15.480Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T08:53:15.480Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f726c23e-ceb0-4dcd-a7b1-7bc86289264a",
  "consumerID": "policy-id",
  "timestamp": 1632991961319,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4eflmcke6yefzub6vykt/1.0/resourceInstances/pnf6f5dfd2baf7a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:53:15.480Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:53:15.480Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T08:53:15.480Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f726c23e-ceb0-4dcd-a7b1-7bc86289264a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632991959350,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4eflmcke6yefzub6vykt/1.0/artifacts/service-DemoPnf4eflmcke6yefzub6vykt-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:53:15.481Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:53:15.481Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T08:53:15.481Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f726c23e-ceb0-4dcd-a7b1-7bc86289264a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632991962853,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4eflmcke6yefzub6vykt/1.0/resourceInstances/pnf6f5dfd2baf7a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:53:15.481Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:53:15.481Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T08:53:15.481Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f726c23e-ceb0-4dcd-a7b1-7bc86289264a",
  "consumerID": "dcae-sch",
  "timestamp": 1632991965975,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4eflmcke6yefzub6vykt/1.0/resourceInstances/pnf6f5dfd2baf7a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:53:15.481Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:53:15.481Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T08:53:15.481Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f726c23e-ceb0-4dcd-a7b1-7bc86289264a",
  "consumerID": "policy-id",
  "timestamp": 1632991961319,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4eflmcke6yefzub6vykt/1.0/artifacts/service-DemoPnf4eflmcke6yefzub6vykt-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:53:15.481Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:53:15.481Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T08:53:15.482Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f726c23e-ceb0-4dcd-a7b1-7bc86289264a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632991962853,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4eflmcke6yefzub6vykt/1.0/resourceInstances/pnf6f5dfd2baf7a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:53:15.482Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:53:15.482Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T08:53:15.482Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f726c23e-ceb0-4dcd-a7b1-7bc86289264a",
  "consumerID": "dcae-sch",
  "timestamp": 1632991965975,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4eflmcke6yefzub6vykt/1.0/resourceInstances/pnf6f5dfd2baf7a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:53:15.482Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:53:15.482Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T08:53:15.482Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f726c23e-ceb0-4dcd-a7b1-7bc86289264a",
  "consumerID": "cds",
  "timestamp": 1632991968658,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4eflmcke6yefzub6vykt/1.0/artifacts/service-DemoPnf4eflmcke6yefzub6vykt-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-30T08:53:15.482Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T08:53:15.482Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T08:53:15.482Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f726c23e-ceb0-4dcd-a7b1-7bc86289264a",
  "consumerID": "policy-id",
  "timestamp": 1632991961319,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4eflmcke6yefzub6vykt/1.0/artifacts/service-DemoPnf4eflmcke6yefzub6vykt-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T08:53:15.482Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:53:15.483Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T08:53:15.483Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f726c23e-ceb0-4dcd-a7b1-7bc86289264a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632991962853,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4eflmcke6yefzub6vykt/1.0/artifacts/service-DemoPnf4eflmcke6yefzub6vykt-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:53:15.483Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:53:15.483Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T08:53:15.483Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f726c23e-ceb0-4dcd-a7b1-7bc86289264a",
  "consumerID": "dcae-sch",
  "timestamp": 1632991965975,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4eflmcke6yefzub6vykt/1.0/resourceInstances/pnf6f5dfd2baf7a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:53:15.483Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:53:15.483Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T08:53:15.483Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f726c23e-ceb0-4dcd-a7b1-7bc86289264a",
  "consumerID": "cds",
  "timestamp": 1632991969664,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4eflmcke6yefzub6vykt/1.0/artifacts/service-DemoPnf4eflmcke6yefzub6vykt-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-30T08:53:15.506Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f726c23e-ceb0-4dcd-a7b1-7bc86289264a
2021-09-30T08:53:15.506Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId f726c23e-ceb0-4dcd-a7b1-7bc86289264a 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-30T08:53:15.520Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T08:53:15.521Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f726c23e-ceb0-4dcd-a7b1-7bc86289264a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632991969646,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4eflmcke6yefzub6vykt/1.0/resourceInstances/pnf6f5dfd2baf7a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-30T08:53:15.521Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T08:53:15.521Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T08:53:15.521Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f726c23e-ceb0-4dcd-a7b1-7bc86289264a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632991962853,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4eflmcke6yefzub6vykt/1.0/artifacts/service-DemoPnf4eflmcke6yefzub6vykt-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T08:53:15.521Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:53:15.521Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T08:53:15.522Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f726c23e-ceb0-4dcd-a7b1-7bc86289264a",
  "consumerID": "dcae-sch",
  "timestamp": 1632991965975,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4eflmcke6yefzub6vykt/1.0/resourceInstances/pnf6f5dfd2baf7a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:53:15.522Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:53:15.522Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T08:53:15.522Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f726c23e-ceb0-4dcd-a7b1-7bc86289264a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632991970660,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4eflmcke6yefzub6vykt/1.0/resourceInstances/pnf6f5dfd2baf7a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-09-30T08:53:15.522Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T08:53:15.522Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T08:53:15.522Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f726c23e-ceb0-4dcd-a7b1-7bc86289264a",
  "consumerID": "policy-id",
  "timestamp": 1632991971369,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4eflmcke6yefzub6vykt/1.0/artifacts/service-DemoPnf4eflmcke6yefzub6vykt-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-30T08:53:15.522Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T08:53:15.523Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T08:53:15.523Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f726c23e-ceb0-4dcd-a7b1-7bc86289264a",
  "consumerID": "dcae-sch",
  "timestamp": 1632991965975,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4eflmcke6yefzub6vykt/1.0/resourceInstances/pnf6f5dfd2baf7a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:53:15.523Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:53:15.523Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T08:53:15.523Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f726c23e-ceb0-4dcd-a7b1-7bc86289264a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632991971667,
  "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-30T08:53:15.529Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of f726c23e-ceb0-4dcd-a7b1-7bc86289264a
2021-09-30T08:53:15.529Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId f726c23e-ceb0-4dcd-a7b1-7bc86289264a 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-30T08:53:15.538Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T08:53:15.538Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f726c23e-ceb0-4dcd-a7b1-7bc86289264a",
  "consumerID": "clamp",
  "timestamp": 1632991971514,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4eflmcke6yefzub6vykt/1.0/resourceInstances/pnf6f5dfd2baf7a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:53:15.538Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:53:15.538Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T08:53:15.538Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f726c23e-ceb0-4dcd-a7b1-7bc86289264a",
  "consumerID": "policy-id",
  "timestamp": 1632991972374,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4eflmcke6yefzub6vykt/1.0/artifacts/service-DemoPnf4eflmcke6yefzub6vykt-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-30T08:53:15.538Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T08:53:15.538Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T08:53:15.538Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f726c23e-ceb0-4dcd-a7b1-7bc86289264a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632991972572,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4eflmcke6yefzub6vykt/1.0/artifacts/service-DemoPnf4eflmcke6yefzub6vykt-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-30T08:53:15.539Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T08:53:15.539Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T08:53:15.539Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f726c23e-ceb0-4dcd-a7b1-7bc86289264a",
  "consumerID": "dcae-sch",
  "timestamp": 1632991965975,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4eflmcke6yefzub6vykt/1.0/artifacts/service-DemoPnf4eflmcke6yefzub6vykt-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:53:15.539Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:53:15.539Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T08:53:15.539Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f726c23e-ceb0-4dcd-a7b1-7bc86289264a",
  "consumerID": "clamp",
  "timestamp": 1632991971514,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4eflmcke6yefzub6vykt/1.0/resourceInstances/pnf6f5dfd2baf7a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:53:15.539Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:53:15.539Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T08:53:15.539Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f726c23e-ceb0-4dcd-a7b1-7bc86289264a",
  "consumerID": "policy-id",
  "timestamp": 1632991973378,
  "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-30T08:53:15.543Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f726c23e-ceb0-4dcd-a7b1-7bc86289264a
2021-09-30T08:53:15.544Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId f726c23e-ceb0-4dcd-a7b1-7bc86289264a 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-30T08:53:15.558Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T08:53:15.558Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f726c23e-ceb0-4dcd-a7b1-7bc86289264a",
  "consumerID": "dcae-sch",
  "timestamp": 1632991965975,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4eflmcke6yefzub6vykt/1.0/artifacts/service-DemoPnf4eflmcke6yefzub6vykt-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:53:15.558Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:53:15.558Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T08:53:15.558Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f726c23e-ceb0-4dcd-a7b1-7bc86289264a",
  "consumerID": "clamp",
  "timestamp": 1632991971514,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4eflmcke6yefzub6vykt/1.0/resourceInstances/pnf6f5dfd2baf7a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:53:15.558Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:53:15.558Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T08:53:15.558Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f726c23e-ceb0-4dcd-a7b1-7bc86289264a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632991974493,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4eflmcke6yefzub6vykt/1.0/artifacts/service-DemoPnf4eflmcke6yefzub6vykt-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-30T08:53:15.558Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T08:53:15.559Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T08:53:15.559Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f726c23e-ceb0-4dcd-a7b1-7bc86289264a",
  "consumerID": "aai-ml",
  "timestamp": 1632991974245,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4eflmcke6yefzub6vykt/1.0/resourceInstances/pnf6f5dfd2baf7a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:53:15.559Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:53:15.559Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T08:53:15.559Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f726c23e-ceb0-4dcd-a7b1-7bc86289264a",
  "consumerID": "clamp",
  "timestamp": 1632991971514,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4eflmcke6yefzub6vykt/1.0/resourceInstances/pnf6f5dfd2baf7a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:53:15.559Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:53:15.559Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T08:53:15.559Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f726c23e-ceb0-4dcd-a7b1-7bc86289264a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632991975496,
  "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-30T08:53:15.564Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f726c23e-ceb0-4dcd-a7b1-7bc86289264a
2021-09-30T08:53:15.564Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId f726c23e-ceb0-4dcd-a7b1-7bc86289264a 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-30T08:53:15.573Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T08:53:15.573Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f726c23e-ceb0-4dcd-a7b1-7bc86289264a",
  "consumerID": "aai-ml",
  "timestamp": 1632991974245,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4eflmcke6yefzub6vykt/1.0/resourceInstances/pnf6f5dfd2baf7a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:53:15.573Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:53:15.574Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T08:53:15.574Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f726c23e-ceb0-4dcd-a7b1-7bc86289264a",
  "consumerID": "clamp",
  "timestamp": 1632991971514,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4eflmcke6yefzub6vykt/1.0/resourceInstances/pnf6f5dfd2baf7a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:53:15.574Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:53:15.574Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T08:53:15.574Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f726c23e-ceb0-4dcd-a7b1-7bc86289264a",
  "consumerID": "aai-ml",
  "timestamp": 1632991974245,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4eflmcke6yefzub6vykt/1.0/resourceInstances/pnf6f5dfd2baf7a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:53:15.574Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:53:15.574Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T08:53:15.574Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f726c23e-ceb0-4dcd-a7b1-7bc86289264a",
  "consumerID": "clamp",
  "timestamp": 1632991971514,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4eflmcke6yefzub6vykt/1.0/resourceInstances/pnf6f5dfd2baf7a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:53:15.575Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:53:15.575Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T08:53:15.575Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f726c23e-ceb0-4dcd-a7b1-7bc86289264a",
  "consumerID": "aai-ml",
  "timestamp": 1632991974245,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4eflmcke6yefzub6vykt/1.0/resourceInstances/pnf6f5dfd2baf7a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:53:15.575Z|6ded7600-8abd-4be5-8518-289d70a68545|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:53:15.575Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:53:15.575Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T08:53:15.575Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f726c23e-ceb0-4dcd-a7b1-7bc86289264a",
  "consumerID": "clamp",
  "timestamp": 1632991971514,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4eflmcke6yefzub6vykt/1.0/artifacts/service-DemoPnf4eflmcke6yefzub6vykt-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:53:15.575Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:53:15.576Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T08:53:15.576Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f726c23e-ceb0-4dcd-a7b1-7bc86289264a",
  "consumerID": "aai-ml",
  "timestamp": 1632991974245,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4eflmcke6yefzub6vykt/1.0/resourceInstances/pnf6f5dfd2baf7a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:53:15.576Z|6ded7600-8abd-4be5-8518-289d70a68545|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-30T08:53:15.576Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:53:15.576Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T08:53:15.576Z|6ded7600-8abd-4be5-8518-289d70a68545|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"f726c23e-ceb0-4dcd-a7b1-7bc86289264a","serviceName":"Demo_pNF_4eFlmCkE6YeFZub6vYKT","serviceVersion":"1.0","serviceUUID":"caa970af-7562-4886-9273-e8a9ccf33905","serviceDescription":"catalog service description","serviceInvariantUUID":"4dab9396-5c05-4f2e-b0d1-05ebb031fe9e","resources":[{"resourceInstanceName":"pNF 6f5dfd2b-af7a 0","resourceName":"pNF 6f5dfd2b-af7a","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"162a8bb9-b33f-4562-a064-0bf17461ba40","resourceInvariantUUID":"bb091781-6ec6-49d0-b7b7-a9a880fa1db2","resourceCustomizationUUID":"686cf0e6-d9b5-4cd9-ac6c-ed4542a38d1c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf4eflmcke6yefzub6vykt/1.0/resourceInstances/pnf6f5dfd2baf7a0/artifacts/vf-license-model.xml","artifactChecksum":"ZmY1ODBlODI2YjMxYTBmMjk1YTJjZTQ0OTAyNjk1YzA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"10e8c460-7f4a-43c9-91a3-f032908712ed","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf4eflmcke6yefzub6vykt/1.0/resourceInstances/pnf6f5dfd2baf7a0/artifacts/pNF.csar","artifactChecksum":"NzdkNzAxYWJhY2VlZDZhMjhhOTVkNzdmZjBiNTRkMjM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"814991a4-bedd-4e90-8845-9fd08b045a8f","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf4eflmcke6yefzub6vykt/1.0/resourceInstances/pnf6f5dfd2baf7a0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d2ea3833-8b97-4bdd-a17f-aaacdfb7d981","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf4eflmcke6yefzub6vykt/1.0/resourceInstances/pnf6f5dfd2baf7a0/artifacts/vendor-license-model.xml","artifactChecksum":"MTBhZGNmYzc1YzkzNjhlNWUzOGU5OGE2YjgyMmE3NDE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"8c52f168-eecc-4575-ba5c-10efdc50c0a4","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf4eflmcke6yefzub6vykt/1.0/resourceInstances/pnf6f5dfd2baf7a0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"bf409d02-f36e-49f0-a9c1-1e29ecb82cf4","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf4eflmcke6yefzub6vykt/1.0/resourceInstances/pnf6f5dfd2baf7a0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"87a9548e-7c36-4cdc-b897-89858fcdb8b3","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf4eflmcke6yefzub6vykt-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf4eflmcke6yefzub6vykt/1.0/artifacts/service-DemoPnf4eflmcke6yefzub6vykt-template.yml","artifactChecksum":"OGZiY2QwOGNlODJmMzVhMTgzZDgwMmJkYmU0ZGRkZGY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"28d0ff46-1a2e-4472-8993-cfde426304b0","artifactVersion":"1"},{"artifactName":"service-DemoPnf4eflmcke6yefzub6vykt-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf4eflmcke6yefzub6vykt/1.0/artifacts/service-DemoPnf4eflmcke6yefzub6vykt-csar.csar","artifactChecksum":"ZTZmMDU5YjMyYjUwYzhhZmQyYTcwOGVkZmMwYmY5MTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c80b818a-d545-4c92-8eb2-83a257b19389","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-30T08:53:15.576Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f726c23e-ceb0-4dcd-a7b1-7bc86289264a",
  "consumerID": "clamp",
  "timestamp": 1632991971514,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4eflmcke6yefzub6vykt/1.0/artifacts/service-DemoPnf4eflmcke6yefzub6vykt-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T08:53:15.576Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:53:15.576Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T08:53:15.576Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f726c23e-ceb0-4dcd-a7b1-7bc86289264a",
  "consumerID": "aai-ml",
  "timestamp": 1632991974245,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4eflmcke6yefzub6vykt/1.0/resourceInstances/pnf6f5dfd2baf7a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:53:15.576Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:53:15.576Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T08:53:15.577Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f726c23e-ceb0-4dcd-a7b1-7bc86289264a",
  "consumerID": "aai-ml",
  "timestamp": 1632991974245,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4eflmcke6yefzub6vykt/1.0/artifacts/service-DemoPnf4eflmcke6yefzub6vykt-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:53:15.577Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:53:15.577Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T08:53:15.577Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f726c23e-ceb0-4dcd-a7b1-7bc86289264a",
  "consumerID": "aai-ml",
  "timestamp": 1632991974245,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4eflmcke6yefzub6vykt/1.0/artifacts/service-DemoPnf4eflmcke6yefzub6vykt-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T08:53:15.577Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:53:15.577Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T08:53:15.577Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f726c23e-ceb0-4dcd-a7b1-7bc86289264a",
  "consumerID": "aai-ml",
  "timestamp": 1632991984379,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4eflmcke6yefzub6vykt/1.0/artifacts/service-DemoPnf4eflmcke6yefzub6vykt-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-30T08:53:15.577Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T08:53:15.578Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T08:53:15.578Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f726c23e-ceb0-4dcd-a7b1-7bc86289264a",
  "consumerID": "aai-ml",
  "timestamp": 1632991990552,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4eflmcke6yefzub6vykt/1.0/artifacts/service-DemoPnf4eflmcke6yefzub6vykt-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-30T08:53:15.578Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T08:53:15.578Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T08:53:15.578Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f726c23e-ceb0-4dcd-a7b1-7bc86289264a",
  "consumerID": "aai-ml",
  "timestamp": 1632991991556,
  "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-30T08:53:15.582Z|6ded7600-8abd-4be5-8518-289d70a68545|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T08:53:15.583Z|6ded7600-8abd-4be5-8518-289d70a68545|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-30T08:53:15.584Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f726c23e-ceb0-4dcd-a7b1-7bc86289264a
2021-09-30T08:53:15.584Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId f726c23e-ceb0-4dcd-a7b1-7bc86289264a 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-30T08:53:15.589Z|6ded7600-8abd-4be5-8518-289d70a68545|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T08:53:15.589Z|6ded7600-8abd-4be5-8518-289d70a68545|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "f726c23e-ceb0-4dcd-a7b1-7bc86289264a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632991994933,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4eflmcke6yefzub6vykt/1.0/resourceInstances/pnf6f5dfd2baf7a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:53:15.597Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T08:53:15.598Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f726c23e-ceb0-4dcd-a7b1-7bc86289264a",
  "consumerID": "clamp",
  "timestamp": 1632991993275,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4eflmcke6yefzub6vykt/1.0/artifacts/service-DemoPnf4eflmcke6yefzub6vykt-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-30T08:53:15.598Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T08:53:15.689Z||pool-195-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T08:53:15.690Z||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-30T08:53:15.690Z||pool-195-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T08:53:15.783Z||pool-195-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:53:15.784Z||pool-195-thread-1|||||INFO|500||cambria reply ok (95 ms):{"serverTimeMs":0,"count":1}
2021-09-30T08:53:16.590Z|6ded7600-8abd-4be5-8518-289d70a68545|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T08:53:16.591Z|6ded7600-8abd-4be5-8518-289d70a68545|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-30T08:53:16.593Z|6ded7600-8abd-4be5-8518-289d70a68545|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T08:53:16.593Z|6ded7600-8abd-4be5-8518-289d70a68545|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "f726c23e-ceb0-4dcd-a7b1-7bc86289264a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632991994933,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4eflmcke6yefzub6vykt/1.0/resourceInstances/pnf6f5dfd2baf7a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:53:16.693Z||pool-196-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T08:53:16.694Z||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-30T08:53:16.694Z||pool-196-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T08:53:16.722Z||pool-196-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:53:16.722Z||pool-196-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2021-09-30T08:53:17.594Z|6ded7600-8abd-4be5-8518-289d70a68545|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T08:53:17.595Z|6ded7600-8abd-4be5-8518-289d70a68545|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-30T08:53:17.598Z|6ded7600-8abd-4be5-8518-289d70a68545|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T08:53:17.598Z|6ded7600-8abd-4be5-8518-289d70a68545|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "f726c23e-ceb0-4dcd-a7b1-7bc86289264a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632991994933,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4eflmcke6yefzub6vykt/1.0/resourceInstances/pnf6f5dfd2baf7a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:53:17.698Z||pool-197-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T08:53:17.699Z||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-30T08:53:17.699Z||pool-197-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T08:53:17.711Z||pool-197-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:53:17.712Z||pool-197-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-30T08:53:18.599Z|6ded7600-8abd-4be5-8518-289d70a68545|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T08:53:18.606Z|6ded7600-8abd-4be5-8518-289d70a68545|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-30T08:53:18.611Z|6ded7600-8abd-4be5-8518-289d70a68545|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T08:53:18.611Z|6ded7600-8abd-4be5-8518-289d70a68545|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "f726c23e-ceb0-4dcd-a7b1-7bc86289264a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632991994933,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4eflmcke6yefzub6vykt/1.0/resourceInstances/pnf6f5dfd2baf7a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:53:18.711Z||pool-198-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T08:53:18.712Z||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-30T08:53:18.712Z||pool-198-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T08:53:18.727Z||pool-198-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:53:18.728Z||pool-198-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2021-09-30T08:53:19.611Z|6ded7600-8abd-4be5-8518-289d70a68545|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T08:53:19.612Z|6ded7600-8abd-4be5-8518-289d70a68545|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-30T08:53:19.614Z|6ded7600-8abd-4be5-8518-289d70a68545|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T08:53:19.614Z|6ded7600-8abd-4be5-8518-289d70a68545|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "f726c23e-ceb0-4dcd-a7b1-7bc86289264a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632991994933,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4eflmcke6yefzub6vykt/1.0/resourceInstances/pnf6f5dfd2baf7a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:53:19.714Z||pool-199-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T08:53:19.715Z||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-30T08:53:19.715Z||pool-199-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T08:53:19.730Z||pool-199-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:53:19.731Z||pool-199-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2021-09-30T08:53:20.615Z|6ded7600-8abd-4be5-8518-289d70a68545|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T08:53:20.616Z|6ded7600-8abd-4be5-8518-289d70a68545|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-30T08:53:20.619Z|6ded7600-8abd-4be5-8518-289d70a68545|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T08:53:20.619Z|6ded7600-8abd-4be5-8518-289d70a68545|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "f726c23e-ceb0-4dcd-a7b1-7bc86289264a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632991994933,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4eflmcke6yefzub6vykt/1.0/resourceInstances/pnf6f5dfd2baf7a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:53:20.719Z||pool-200-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T08:53:20.720Z||pool-200-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-30T08:53:20.720Z||pool-200-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T08:53:20.732Z||pool-200-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:53:20.733Z||pool-200-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-30T08:53:21.620Z|6ded7600-8abd-4be5-8518-289d70a68545|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T08:53:21.621Z|6ded7600-8abd-4be5-8518-289d70a68545|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-30T08:53:21.626Z|6ded7600-8abd-4be5-8518-289d70a68545|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T08:53:21.626Z|6ded7600-8abd-4be5-8518-289d70a68545|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "f726c23e-ceb0-4dcd-a7b1-7bc86289264a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632991994933,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4eflmcke6yefzub6vykt/1.0/artifacts/service-DemoPnf4eflmcke6yefzub6vykt-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:53:21.726Z||pool-201-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T08:53:21.727Z||pool-201-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-30T08:53:21.727Z||pool-201-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T08:53:21.738Z||pool-201-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:53:21.738Z||pool-201-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-30T08:53:22.627Z|6ded7600-8abd-4be5-8518-289d70a68545|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T08:53:22.628Z|6ded7600-8abd-4be5-8518-289d70a68545|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-30T08:53:22.629Z|6ded7600-8abd-4be5-8518-289d70a68545|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T08:53:22.629Z|6ded7600-8abd-4be5-8518-289d70a68545|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "f726c23e-ceb0-4dcd-a7b1-7bc86289264a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632991994933,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4eflmcke6yefzub6vykt/1.0/artifacts/service-DemoPnf4eflmcke6yefzub6vykt-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T08:53:22.730Z||pool-202-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T08:53:22.731Z||pool-202-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-30T08:53:22.731Z||pool-202-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T08:53:22.744Z||pool-202-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:53:22.745Z||pool-202-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-09-30T08:53:23.630Z|6ded7600-8abd-4be5-8518-289d70a68545|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "f726c23e-ceb0-4dcd-a7b1-7bc86289264a",
  "serviceName": "Demo_pNF_4eFlmCkE6YeFZub6vYKT",
  "serviceVersion": "1.0",
  "serviceUUID": "caa970af-7562-4886-9273-e8a9ccf33905",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "4dab9396-5c05-4f2e-b0d1-05ebb031fe9e",
  "resources": [
    {
      "resourceInstanceName": "pNF 6f5dfd2b-af7a 0",
      "resourceCustomizationUUID": "686cf0e6-d9b5-4cd9-ac6c-ed4542a38d1c",
      "resourceName": "pNF 6f5dfd2b-af7a",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "162a8bb9-b33f-4562-a064-0bf17461ba40",
      "resourceInvariantUUID": "bb091781-6ec6-49d0-b7b7-a9a880fa1db2",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnf4eflmcke6yefzub6vykt-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnf4eflmcke6yefzub6vykt/1.0/artifacts/service-DemoPnf4eflmcke6yefzub6vykt-csar.csar",
      "artifactChecksum": "ZTZmMDU5YjMyYjUwYzhhZmQyYTcwOGVkZmMwYmY5MTg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c80b818a-d545-4c92-8eb2-83a257b19389"
    }
  ],
  "workloadContext": "Production"
}
2021-09-30T08:53:23.631Z|6ded7600-8abd-4be5-8518-289d70a68545|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-30T08:53:23.631Z|6ded7600-8abd-4be5-8518-289d70a68545|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 caa970af-7562-4886-9273-e8a9ccf33905 ASDC
2021-09-30T08:53:23.633Z|f726c23e-ceb0-4dcd-a7b1-7bc86289264a|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:f726c23e-ceb0-4dcd-a7b1-7bc86289264a
ServiceName:Demo_pNF_4eFlmCkE6YeFZub6vYKT
ServiceVersion:1.0
ServiceUUID:caa970af-7562-4886-9273-e8a9ccf33905
ServiceInvariantUUID:4dab9396-5c05-4f2e-b0d1-05ebb031fe9e
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf4eflmcke6yefzub6vykt-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf4eflmcke6yefzub6vykt/1.0/artifacts/service-DemoPnf4eflmcke6yefzub6vykt-csar.csar
ArtifactUUID:c80b818a-d545-4c92-8eb2-83a257b19389
ArtifactChecksum:ZTZmMDU5YjMyYjUwYzhhZmQyYTcwOGVkZmMwYmY5MTg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 6f5dfd2b-af7a 0
ResourceCustomizationUUID:686cf0e6-d9b5-4cd9-ac6c-ed4542a38d1c
ResourceInvariantUUID:bb091781-6ec6-49d0-b7b7-a9a880fa1db2
ResourceName:pNF 6f5dfd2b-af7a
ResourceType:PNF
ResourceUUID:162a8bb9-b33f-4562-a064-0bf17461ba40
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-09-30T08:53:23.633Z|f726c23e-ceb0-4dcd-a7b1-7bc86289264a|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF caa970af-7562-4886-9273-e8a9ccf33905 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-30T08:53:23.662Z|f726c23e-ceb0-4dcd-a7b1-7bc86289264a|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-30T08:53:23.663Z|f726c23e-ceb0-4dcd-a7b1-7bc86289264a|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-09-30T08:53:23.663Z|f726c23e-ceb0-4dcd-a7b1-7bc86289264a|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-09-30T08:53:23.663Z|f726c23e-ceb0-4dcd-a7b1-7bc86289264a|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: c80b818a-d545-4c92-8eb2-83a257b19389 from URL: /sdc/v1/catalog/services/DemoPnf4eflmcke6yefzub6vykt/1.0/artifacts/service-DemoPnf4eflmcke6yefzub6vykt-csar.csar
2021-09-30T08:53:23.663Z|f726c23e-ceb0-4dcd-a7b1-7bc86289264a|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-09-30T08:53:23.664Z|f726c23e-ceb0-4dcd-a7b1-7bc86289264a|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf4eflmcke6yefzub6vykt/1.0/artifacts/service-DemoPnf4eflmcke6yefzub6vykt-csar.csar
2021-09-30T08:53:24.543Z|f726c23e-ceb0-4dcd-a7b1-7bc86289264a|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-09-30T08:53:24.552Z|f726c23e-ceb0-4dcd-a7b1-7bc86289264a|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf4eflmcke6yefzub6vykt/1.0/artifacts/service-DemoPnf4eflmcke6yefzub6vykt-csar.csar c80b818a-d545-4c92-8eb2-83a257b19389 82546
2021-09-30T08:53:24.553Z|f726c23e-ceb0-4dcd-a7b1-7bc86289264a|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf4eflmcke6yefzub6vykt/1.0/artifacts/service-DemoPnf4eflmcke6yefzub6vykt-csar.csar ASDC sendASDCNotification
2021-09-30T08:53:24.553Z|f726c23e-ceb0-4dcd-a7b1-7bc86289264a|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf4eflmcke6yefzub6vykt/1.0/artifacts/service-DemoPnf4eflmcke6yefzub6vykt-csar.csar
2021-09-30T08:53:24.553Z|f726c23e-ceb0-4dcd-a7b1-7bc86289264a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-30T08:53:24.553Z|f726c23e-ceb0-4dcd-a7b1-7bc86289264a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-30T08:53:24.556Z|f726c23e-ceb0-4dcd-a7b1-7bc86289264a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T08:53:24.556Z|f726c23e-ceb0-4dcd-a7b1-7bc86289264a|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "f726c23e-ceb0-4dcd-a7b1-7bc86289264a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632992004552,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4eflmcke6yefzub6vykt/1.0/artifacts/service-DemoPnf4eflmcke6yefzub6vykt-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-30T08:53:24.656Z||pool-203-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-30T08:53:24.656Z||pool-203-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-30T08:53:24.656Z||pool-203-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T08:53:24.676Z||pool-203-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:53:24.677Z||pool-203-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2021-09-30T08:53:25.559Z|f726c23e-ceb0-4dcd-a7b1-7bc86289264a|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-30T08:53:25.563Z|f726c23e-ceb0-4dcd-a7b1-7bc86289264a|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-09-30T08:53:25.564Z|f726c23e-ceb0-4dcd-a7b1-7bc86289264a|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: c80b818a-d545-4c92-8eb2-83a257b19389, URL: /sdc/v1/catalog/services/DemoPnf4eflmcke6yefzub6vykt/1.0/artifacts/service-DemoPnf4eflmcke6yefzub6vykt-csar.csar to file: /app/ASDC/1/service-DemoPnf4eflmcke6yefzub6vykt-csar.csar
2021-09-30T08:53:25.565Z|f726c23e-ceb0-4dcd-a7b1-7bc86289264a|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf4eflmcke6yefzub6vykt-csar.csar
2021-09-30T08:53:25.566Z|f726c23e-ceb0-4dcd-a7b1-7bc86289264a|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf4eflmcke6yefzub6vykt-csar.csar
2021-09-30T08:53:25.566Z|f726c23e-ceb0-4dcd-a7b1-7bc86289264a|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf4eflmcke6yefzub6vykt-csar.csar
2021-09-30T08:53:25.892Z|f726c23e-ceb0-4dcd-a7b1-7bc86289264a|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9070429784489088440/Definitions/service-DemoPnf4eflmcke6yefzub6vykt-template.yml
2021-09-30T08:53:26.915Z|f726c23e-ceb0-4dcd-a7b1-7bc86289264a|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-30T08:53:26.916Z|f726c23e-ceb0-4dcd-a7b1-7bc86289264a|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-09-30T08:53:26.916Z|f726c23e-ceb0-4dcd-a7b1-7bc86289264a|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf4eflmcke6yefzub6vykt-csar.csar
2021-09-30T08:53:26.917Z|f726c23e-ceb0-4dcd-a7b1-7bc86289264a|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-09-30T08:53:26.917Z|f726c23e-ceb0-4dcd-a7b1-7bc86289264a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnf4eflmcke6yefzub6vykt-csar.csar
2021-09-30T08:53:26.917Z|f726c23e-ceb0-4dcd-a7b1-7bc86289264a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf4eflmcke6yefzub6vykt-csar.csar
2021-09-30T08:53:26.917Z|f726c23e-ceb0-4dcd-a7b1-7bc86289264a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf4eflmcke6yefzub6vykt-csar.csar
2021-09-30T08:53:26.917Z|f726c23e-ceb0-4dcd-a7b1-7bc86289264a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 6f5dfd2b-af7a 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-DemoPnf4eflmcke6yefzub6vykt-csar.csar
2021-09-30T08:53:26.918Z|f726c23e-ceb0-4dcd-a7b1-7bc86289264a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf4eflmcke6yefzub6vykt-csar.csar
2021-09-30T08:53:26.918Z|f726c23e-ceb0-4dcd-a7b1-7bc86289264a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf4eflmcke6yefzub6vykt-csar.csar
2021-09-30T08:53:26.918Z|f726c23e-ceb0-4dcd-a7b1-7bc86289264a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf4eflmcke6yefzub6vykt-csar.csar
2021-09-30T08:53:26.918Z|f726c23e-ceb0-4dcd-a7b1-7bc86289264a|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-09-30T08:53:26.919Z|f726c23e-ceb0-4dcd-a7b1-7bc86289264a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T08:53:26.919Z|f726c23e-ceb0-4dcd-a7b1-7bc86289264a|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_4eFlmCkE6YeFZub6vYKT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T08:53:26.919Z|f726c23e-ceb0-4dcd-a7b1-7bc86289264a|pool-2-thread-3|||||DEBUG|500||Node template pNF 6f5dfd2b-af7a 0 is matching search criteria
2021-09-30T08:53:26.920Z|f726c23e-ceb0-4dcd-a7b1-7bc86289264a|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-09-30T08:53:26.920Z|f726c23e-ceb0-4dcd-a7b1-7bc86289264a|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 6f5dfd2b-af7a 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-30T08:53:26.920Z|f726c23e-ceb0-4dcd-a7b1-7bc86289264a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T08:53:26.920Z|f726c23e-ceb0-4dcd-a7b1-7bc86289264a|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_4eFlmCkE6YeFZub6vYKT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T08:53:26.921Z|f726c23e-ceb0-4dcd-a7b1-7bc86289264a|pool-2-thread-3|||||DEBUG|500||Node template pNF 6f5dfd2b-af7a 0 is matching search criteria
2021-09-30T08:53:26.921Z|f726c23e-ceb0-4dcd-a7b1-7bc86289264a|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-09-30T08:53:26.921Z|f726c23e-ceb0-4dcd-a7b1-7bc86289264a|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 6f5dfd2b-af7a 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-30T08:53:26.921Z|f726c23e-ceb0-4dcd-a7b1-7bc86289264a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T08:53:26.922Z|f726c23e-ceb0-4dcd-a7b1-7bc86289264a|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_4eFlmCkE6YeFZub6vYKT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T08:53:26.922Z|f726c23e-ceb0-4dcd-a7b1-7bc86289264a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T08:53:26.922Z|f726c23e-ceb0-4dcd-a7b1-7bc86289264a|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_4eFlmCkE6YeFZub6vYKT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T08:53:26.922Z|f726c23e-ceb0-4dcd-a7b1-7bc86289264a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T08:53:26.922Z|f726c23e-ceb0-4dcd-a7b1-7bc86289264a|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_4eFlmCkE6YeFZub6vYKT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T08:53:26.923Z|f726c23e-ceb0-4dcd-a7b1-7bc86289264a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T08:53:26.923Z|f726c23e-ceb0-4dcd-a7b1-7bc86289264a|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_4eFlmCkE6YeFZub6vYKT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T08:53:26.923Z|f726c23e-ceb0-4dcd-a7b1-7bc86289264a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T08:53:26.923Z|f726c23e-ceb0-4dcd-a7b1-7bc86289264a|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_4eFlmCkE6YeFZub6vYKT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T08:53:26.924Z|f726c23e-ceb0-4dcd-a7b1-7bc86289264a|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_4eFlmCkE6YeFZub6vYKT
Description:catalog service description
Model UUID:caa970af-7562-4886-9273-e8a9ccf33905
Model Version:NULL
Model InvariantUuid:4dab9396-5c05-4f2e-b0d1-05ebb031fe9e
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-30T08:53:26.935Z|f726c23e-ceb0-4dcd-a7b1-7bc86289264a|pool-2-thread-3|||||INFO|500||Processing Resource Type: PNF, Model UUID: 162a8bb9-b33f-4562-a064-0bf17461ba40
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-30T08:53:26.941Z|f726c23e-ceb0-4dcd-a7b1-7bc86289264a|pool-2-thread-3|||||INFO|500||pNF 6f5dfd2b-af7a 0
2021-09-30T08:53:26.941Z|f726c23e-ceb0-4dcd-a7b1-7bc86289264a|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 162a8bb9-b33f-4562-a064-0bf17461ba40
2021-09-30T08:53:26.941Z|f726c23e-ceb0-4dcd-a7b1-7bc86289264a|pool-2-thread-3|||||DEBUG|500||No resources found for Service: caa970af-7562-4886-9273-e8a9ccf33905
2021-09-30T08:53:26.942Z|f726c23e-ceb0-4dcd-a7b1-7bc86289264a|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: caa970af-7562-4886-9273-e8a9ccf33905
2021-09-30T08:53:26.942Z|f726c23e-ceb0-4dcd-a7b1-7bc86289264a|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 6f5dfd2b-af7a 0 162a8bb9-b33f-4562-a064-0bf17461ba40 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-30T08:53:26.947Z|f726c23e-ceb0-4dcd-a7b1-7bc86289264a|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@27c403ce, org.onap.sdc.toscaparser.api.parameters.Input@613b869b, org.onap.sdc.toscaparser.api.parameters.Input@64381b23, org.onap.sdc.toscaparser.api.parameters.Input@6b016a6e, org.onap.sdc.toscaparser.api.parameters.Input@6c5cceb3]
2021-09-30T08:53:26.948Z|f726c23e-ceb0-4dcd-a7b1-7bc86289264a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T08:53:26.948Z|f726c23e-ceb0-4dcd-a7b1-7bc86289264a|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_4eFlmCkE6YeFZub6vYKT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T08:53:26.948Z|f726c23e-ceb0-4dcd-a7b1-7bc86289264a|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid caa970af-7562-4886-9273-e8a9ccf33905: pNF 6f5dfd2b-af7a
2021-09-30T08:53:26.949Z|f726c23e-ceb0-4dcd-a7b1-7bc86289264a|pool-2-thread-3|||||INFO|500||Processing PNF resource: 162a8bb9-b33f-4562-a064-0bf17461ba40
2021-09-30T08:53:26.949Z|f726c23e-ceb0-4dcd-a7b1-7bc86289264a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T08:53:26.949Z|f726c23e-ceb0-4dcd-a7b1-7bc86289264a|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_4eFlmCkE6YeFZub6vYKT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T08:53:26.950Z|f726c23e-ceb0-4dcd-a7b1-7bc86289264a|pool-2-thread-3|||||INFO|500||Resource customization UUID: 686cf0e6-d9b5-4cd9-ac6c-ed4542a38d1c is the same as notified resource customizationUUID: 686cf0e6-d9b5-4cd9-ac6c-ed4542a38d1c
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-30T08:53:27.006Z|f726c23e-ceb0-4dcd-a7b1-7bc86289264a|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 6f5dfd2b-af7a 162a8bb9-b33f-4562-a064-0bf17461ba40 0 ASDC deployResourceStructure
2021-09-30T08:53:27.008Z|f726c23e-ceb0-4dcd-a7b1-7bc86289264a|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf4eflmcke6yefzub6vykt/1.0/artifacts/service-DemoPnf4eflmcke6yefzub6vykt-csar.csar ASDC sendASDCNotification
2021-09-30T08:53:27.008Z|f726c23e-ceb0-4dcd-a7b1-7bc86289264a|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf4eflmcke6yefzub6vykt/1.0/artifacts/service-DemoPnf4eflmcke6yefzub6vykt-csar.csar
2021-09-30T08:53:27.008Z|f726c23e-ceb0-4dcd-a7b1-7bc86289264a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-30T08:53:27.009Z|f726c23e-ceb0-4dcd-a7b1-7bc86289264a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-30T08:53:27.012Z|f726c23e-ceb0-4dcd-a7b1-7bc86289264a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T08:53:27.012Z|f726c23e-ceb0-4dcd-a7b1-7bc86289264a|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "f726c23e-ceb0-4dcd-a7b1-7bc86289264a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632992007008,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4eflmcke6yefzub6vykt/1.0/artifacts/service-DemoPnf4eflmcke6yefzub6vykt-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-30T08:53:27.112Z||pool-204-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T08:53:27.114Z||pool-204-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-30T08:53:27.114Z||pool-204-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T08:53:27.147Z||pool-204-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:53:27.148Z||pool-204-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2021-09-30T08:53:28.013Z|f726c23e-ceb0-4dcd-a7b1-7bc86289264a|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f726c23e-ceb0-4dcd-a7b1-7bc86289264a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-30T08:53:28.027Z|f726c23e-ceb0-4dcd-a7b1-7bc86289264a|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f726c23e-ceb0-4dcd-a7b1-7bc86289264a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-30T08:53:28.029Z|f726c23e-ceb0-4dcd-a7b1-7bc86289264a|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-30T08:53:28.029Z|f726c23e-ceb0-4dcd-a7b1-7bc86289264a|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-30T08:53:28.029Z|f726c23e-ceb0-4dcd-a7b1-7bc86289264a|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-30T08:53:28.029Z|f726c23e-ceb0-4dcd-a7b1-7bc86289264a|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-30T08:53:28.029Z|f726c23e-ceb0-4dcd-a7b1-7bc86289264a|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-30T08:53:28.029Z|f726c23e-ceb0-4dcd-a7b1-7bc86289264a|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-30T08:53:28.029Z|f726c23e-ceb0-4dcd-a7b1-7bc86289264a|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-30T08:53:28.030Z|f726c23e-ceb0-4dcd-a7b1-7bc86289264a|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-30T08:53:28.030Z|f726c23e-ceb0-4dcd-a7b1-7bc86289264a|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-30T08:53:28.030Z|f726c23e-ceb0-4dcd-a7b1-7bc86289264a|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-30T08:53:28.030Z|f726c23e-ceb0-4dcd-a7b1-7bc86289264a|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-30T08:53:28.034Z|f726c23e-ceb0-4dcd-a7b1-7bc86289264a|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-30T08:53:58.034Z|f726c23e-ceb0-4dcd-a7b1-7bc86289264a|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f726c23e-ceb0-4dcd-a7b1-7bc86289264a 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-30T08:53:58.041Z|f726c23e-ceb0-4dcd-a7b1-7bc86289264a|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f726c23e-ceb0-4dcd-a7b1-7bc86289264a and serviceModelVersionId: caa970af-7562-4886-9273-e8a9ccf33905
2021-09-30T08:53:58.041Z|f726c23e-ceb0-4dcd-a7b1-7bc86289264a|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4dab9396-5c05-4f2e-b0d1-05ebb031fe9e
2021-09-30T08:53:58.043Z|f726c23e-ceb0-4dcd-a7b1-7bc86289264a|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4dab9396-5c05-4f2e-b0d1-05ebb031fe9e/model-vers/model-ver/caa970af-7562-4886-9273-e8a9ccf33905?depth=0
2021-09-30T08:53:58.049Z|f726c23e-ceb0-4dcd-a7b1-7bc86289264a|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2021-09-30T08:53:58.095Z|f726c23e-ceb0-4dcd-a7b1-7bc86289264a|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4dab9396-5c05-4f2e-b0d1-05ebb031fe9e/model-vers/model-ver/caa970af-7562-4886-9273-e8a9ccf33905?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-30T08:53:58.099Z|f726c23e-ceb0-4dcd-a7b1-7bc86289264a|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4dab9396-5c05-4f2e-b0d1-05ebb031fe9e/model-vers/model-ver/caa970af-7562-4886-9273-e8a9ccf33905?depth=0|INFO|500||Invoke
2021-09-30T08:53:58.123Z|f726c23e-ceb0-4dcd-a7b1-7bc86289264a|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4dab9396-5c05-4f2e-b0d1-05ebb031fe9e/model-vers/model-ver/caa970af-7562-4886-9273-e8a9ccf33905?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-30T08:53:58.425Z|f726c23e-ceb0-4dcd-a7b1-7bc86289264a|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4dab9396-5c05-4f2e-b0d1-05ebb031fe9e/model-vers/model-ver/caa970af-7562-4886-9273-e8a9ccf33905?depth=0|INFO|500||InvokeReturn
2021-09-30T08:53:58.426Z|f726c23e-ceb0-4dcd-a7b1-7bc86289264a|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4dab9396-5c05-4f2e-b0d1-05ebb031fe9e/model-vers/model-ver/caa970af-7562-4886-9273-e8a9ccf33905?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210930-08:53:58:131-82073], vertex-id=[315536], Content-Length=[0], Date=[Thu, 30 Sep 2021 08:53:58 GMT], Content-Type=[application/json]}
2021-09-30T08:53:58.426Z|f726c23e-ceb0-4dcd-a7b1-7bc86289264a|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2021-09-30T08:53:58.426Z|f726c23e-ceb0-4dcd-a7b1-7bc86289264a|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-30T08:53:58.426Z|f726c23e-ceb0-4dcd-a7b1-7bc86289264a|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-30T08:53:58.435Z|f726c23e-ceb0-4dcd-a7b1-7bc86289264a|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-09-30T08:53:58.436Z|f726c23e-ceb0-4dcd-a7b1-7bc86289264a|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f726c23e-ceb0-4dcd-a7b1-7bc86289264a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-30T08:53:58.436Z|f726c23e-ceb0-4dcd-a7b1-7bc86289264a|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-30T08:53:58.436Z|f726c23e-ceb0-4dcd-a7b1-7bc86289264a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-30T08:53:58.438Z|f726c23e-ceb0-4dcd-a7b1-7bc86289264a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T08:53:58.438Z|f726c23e-ceb0-4dcd-a7b1-7bc86289264a|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "f726c23e-ceb0-4dcd-a7b1-7bc86289264a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632992038436,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-30T08:53:58.538Z||pool-205-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T08:53:58.539Z||pool-205-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-30T08:53:58.539Z||pool-205-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T08:53:58.555Z||pool-205-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:53:58.556Z||pool-205-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-30T08:54:14.933Z|f726c23e-ceb0-4dcd-a7b1-7bc86289264a|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T08:54:14.934Z|f726c23e-ceb0-4dcd-a7b1-7bc86289264a|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T08:54:14.934Z|f726c23e-ceb0-4dcd-a7b1-7bc86289264a|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2cjfMityS9h3J0jo) ...
2021-09-30T08:54:14.935Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T08:54:14.935Z||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-30T08:54:14.935Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T08:54:14.966Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:54:14.967Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-30T08:54:14.967Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f726c23e-ceb0-4dcd-a7b1-7bc86289264a",
  "consumerID": "clamp",
  "timestamp": 1632991995280,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4eflmcke6yefzub6vykt/1.0/artifacts/service-DemoPnf4eflmcke6yefzub6vykt-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-30T08:54:14.968Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T08:54:24.506Z|f726c23e-ceb0-4dcd-a7b1-7bc86289264a|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:55:14.935Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T08:55:14.934Z|f726c23e-ceb0-4dcd-a7b1-7bc86289264a|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T08:55:14.938Z||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-30T08:55:14.938Z|f726c23e-ceb0-4dcd-a7b1-7bc86289264a|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T08:55:14.938Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T08:55:14.939Z|f726c23e-ceb0-4dcd-a7b1-7bc86289264a|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2cjfMityS9h3J0jo) ...
2021-09-30T08:55:14.972Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:55:14.973Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-30T08:55:14.973Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f726c23e-ceb0-4dcd-a7b1-7bc86289264a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632991994933,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4eflmcke6yefzub6vykt/1.0/resourceInstances/pnf6f5dfd2baf7a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:55:14.975Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:55:24.502Z|f726c23e-ceb0-4dcd-a7b1-7bc86289264a|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:56:14.934Z|f726c23e-ceb0-4dcd-a7b1-7bc86289264a|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T08:56:14.935Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T08:56:14.938Z|f726c23e-ceb0-4dcd-a7b1-7bc86289264a|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T08:56:14.938Z||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-30T08:56:14.938Z|f726c23e-ceb0-4dcd-a7b1-7bc86289264a|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2cjfMityS9h3J0jo) ...
2021-09-30T08:56:14.938Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T08:56:15.472Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:56:15.474Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-30T08:56:15.474Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f726c23e-ceb0-4dcd-a7b1-7bc86289264a",
  "consumerID": "clamp",
  "timestamp": 1632991996283,
  "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-30T08:56:15.488Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f726c23e-ceb0-4dcd-a7b1-7bc86289264a
2021-09-30T08:56:15.488Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId f726c23e-ceb0-4dcd-a7b1-7bc86289264a 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-30T08:56:15.504Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-30T08:56:15.504Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f726c23e-ceb0-4dcd-a7b1-7bc86289264a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632991994933,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4eflmcke6yefzub6vykt/1.0/resourceInstances/pnf6f5dfd2baf7a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:56:15.504Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:56:15.504Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-30T08:56:15.505Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f726c23e-ceb0-4dcd-a7b1-7bc86289264a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632991994933,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4eflmcke6yefzub6vykt/1.0/resourceInstances/pnf6f5dfd2baf7a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:56:15.505Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:56:15.505Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-30T08:56:15.505Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f726c23e-ceb0-4dcd-a7b1-7bc86289264a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632991994933,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4eflmcke6yefzub6vykt/1.0/resourceInstances/pnf6f5dfd2baf7a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:56:15.505Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:56:15.505Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-30T08:56:15.505Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f726c23e-ceb0-4dcd-a7b1-7bc86289264a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632991994933,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4eflmcke6yefzub6vykt/1.0/resourceInstances/pnf6f5dfd2baf7a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:56:15.505Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:56:15.505Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-30T08:56:15.506Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f726c23e-ceb0-4dcd-a7b1-7bc86289264a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632991994933,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4eflmcke6yefzub6vykt/1.0/resourceInstances/pnf6f5dfd2baf7a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:56:15.506Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:56:15.506Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-30T08:56:15.506Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f726c23e-ceb0-4dcd-a7b1-7bc86289264a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632991994933,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4eflmcke6yefzub6vykt/1.0/artifacts/service-DemoPnf4eflmcke6yefzub6vykt-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:56:15.506Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:56:15.506Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-30T08:56:15.506Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f726c23e-ceb0-4dcd-a7b1-7bc86289264a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632991994933,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4eflmcke6yefzub6vykt/1.0/artifacts/service-DemoPnf4eflmcke6yefzub6vykt-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T08:56:15.506Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:56:15.506Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-30T08:56:15.507Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f726c23e-ceb0-4dcd-a7b1-7bc86289264a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632992004552,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4eflmcke6yefzub6vykt/1.0/artifacts/service-DemoPnf4eflmcke6yefzub6vykt-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-30T08:56:15.507Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T08:56:15.507Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-30T08:56:15.507Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f726c23e-ceb0-4dcd-a7b1-7bc86289264a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632992007008,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4eflmcke6yefzub6vykt/1.0/artifacts/service-DemoPnf4eflmcke6yefzub6vykt-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-30T08:56:15.507Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T08:56:15.507Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-30T08:56:15.507Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f726c23e-ceb0-4dcd-a7b1-7bc86289264a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632992038436,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-30T08:56:15.507Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T08:56:24.512Z|f726c23e-ceb0-4dcd-a7b1-7bc86289264a|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:57:14.935Z|f726c23e-ceb0-4dcd-a7b1-7bc86289264a|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T08:57:14.935Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T08:57:14.941Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|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-30T08:57:14.941Z|f726c23e-ceb0-4dcd-a7b1-7bc86289264a|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T08:57:14.941Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|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 2cjfMityS9h3J0jo) ...
2021-09-30T08:57:14.941Z|f726c23e-ceb0-4dcd-a7b1-7bc86289264a|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2cjfMityS9h3J0jo) ...
2021-09-30T08:57:24.510Z|f726c23e-ceb0-4dcd-a7b1-7bc86289264a|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:57:24.512Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:58:14.933Z|f726c23e-ceb0-4dcd-a7b1-7bc86289264a|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T08:58:14.934Z|f726c23e-ceb0-4dcd-a7b1-7bc86289264a|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T08:58:14.934Z|f726c23e-ceb0-4dcd-a7b1-7bc86289264a|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2cjfMityS9h3J0jo) ...
2021-09-30T08:58:14.935Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T08:58:14.935Z||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-30T08:58:14.936Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T08:58:21.486Z|f726c23e-ceb0-4dcd-a7b1-7bc86289264a|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:58:21.487Z|f726c23e-ceb0-4dcd-a7b1-7bc86289264a|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-30T08:58:21.487Z|f726c23e-ceb0-4dcd-a7b1-7bc86289264a|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"7781e528-2325-4bdb-89a4-8710128028e6","serviceName":"Demo_pNF_52QPM6PNe27w5LRrMf1S","serviceVersion":"1.0","serviceUUID":"8d6ecb82-0f93-4098-b047-0a79aa15f85e","serviceDescription":"catalog service description","serviceInvariantUUID":"a2dd5e6f-6d98-4598-8892-07eebc24dd7e","resources":[{"resourceInstanceName":"pNF 809ae7d9-2b5f 0","resourceName":"pNF 809ae7d9-2b5f","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"7205b13b-033a-4ce6-ac87-ba6e15ebfe84","resourceInvariantUUID":"a2a9b8fb-b6ef-498f-aa16-2eb502e45ecf","resourceCustomizationUUID":"96f9f2cc-57d1-45ee-a317-2f619372c987","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf52qpm6pne27w5lrrmf1s/1.0/resourceInstances/pnf809ae7d92b5f0/artifacts/vf-license-model.xml","artifactChecksum":"OGFjOWE5MDdlNzEzNjY5ZjY4MWZkMTdmYmU3N2IyZDI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"99f13644-d62e-4a32-938b-882b3f5a256c","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf52qpm6pne27w5lrrmf1s/1.0/resourceInstances/pnf809ae7d92b5f0/artifacts/pNF.csar","artifactChecksum":"NzdkNzAxYWJhY2VlZDZhMjhhOTVkNzdmZjBiNTRkMjM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"efbdad1b-cdb1-4bc8-8ff3-6dd2acdf88a0","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf52qpm6pne27w5lrrmf1s/1.0/resourceInstances/pnf809ae7d92b5f0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"51e7a98d-115a-45f9-8047-c7c92b778403","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf52qpm6pne27w5lrrmf1s/1.0/resourceInstances/pnf809ae7d92b5f0/artifacts/vendor-license-model.xml","artifactChecksum":"MjgxYWEyYWJkY2JhMDg2M2JhODFhZjY1ZGRmYTNjOGQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"09d6d470-60ca-44ce-8a50-a39622a2ca30","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf52qpm6pne27w5lrrmf1s/1.0/resourceInstances/pnf809ae7d92b5f0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"68850093-c6e5-4161-ae0d-9fd05bcfc801","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf52qpm6pne27w5lrrmf1s/1.0/resourceInstances/pnf809ae7d92b5f0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"fd1a64b9-a323-4123-922e-d8256482f411","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf52qpm6pne27w5lrrmf1s-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf52qpm6pne27w5lrrmf1s/1.0/artifacts/service-DemoPnf52qpm6pne27w5lrrmf1s-template.yml","artifactChecksum":"YTJhMjVjNjk3Yzg0OWU5MTBiZWI4ZDczOWYwZWI5YWQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"faecfe5c-96a3-4b7a-9c14-899cc0ecc050","artifactVersion":"1"},{"artifactName":"service-DemoPnf52qpm6pne27w5lrrmf1s-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf52qpm6pne27w5lrrmf1s/1.0/artifacts/service-DemoPnf52qpm6pne27w5lrrmf1s-csar.csar","artifactChecksum":"ZDQ2NjYxNTEyMWRkZDM1NDE3ODc0NjRjNjRmNmNmMzU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f651fc2a-6ce7-40bd-8063-8c3e8349dc24","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-30T08:58:21.495Z|f726c23e-ceb0-4dcd-a7b1-7bc86289264a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T08:58:21.496Z|f726c23e-ceb0-4dcd-a7b1-7bc86289264a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-30T08:58:21.499Z|f726c23e-ceb0-4dcd-a7b1-7bc86289264a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T08:58:21.499Z|f726c23e-ceb0-4dcd-a7b1-7bc86289264a|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "7781e528-2325-4bdb-89a4-8710128028e6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632992294933,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf52qpm6pne27w5lrrmf1s/1.0/resourceInstances/pnf809ae7d92b5f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:58:21.599Z||pool-206-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T08:58:21.600Z||pool-206-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-30T08:58:21.600Z||pool-206-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T08:58:21.613Z||pool-206-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:58:21.613Z||pool-206-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-30T08:58:21.729Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:58:21.730Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-30T08:58:21.730Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7781e528-2325-4bdb-89a4-8710128028e6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632992294933,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf52qpm6pne27w5lrrmf1s/1.0/resourceInstances/pnf809ae7d92b5f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:58:21.730Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:58:22.500Z|f726c23e-ceb0-4dcd-a7b1-7bc86289264a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T08:58:22.500Z|f726c23e-ceb0-4dcd-a7b1-7bc86289264a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-30T08:58:22.502Z|f726c23e-ceb0-4dcd-a7b1-7bc86289264a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T08:58:22.502Z|f726c23e-ceb0-4dcd-a7b1-7bc86289264a|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "7781e528-2325-4bdb-89a4-8710128028e6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632992294933,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf52qpm6pne27w5lrrmf1s/1.0/resourceInstances/pnf809ae7d92b5f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:58:22.602Z||pool-207-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T08:58:22.603Z||pool-207-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-30T08:58:22.603Z||pool-207-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T08:58:22.626Z||pool-207-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:58:22.626Z||pool-207-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2021-09-30T08:58:23.503Z|f726c23e-ceb0-4dcd-a7b1-7bc86289264a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T08:58:23.504Z|f726c23e-ceb0-4dcd-a7b1-7bc86289264a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-30T08:58:23.506Z|f726c23e-ceb0-4dcd-a7b1-7bc86289264a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T08:58:23.506Z|f726c23e-ceb0-4dcd-a7b1-7bc86289264a|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "7781e528-2325-4bdb-89a4-8710128028e6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632992294933,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf52qpm6pne27w5lrrmf1s/1.0/resourceInstances/pnf809ae7d92b5f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:58:23.606Z||pool-208-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T08:58:23.607Z||pool-208-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-30T08:58:23.607Z||pool-208-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T08:58:23.623Z||pool-208-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:58:23.624Z||pool-208-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-09-30T08:58:24.506Z|f726c23e-ceb0-4dcd-a7b1-7bc86289264a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T08:58:24.508Z|f726c23e-ceb0-4dcd-a7b1-7bc86289264a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-30T08:58:24.510Z|f726c23e-ceb0-4dcd-a7b1-7bc86289264a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T08:58:24.510Z|f726c23e-ceb0-4dcd-a7b1-7bc86289264a|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "7781e528-2325-4bdb-89a4-8710128028e6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632992294933,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf52qpm6pne27w5lrrmf1s/1.0/resourceInstances/pnf809ae7d92b5f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:58:24.610Z||pool-209-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T08:58:24.611Z||pool-209-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-30T08:58:24.611Z||pool-209-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T08:58:24.663Z||pool-209-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:58:24.664Z||pool-209-thread-1|||||INFO|500||cambria reply ok (54 ms):{"serverTimeMs":0,"count":1}
2021-09-30T08:58:25.510Z|f726c23e-ceb0-4dcd-a7b1-7bc86289264a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T08:58:25.511Z|f726c23e-ceb0-4dcd-a7b1-7bc86289264a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-30T08:58:25.513Z|f726c23e-ceb0-4dcd-a7b1-7bc86289264a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T08:58:25.513Z|f726c23e-ceb0-4dcd-a7b1-7bc86289264a|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "7781e528-2325-4bdb-89a4-8710128028e6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632992294933,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf52qpm6pne27w5lrrmf1s/1.0/resourceInstances/pnf809ae7d92b5f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:58:25.613Z||pool-210-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T08:58:25.614Z||pool-210-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-30T08:58:25.614Z||pool-210-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T08:58:25.627Z||pool-210-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:58:25.627Z||pool-210-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-30T08:58:26.514Z|f726c23e-ceb0-4dcd-a7b1-7bc86289264a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T08:58:26.514Z|f726c23e-ceb0-4dcd-a7b1-7bc86289264a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-30T08:58:26.517Z|f726c23e-ceb0-4dcd-a7b1-7bc86289264a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T08:58:26.517Z|f726c23e-ceb0-4dcd-a7b1-7bc86289264a|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "7781e528-2325-4bdb-89a4-8710128028e6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632992294933,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf52qpm6pne27w5lrrmf1s/1.0/resourceInstances/pnf809ae7d92b5f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:58:26.617Z||pool-211-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T08:58:26.618Z||pool-211-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-30T08:58:26.618Z||pool-211-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T08:58:26.630Z||pool-211-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:58:26.630Z||pool-211-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-30T08:58:27.518Z|f726c23e-ceb0-4dcd-a7b1-7bc86289264a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T08:58:27.518Z|f726c23e-ceb0-4dcd-a7b1-7bc86289264a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-30T08:58:27.521Z|f726c23e-ceb0-4dcd-a7b1-7bc86289264a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T08:58:27.521Z|f726c23e-ceb0-4dcd-a7b1-7bc86289264a|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "7781e528-2325-4bdb-89a4-8710128028e6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632992294933,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf52qpm6pne27w5lrrmf1s/1.0/artifacts/service-DemoPnf52qpm6pne27w5lrrmf1s-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:58:27.622Z||pool-212-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-30T08:58:27.623Z||pool-212-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-30T08:58:27.623Z||pool-212-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T08:58:27.635Z||pool-212-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:58:27.635Z||pool-212-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-09-30T08:58:28.521Z|f726c23e-ceb0-4dcd-a7b1-7bc86289264a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T08:58:28.522Z|f726c23e-ceb0-4dcd-a7b1-7bc86289264a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-30T08:58:28.525Z|f726c23e-ceb0-4dcd-a7b1-7bc86289264a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T08:58:28.525Z|f726c23e-ceb0-4dcd-a7b1-7bc86289264a|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "7781e528-2325-4bdb-89a4-8710128028e6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632992294933,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf52qpm6pne27w5lrrmf1s/1.0/artifacts/service-DemoPnf52qpm6pne27w5lrrmf1s-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T08:58:28.624Z||pool-213-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-30T08:58:28.625Z||pool-213-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-30T08:58:28.625Z||pool-213-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T08:58:28.637Z||pool-213-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:58:28.638Z||pool-213-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-30T08:58:29.526Z|f726c23e-ceb0-4dcd-a7b1-7bc86289264a|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "7781e528-2325-4bdb-89a4-8710128028e6",
  "serviceName": "Demo_pNF_52QPM6PNe27w5LRrMf1S",
  "serviceVersion": "1.0",
  "serviceUUID": "8d6ecb82-0f93-4098-b047-0a79aa15f85e",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "a2dd5e6f-6d98-4598-8892-07eebc24dd7e",
  "resources": [
    {
      "resourceInstanceName": "pNF 809ae7d9-2b5f 0",
      "resourceCustomizationUUID": "96f9f2cc-57d1-45ee-a317-2f619372c987",
      "resourceName": "pNF 809ae7d9-2b5f",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "7205b13b-033a-4ce6-ac87-ba6e15ebfe84",
      "resourceInvariantUUID": "a2a9b8fb-b6ef-498f-aa16-2eb502e45ecf",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnf52qpm6pne27w5lrrmf1s-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnf52qpm6pne27w5lrrmf1s/1.0/artifacts/service-DemoPnf52qpm6pne27w5lrrmf1s-csar.csar",
      "artifactChecksum": "ZDQ2NjYxNTEyMWRkZDM1NDE3ODc0NjRjNjRmNmNmMzU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "f651fc2a-6ce7-40bd-8063-8c3e8349dc24"
    }
  ],
  "workloadContext": "Production"
}
2021-09-30T08:58:29.526Z|f726c23e-ceb0-4dcd-a7b1-7bc86289264a|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-30T08:58:29.526Z|f726c23e-ceb0-4dcd-a7b1-7bc86289264a|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 8d6ecb82-0f93-4098-b047-0a79aa15f85e ASDC
2021-09-30T08:58:29.527Z|7781e528-2325-4bdb-89a4-8710128028e6|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:7781e528-2325-4bdb-89a4-8710128028e6
ServiceName:Demo_pNF_52QPM6PNe27w5LRrMf1S
ServiceVersion:1.0
ServiceUUID:8d6ecb82-0f93-4098-b047-0a79aa15f85e
ServiceInvariantUUID:a2dd5e6f-6d98-4598-8892-07eebc24dd7e
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf52qpm6pne27w5lrrmf1s-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf52qpm6pne27w5lrrmf1s/1.0/artifacts/service-DemoPnf52qpm6pne27w5lrrmf1s-csar.csar
ArtifactUUID:f651fc2a-6ce7-40bd-8063-8c3e8349dc24
ArtifactChecksum:ZDQ2NjYxNTEyMWRkZDM1NDE3ODc0NjRjNjRmNmNmMzU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 809ae7d9-2b5f 0
ResourceCustomizationUUID:96f9f2cc-57d1-45ee-a317-2f619372c987
ResourceInvariantUUID:a2a9b8fb-b6ef-498f-aa16-2eb502e45ecf
ResourceName:pNF 809ae7d9-2b5f
ResourceType:PNF
ResourceUUID:7205b13b-033a-4ce6-ac87-ba6e15ebfe84
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-09-30T08:58:29.527Z|7781e528-2325-4bdb-89a4-8710128028e6|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8d6ecb82-0f93-4098-b047-0a79aa15f85e 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-30T08:58:29.576Z|7781e528-2325-4bdb-89a4-8710128028e6|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-30T08:58:29.577Z|7781e528-2325-4bdb-89a4-8710128028e6|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-09-30T08:58:29.577Z|7781e528-2325-4bdb-89a4-8710128028e6|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-09-30T08:58:29.578Z|7781e528-2325-4bdb-89a4-8710128028e6|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: f651fc2a-6ce7-40bd-8063-8c3e8349dc24 from URL: /sdc/v1/catalog/services/DemoPnf52qpm6pne27w5lrrmf1s/1.0/artifacts/service-DemoPnf52qpm6pne27w5lrrmf1s-csar.csar
2021-09-30T08:58:29.578Z|7781e528-2325-4bdb-89a4-8710128028e6|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-09-30T08:58:29.578Z|7781e528-2325-4bdb-89a4-8710128028e6|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf52qpm6pne27w5lrrmf1s/1.0/artifacts/service-DemoPnf52qpm6pne27w5lrrmf1s-csar.csar
2021-09-30T08:58:30.831Z|7781e528-2325-4bdb-89a4-8710128028e6|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-09-30T08:58:30.834Z|7781e528-2325-4bdb-89a4-8710128028e6|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf52qpm6pne27w5lrrmf1s/1.0/artifacts/service-DemoPnf52qpm6pne27w5lrrmf1s-csar.csar f651fc2a-6ce7-40bd-8063-8c3e8349dc24 82526
2021-09-30T08:58:30.835Z|7781e528-2325-4bdb-89a4-8710128028e6|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf52qpm6pne27w5lrrmf1s/1.0/artifacts/service-DemoPnf52qpm6pne27w5lrrmf1s-csar.csar ASDC sendASDCNotification
2021-09-30T08:58:30.835Z|7781e528-2325-4bdb-89a4-8710128028e6|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf52qpm6pne27w5lrrmf1s/1.0/artifacts/service-DemoPnf52qpm6pne27w5lrrmf1s-csar.csar
2021-09-30T08:58:30.836Z|7781e528-2325-4bdb-89a4-8710128028e6|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-30T08:58:30.836Z|7781e528-2325-4bdb-89a4-8710128028e6|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-30T08:58:30.838Z|7781e528-2325-4bdb-89a4-8710128028e6|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T08:58:30.838Z|7781e528-2325-4bdb-89a4-8710128028e6|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "7781e528-2325-4bdb-89a4-8710128028e6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632992310835,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf52qpm6pne27w5lrrmf1s/1.0/artifacts/service-DemoPnf52qpm6pne27w5lrrmf1s-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-30T08:58:30.938Z||pool-214-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T08:58:30.939Z||pool-214-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-30T08:58:30.939Z||pool-214-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T08:58:30.952Z||pool-214-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:58:30.953Z||pool-214-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-30T08:58:31.840Z|7781e528-2325-4bdb-89a4-8710128028e6|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-30T08:58:31.845Z|7781e528-2325-4bdb-89a4-8710128028e6|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-09-30T08:58:31.845Z|7781e528-2325-4bdb-89a4-8710128028e6|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: f651fc2a-6ce7-40bd-8063-8c3e8349dc24, URL: /sdc/v1/catalog/services/DemoPnf52qpm6pne27w5lrrmf1s/1.0/artifacts/service-DemoPnf52qpm6pne27w5lrrmf1s-csar.csar to file: /app/ASDC/1/service-DemoPnf52qpm6pne27w5lrrmf1s-csar.csar
2021-09-30T08:58:31.846Z|7781e528-2325-4bdb-89a4-8710128028e6|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf52qpm6pne27w5lrrmf1s-csar.csar
2021-09-30T08:58:31.846Z|7781e528-2325-4bdb-89a4-8710128028e6|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf52qpm6pne27w5lrrmf1s-csar.csar
2021-09-30T08:58:31.847Z|7781e528-2325-4bdb-89a4-8710128028e6|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf52qpm6pne27w5lrrmf1s-csar.csar
2021-09-30T08:58:32.230Z|7781e528-2325-4bdb-89a4-8710128028e6|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3186945681052051097/Definitions/service-DemoPnf52qpm6pne27w5lrrmf1s-template.yml
2021-09-30T08:58:33.258Z|7781e528-2325-4bdb-89a4-8710128028e6|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-30T08:58:33.258Z|7781e528-2325-4bdb-89a4-8710128028e6|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-09-30T08:58:33.258Z|7781e528-2325-4bdb-89a4-8710128028e6|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf52qpm6pne27w5lrrmf1s-csar.csar
2021-09-30T08:58:33.258Z|7781e528-2325-4bdb-89a4-8710128028e6|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-09-30T08:58:33.258Z|7781e528-2325-4bdb-89a4-8710128028e6|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 809ae7d9-2b5f 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-DemoPnf52qpm6pne27w5lrrmf1s-csar.csar
2021-09-30T08:58:33.259Z|7781e528-2325-4bdb-89a4-8710128028e6|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnf52qpm6pne27w5lrrmf1s-csar.csar
2021-09-30T08:58:33.259Z|7781e528-2325-4bdb-89a4-8710128028e6|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf52qpm6pne27w5lrrmf1s-csar.csar
2021-09-30T08:58:33.259Z|7781e528-2325-4bdb-89a4-8710128028e6|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf52qpm6pne27w5lrrmf1s-csar.csar
2021-09-30T08:58:33.259Z|7781e528-2325-4bdb-89a4-8710128028e6|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf52qpm6pne27w5lrrmf1s-csar.csar
2021-09-30T08:58:33.259Z|7781e528-2325-4bdb-89a4-8710128028e6|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf52qpm6pne27w5lrrmf1s-csar.csar
2021-09-30T08:58:33.259Z|7781e528-2325-4bdb-89a4-8710128028e6|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf52qpm6pne27w5lrrmf1s-csar.csar
2021-09-30T08:58:33.259Z|7781e528-2325-4bdb-89a4-8710128028e6|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-09-30T08:58:33.259Z|7781e528-2325-4bdb-89a4-8710128028e6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T08:58:33.259Z|7781e528-2325-4bdb-89a4-8710128028e6|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_52QPM6PNe27w5LRrMf1S is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T08:58:33.260Z|7781e528-2325-4bdb-89a4-8710128028e6|pool-2-thread-3|||||DEBUG|500||Node template pNF 809ae7d9-2b5f 0 is matching search criteria
2021-09-30T08:58:33.260Z|7781e528-2325-4bdb-89a4-8710128028e6|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-09-30T08:58:33.260Z|7781e528-2325-4bdb-89a4-8710128028e6|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 809ae7d9-2b5f 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-30T08:58:33.260Z|7781e528-2325-4bdb-89a4-8710128028e6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T08:58:33.260Z|7781e528-2325-4bdb-89a4-8710128028e6|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_52QPM6PNe27w5LRrMf1S is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T08:58:33.260Z|7781e528-2325-4bdb-89a4-8710128028e6|pool-2-thread-3|||||DEBUG|500||Node template pNF 809ae7d9-2b5f 0 is matching search criteria
2021-09-30T08:58:33.260Z|7781e528-2325-4bdb-89a4-8710128028e6|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-09-30T08:58:33.261Z|7781e528-2325-4bdb-89a4-8710128028e6|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 809ae7d9-2b5f 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-30T08:58:33.261Z|7781e528-2325-4bdb-89a4-8710128028e6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T08:58:33.261Z|7781e528-2325-4bdb-89a4-8710128028e6|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_52QPM6PNe27w5LRrMf1S is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T08:58:33.261Z|7781e528-2325-4bdb-89a4-8710128028e6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T08:58:33.261Z|7781e528-2325-4bdb-89a4-8710128028e6|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_52QPM6PNe27w5LRrMf1S is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T08:58:33.261Z|7781e528-2325-4bdb-89a4-8710128028e6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T08:58:33.261Z|7781e528-2325-4bdb-89a4-8710128028e6|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_52QPM6PNe27w5LRrMf1S is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T08:58:33.261Z|7781e528-2325-4bdb-89a4-8710128028e6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T08:58:33.262Z|7781e528-2325-4bdb-89a4-8710128028e6|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_52QPM6PNe27w5LRrMf1S is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T08:58:33.262Z|7781e528-2325-4bdb-89a4-8710128028e6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T08:58:33.262Z|7781e528-2325-4bdb-89a4-8710128028e6|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_52QPM6PNe27w5LRrMf1S is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T08:58:33.262Z|7781e528-2325-4bdb-89a4-8710128028e6|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_52QPM6PNe27w5LRrMf1S
Description:catalog service description
Model UUID:8d6ecb82-0f93-4098-b047-0a79aa15f85e
Model Version:NULL
Model InvariantUuid:a2dd5e6f-6d98-4598-8892-07eebc24dd7e
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-30T08:58:33.274Z|7781e528-2325-4bdb-89a4-8710128028e6|pool-2-thread-3|||||INFO|500||Processing Resource Type: PNF, Model UUID: 7205b13b-033a-4ce6-ac87-ba6e15ebfe84
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-30T08:58:33.278Z|7781e528-2325-4bdb-89a4-8710128028e6|pool-2-thread-3|||||INFO|500||pNF 809ae7d9-2b5f 0
2021-09-30T08:58:33.279Z|7781e528-2325-4bdb-89a4-8710128028e6|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 7205b13b-033a-4ce6-ac87-ba6e15ebfe84
2021-09-30T08:58:33.279Z|7781e528-2325-4bdb-89a4-8710128028e6|pool-2-thread-3|||||DEBUG|500||No resources found for Service: 8d6ecb82-0f93-4098-b047-0a79aa15f85e
2021-09-30T08:58:33.279Z|7781e528-2325-4bdb-89a4-8710128028e6|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 8d6ecb82-0f93-4098-b047-0a79aa15f85e
2021-09-30T08:58:33.279Z|7781e528-2325-4bdb-89a4-8710128028e6|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 809ae7d9-2b5f 0 7205b13b-033a-4ce6-ac87-ba6e15ebfe84 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-30T08:58:33.284Z|7781e528-2325-4bdb-89a4-8710128028e6|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5d13f652, org.onap.sdc.toscaparser.api.parameters.Input@678173c8, org.onap.sdc.toscaparser.api.parameters.Input@5ef199bb, org.onap.sdc.toscaparser.api.parameters.Input@ccbb2a8, org.onap.sdc.toscaparser.api.parameters.Input@4e287405]
2021-09-30T08:58:33.285Z|7781e528-2325-4bdb-89a4-8710128028e6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T08:58:33.285Z|7781e528-2325-4bdb-89a4-8710128028e6|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_52QPM6PNe27w5LRrMf1S is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T08:58:33.285Z|7781e528-2325-4bdb-89a4-8710128028e6|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 8d6ecb82-0f93-4098-b047-0a79aa15f85e: pNF 809ae7d9-2b5f
2021-09-30T08:58:33.285Z|7781e528-2325-4bdb-89a4-8710128028e6|pool-2-thread-3|||||INFO|500||Processing PNF resource: 7205b13b-033a-4ce6-ac87-ba6e15ebfe84
2021-09-30T08:58:33.285Z|7781e528-2325-4bdb-89a4-8710128028e6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T08:58:33.286Z|7781e528-2325-4bdb-89a4-8710128028e6|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_52QPM6PNe27w5LRrMf1S is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T08:58:33.286Z|7781e528-2325-4bdb-89a4-8710128028e6|pool-2-thread-3|||||INFO|500||Resource customization UUID: 96f9f2cc-57d1-45ee-a317-2f619372c987 is the same as notified resource customizationUUID: 96f9f2cc-57d1-45ee-a317-2f619372c987
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-30T08:58:33.333Z|7781e528-2325-4bdb-89a4-8710128028e6|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 809ae7d9-2b5f 7205b13b-033a-4ce6-ac87-ba6e15ebfe84 0 ASDC deployResourceStructure
2021-09-30T08:58:33.334Z|7781e528-2325-4bdb-89a4-8710128028e6|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf52qpm6pne27w5lrrmf1s/1.0/artifacts/service-DemoPnf52qpm6pne27w5lrrmf1s-csar.csar ASDC sendASDCNotification
2021-09-30T08:58:33.334Z|7781e528-2325-4bdb-89a4-8710128028e6|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf52qpm6pne27w5lrrmf1s/1.0/artifacts/service-DemoPnf52qpm6pne27w5lrrmf1s-csar.csar
2021-09-30T08:58:33.334Z|7781e528-2325-4bdb-89a4-8710128028e6|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-30T08:58:33.335Z|7781e528-2325-4bdb-89a4-8710128028e6|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-30T08:58:33.337Z|7781e528-2325-4bdb-89a4-8710128028e6|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T08:58:33.338Z|7781e528-2325-4bdb-89a4-8710128028e6|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "7781e528-2325-4bdb-89a4-8710128028e6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632992313334,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf52qpm6pne27w5lrrmf1s/1.0/artifacts/service-DemoPnf52qpm6pne27w5lrrmf1s-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-30T08:58:33.438Z||pool-215-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T08:58:33.439Z||pool-215-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-30T08:58:33.439Z||pool-215-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T08:58:33.455Z||pool-215-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:58:33.456Z||pool-215-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2021-09-30T08:58:34.338Z|7781e528-2325-4bdb-89a4-8710128028e6|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7781e528-2325-4bdb-89a4-8710128028e6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-30T08:58:34.349Z|7781e528-2325-4bdb-89a4-8710128028e6|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7781e528-2325-4bdb-89a4-8710128028e6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-30T08:58:34.351Z|7781e528-2325-4bdb-89a4-8710128028e6|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-30T08:58:34.351Z|7781e528-2325-4bdb-89a4-8710128028e6|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-30T08:58:34.351Z|7781e528-2325-4bdb-89a4-8710128028e6|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-30T08:59:04.351Z|7781e528-2325-4bdb-89a4-8710128028e6|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7781e528-2325-4bdb-89a4-8710128028e6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-30T08:59:04.361Z|7781e528-2325-4bdb-89a4-8710128028e6|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7781e528-2325-4bdb-89a4-8710128028e6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-30T08:59:04.363Z|7781e528-2325-4bdb-89a4-8710128028e6|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-30T08:59:04.363Z|7781e528-2325-4bdb-89a4-8710128028e6|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-30T08:59:04.363Z|7781e528-2325-4bdb-89a4-8710128028e6|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-30T08:59:14.935Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T08:59:14.936Z||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-30T08:59:14.936Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T08:59:14.976Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T08:59:14.978Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-30T08:59:14.978Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7781e528-2325-4bdb-89a4-8710128028e6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632992292853,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf52qpm6pne27w5lrrmf1s/1.0/resourceInstances/pnf809ae7d92b5f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T08:59:14.978Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-30T08:59:34.364Z|7781e528-2325-4bdb-89a4-8710128028e6|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7781e528-2325-4bdb-89a4-8710128028e6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-30T08:59:34.379Z|7781e528-2325-4bdb-89a4-8710128028e6|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7781e528-2325-4bdb-89a4-8710128028e6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-30T08:59:34.381Z|7781e528-2325-4bdb-89a4-8710128028e6|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-30T08:59:34.382Z|7781e528-2325-4bdb-89a4-8710128028e6|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-30T08:59:34.382Z|7781e528-2325-4bdb-89a4-8710128028e6|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-30T09:00:04.383Z|7781e528-2325-4bdb-89a4-8710128028e6|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7781e528-2325-4bdb-89a4-8710128028e6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-30T09:00:04.417Z|7781e528-2325-4bdb-89a4-8710128028e6|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7781e528-2325-4bdb-89a4-8710128028e6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-30T09:00:04.421Z|7781e528-2325-4bdb-89a4-8710128028e6|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-30T09:00:04.421Z|7781e528-2325-4bdb-89a4-8710128028e6|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-30T09:00:04.421Z|7781e528-2325-4bdb-89a4-8710128028e6|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-30T09:00:14.935Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T09:00:14.936Z||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-30T09:00:14.936Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T09:00:15.240Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T09:00:15.240Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-30T09:00:15.241Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7781e528-2325-4bdb-89a4-8710128028e6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632992299350,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf52qpm6pne27w5lrrmf1s/1.0/resourceInstances/pnf809ae7d92b5f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:00:15.242Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:00:15.243Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-30T09:00:15.243Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7781e528-2325-4bdb-89a4-8710128028e6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632992291436,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf52qpm6pne27w5lrrmf1s/1.0/resourceInstances/pnf809ae7d92b5f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:00:15.243Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:00:15.243Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-30T09:00:15.243Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7781e528-2325-4bdb-89a4-8710128028e6",
  "consumerID": "cds",
  "timestamp": 1632992296277,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf52qpm6pne27w5lrrmf1s/1.0/resourceInstances/pnf809ae7d92b5f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:00:15.244Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:00:34.421Z|7781e528-2325-4bdb-89a4-8710128028e6|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7781e528-2325-4bdb-89a4-8710128028e6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-30T09:00:34.434Z|7781e528-2325-4bdb-89a4-8710128028e6|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7781e528-2325-4bdb-89a4-8710128028e6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-30T09:00:34.436Z|7781e528-2325-4bdb-89a4-8710128028e6|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-30T09:00:34.437Z|7781e528-2325-4bdb-89a4-8710128028e6|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-30T09:00:34.437Z|7781e528-2325-4bdb-89a4-8710128028e6|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-30T09:01:04.437Z|7781e528-2325-4bdb-89a4-8710128028e6|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7781e528-2325-4bdb-89a4-8710128028e6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-30T09:01:04.447Z|7781e528-2325-4bdb-89a4-8710128028e6|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7781e528-2325-4bdb-89a4-8710128028e6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-30T09:01:04.449Z|7781e528-2325-4bdb-89a4-8710128028e6|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-30T09:01:04.449Z|7781e528-2325-4bdb-89a4-8710128028e6|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-30T09:01:04.449Z|7781e528-2325-4bdb-89a4-8710128028e6|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-30T09:01:14.935Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T09:01:14.936Z||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-30T09:01:14.936Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T09:01:15.466Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T09:01:15.468Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-30T09:01:15.468Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7781e528-2325-4bdb-89a4-8710128028e6",
  "consumerID": "policy-id",
  "timestamp": 1632992301318,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf52qpm6pne27w5lrrmf1s/1.0/resourceInstances/pnf809ae7d92b5f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:01:15.469Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:01:15.469Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-30T09:01:15.470Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7781e528-2325-4bdb-89a4-8710128028e6",
  "consumerID": "clamp",
  "timestamp": 1632992301514,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf52qpm6pne27w5lrrmf1s/1.0/resourceInstances/pnf809ae7d92b5f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:01:15.470Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:01:15.470Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-30T09:01:15.470Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7781e528-2325-4bdb-89a4-8710128028e6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632992294933,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf52qpm6pne27w5lrrmf1s/1.0/resourceInstances/pnf809ae7d92b5f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:01:15.470Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:01:15.470Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-30T09:01:15.470Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7781e528-2325-4bdb-89a4-8710128028e6",
  "consumerID": "cds",
  "timestamp": 1632992296277,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf52qpm6pne27w5lrrmf1s/1.0/resourceInstances/pnf809ae7d92b5f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:01:15.471Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:01:15.471Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-30T09:01:15.471Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7781e528-2325-4bdb-89a4-8710128028e6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632992299350,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf52qpm6pne27w5lrrmf1s/1.0/resourceInstances/pnf809ae7d92b5f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:01:15.471Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:01:15.471Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-30T09:01:15.472Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7781e528-2325-4bdb-89a4-8710128028e6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632992292853,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf52qpm6pne27w5lrrmf1s/1.0/resourceInstances/pnf809ae7d92b5f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:01:15.472Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:01:15.472Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-30T09:01:15.472Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7781e528-2325-4bdb-89a4-8710128028e6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632992291436,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf52qpm6pne27w5lrrmf1s/1.0/resourceInstances/pnf809ae7d92b5f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:01:15.472Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:01:15.472Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-30T09:01:15.472Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7781e528-2325-4bdb-89a4-8710128028e6",
  "consumerID": "policy-id",
  "timestamp": 1632992301318,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf52qpm6pne27w5lrrmf1s/1.0/resourceInstances/pnf809ae7d92b5f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:01:15.472Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:01:15.473Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-30T09:01:15.473Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7781e528-2325-4bdb-89a4-8710128028e6",
  "consumerID": "clamp",
  "timestamp": 1632992301514,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf52qpm6pne27w5lrrmf1s/1.0/resourceInstances/pnf809ae7d92b5f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:01:15.473Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:01:15.473Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-30T09:01:15.473Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7781e528-2325-4bdb-89a4-8710128028e6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632992294933,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf52qpm6pne27w5lrrmf1s/1.0/resourceInstances/pnf809ae7d92b5f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:01:15.474Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:01:15.474Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-30T09:01:15.474Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7781e528-2325-4bdb-89a4-8710128028e6",
  "consumerID": "cds",
  "timestamp": 1632992296277,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf52qpm6pne27w5lrrmf1s/1.0/resourceInstances/pnf809ae7d92b5f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:01:15.474Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:01:15.474Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-30T09:01:15.475Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7781e528-2325-4bdb-89a4-8710128028e6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632992292853,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf52qpm6pne27w5lrrmf1s/1.0/resourceInstances/pnf809ae7d92b5f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:01:15.475Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:01:15.475Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-30T09:01:15.475Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7781e528-2325-4bdb-89a4-8710128028e6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632992291436,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf52qpm6pne27w5lrrmf1s/1.0/resourceInstances/pnf809ae7d92b5f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:01:15.475Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:01:15.476Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-30T09:01:15.476Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7781e528-2325-4bdb-89a4-8710128028e6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632992299350,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf52qpm6pne27w5lrrmf1s/1.0/resourceInstances/pnf809ae7d92b5f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:01:15.476Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:01:15.476Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-30T09:01:15.476Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7781e528-2325-4bdb-89a4-8710128028e6",
  "consumerID": "policy-id",
  "timestamp": 1632992301318,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf52qpm6pne27w5lrrmf1s/1.0/resourceInstances/pnf809ae7d92b5f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:01:15.476Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:01:15.477Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-30T09:01:15.477Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7781e528-2325-4bdb-89a4-8710128028e6",
  "consumerID": "clamp",
  "timestamp": 1632992301514,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf52qpm6pne27w5lrrmf1s/1.0/resourceInstances/pnf809ae7d92b5f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:01:15.477Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:01:15.477Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-30T09:01:15.477Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7781e528-2325-4bdb-89a4-8710128028e6",
  "consumerID": "cds",
  "timestamp": 1632992296277,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf52qpm6pne27w5lrrmf1s/1.0/resourceInstances/pnf809ae7d92b5f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:01:15.477Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:01:15.477Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-30T09:01:15.478Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7781e528-2325-4bdb-89a4-8710128028e6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632992294933,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf52qpm6pne27w5lrrmf1s/1.0/resourceInstances/pnf809ae7d92b5f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:01:15.478Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:01:15.478Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-30T09:01:15.478Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7781e528-2325-4bdb-89a4-8710128028e6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632992292853,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf52qpm6pne27w5lrrmf1s/1.0/resourceInstances/pnf809ae7d92b5f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:01:15.478Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:01:15.478Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-30T09:01:15.478Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7781e528-2325-4bdb-89a4-8710128028e6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632992299350,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf52qpm6pne27w5lrrmf1s/1.0/resourceInstances/pnf809ae7d92b5f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:01:15.478Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:01:15.479Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-30T09:01:15.479Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7781e528-2325-4bdb-89a4-8710128028e6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632992291436,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf52qpm6pne27w5lrrmf1s/1.0/resourceInstances/pnf809ae7d92b5f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:01:15.479Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:01:15.479Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-30T09:01:15.479Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7781e528-2325-4bdb-89a4-8710128028e6",
  "consumerID": "aai-ml",
  "timestamp": 1632992304246,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf52qpm6pne27w5lrrmf1s/1.0/resourceInstances/pnf809ae7d92b5f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:01:15.479Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:01:15.479Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-30T09:01:15.479Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7781e528-2325-4bdb-89a4-8710128028e6",
  "consumerID": "policy-id",
  "timestamp": 1632992301318,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf52qpm6pne27w5lrrmf1s/1.0/resourceInstances/pnf809ae7d92b5f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:01:15.480Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:01:15.480Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-30T09:01:15.480Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7781e528-2325-4bdb-89a4-8710128028e6",
  "consumerID": "clamp",
  "timestamp": 1632992301514,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf52qpm6pne27w5lrrmf1s/1.0/resourceInstances/pnf809ae7d92b5f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:01:15.480Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:01:15.480Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-30T09:01:15.480Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7781e528-2325-4bdb-89a4-8710128028e6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632992294933,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf52qpm6pne27w5lrrmf1s/1.0/resourceInstances/pnf809ae7d92b5f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:01:15.480Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:01:15.480Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-30T09:01:15.481Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7781e528-2325-4bdb-89a4-8710128028e6",
  "consumerID": "cds",
  "timestamp": 1632992296277,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf52qpm6pne27w5lrrmf1s/1.0/resourceInstances/pnf809ae7d92b5f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:01:15.481Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:01:15.481Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-30T09:01:15.481Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7781e528-2325-4bdb-89a4-8710128028e6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632992292853,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf52qpm6pne27w5lrrmf1s/1.0/resourceInstances/pnf809ae7d92b5f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:01:15.481Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:01:15.481Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-30T09:01:15.481Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7781e528-2325-4bdb-89a4-8710128028e6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632992299350,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf52qpm6pne27w5lrrmf1s/1.0/resourceInstances/pnf809ae7d92b5f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:01:15.481Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:01:15.482Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-30T09:01:15.482Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7781e528-2325-4bdb-89a4-8710128028e6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632992291436,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf52qpm6pne27w5lrrmf1s/1.0/resourceInstances/pnf809ae7d92b5f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:01:15.482Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:01:15.482Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-30T09:01:15.482Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7781e528-2325-4bdb-89a4-8710128028e6",
  "consumerID": "aai-ml",
  "timestamp": 1632992304246,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf52qpm6pne27w5lrrmf1s/1.0/resourceInstances/pnf809ae7d92b5f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:01:15.482Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:01:15.482Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-30T09:01:15.482Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7781e528-2325-4bdb-89a4-8710128028e6",
  "consumerID": "policy-id",
  "timestamp": 1632992301318,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf52qpm6pne27w5lrrmf1s/1.0/resourceInstances/pnf809ae7d92b5f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:01:15.483Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:01:15.483Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-30T09:01:15.483Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7781e528-2325-4bdb-89a4-8710128028e6",
  "consumerID": "clamp",
  "timestamp": 1632992301514,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf52qpm6pne27w5lrrmf1s/1.0/resourceInstances/pnf809ae7d92b5f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:01:15.483Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:01:15.483Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-30T09:01:15.483Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7781e528-2325-4bdb-89a4-8710128028e6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632992294933,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf52qpm6pne27w5lrrmf1s/1.0/resourceInstances/pnf809ae7d92b5f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:01:15.483Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:01:15.483Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-30T09:01:15.484Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7781e528-2325-4bdb-89a4-8710128028e6",
  "consumerID": "cds",
  "timestamp": 1632992296277,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf52qpm6pne27w5lrrmf1s/1.0/resourceInstances/pnf809ae7d92b5f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:01:15.484Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:01:15.484Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-30T09:01:15.484Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7781e528-2325-4bdb-89a4-8710128028e6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632992292853,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf52qpm6pne27w5lrrmf1s/1.0/resourceInstances/pnf809ae7d92b5f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:01:15.484Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:01:15.484Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-30T09:01:15.484Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7781e528-2325-4bdb-89a4-8710128028e6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632992299350,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf52qpm6pne27w5lrrmf1s/1.0/resourceInstances/pnf809ae7d92b5f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-09-30T09:01:15.484Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:01:15.485Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-30T09:01:15.485Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7781e528-2325-4bdb-89a4-8710128028e6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632992291436,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf52qpm6pne27w5lrrmf1s/1.0/resourceInstances/pnf809ae7d92b5f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:01:15.485Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:01:15.485Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-30T09:01:15.485Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7781e528-2325-4bdb-89a4-8710128028e6",
  "consumerID": "dcae-sch",
  "timestamp": 1632992305975,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf52qpm6pne27w5lrrmf1s/1.0/resourceInstances/pnf809ae7d92b5f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:01:15.485Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:01:15.485Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-30T09:01:15.485Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7781e528-2325-4bdb-89a4-8710128028e6",
  "consumerID": "aai-ml",
  "timestamp": 1632992304246,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf52qpm6pne27w5lrrmf1s/1.0/resourceInstances/pnf809ae7d92b5f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:01:15.486Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:01:15.486Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-30T09:01:15.486Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7781e528-2325-4bdb-89a4-8710128028e6",
  "consumerID": "policy-id",
  "timestamp": 1632992301318,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf52qpm6pne27w5lrrmf1s/1.0/resourceInstances/pnf809ae7d92b5f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:01:15.486Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:01:15.487Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-30T09:01:15.487Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7781e528-2325-4bdb-89a4-8710128028e6",
  "consumerID": "clamp",
  "timestamp": 1632992301514,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf52qpm6pne27w5lrrmf1s/1.0/resourceInstances/pnf809ae7d92b5f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:01:15.487Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:01:15.487Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-30T09:01:15.487Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7781e528-2325-4bdb-89a4-8710128028e6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632992294933,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf52qpm6pne27w5lrrmf1s/1.0/artifacts/service-DemoPnf52qpm6pne27w5lrrmf1s-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:01:15.487Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:01:15.487Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-30T09:01:15.487Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7781e528-2325-4bdb-89a4-8710128028e6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632992292853,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf52qpm6pne27w5lrrmf1s/1.0/artifacts/service-DemoPnf52qpm6pne27w5lrrmf1s-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:01:15.488Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:01:15.488Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-30T09:01:15.488Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7781e528-2325-4bdb-89a4-8710128028e6",
  "consumerID": "cds",
  "timestamp": 1632992296277,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf52qpm6pne27w5lrrmf1s/1.0/artifacts/service-DemoPnf52qpm6pne27w5lrrmf1s-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:01:15.488Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:01:15.488Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-30T09:01:15.488Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7781e528-2325-4bdb-89a4-8710128028e6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632992291436,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf52qpm6pne27w5lrrmf1s/1.0/artifacts/service-DemoPnf52qpm6pne27w5lrrmf1s-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:01:15.488Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:01:15.488Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-30T09:01:15.489Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7781e528-2325-4bdb-89a4-8710128028e6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632992299350,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf52qpm6pne27w5lrrmf1s/1.0/artifacts/service-DemoPnf52qpm6pne27w5lrrmf1s-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:01:15.489Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:01:15.489Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-30T09:01:15.489Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7781e528-2325-4bdb-89a4-8710128028e6",
  "consumerID": "dcae-sch",
  "timestamp": 1632992305975,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf52qpm6pne27w5lrrmf1s/1.0/resourceInstances/pnf809ae7d92b5f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:01:15.489Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:01:15.489Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-30T09:01:15.489Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7781e528-2325-4bdb-89a4-8710128028e6",
  "consumerID": "aai-ml",
  "timestamp": 1632992304246,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf52qpm6pne27w5lrrmf1s/1.0/resourceInstances/pnf809ae7d92b5f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:01:15.490Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:01:15.490Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-30T09:01:15.490Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7781e528-2325-4bdb-89a4-8710128028e6",
  "consumerID": "policy-id",
  "timestamp": 1632992301318,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf52qpm6pne27w5lrrmf1s/1.0/artifacts/service-DemoPnf52qpm6pne27w5lrrmf1s-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:01:15.490Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:01:15.490Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-30T09:01:15.490Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7781e528-2325-4bdb-89a4-8710128028e6",
  "consumerID": "clamp",
  "timestamp": 1632992301514,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf52qpm6pne27w5lrrmf1s/1.0/artifacts/service-DemoPnf52qpm6pne27w5lrrmf1s-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:01:15.490Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:01:15.491Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-30T09:01:15.491Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7781e528-2325-4bdb-89a4-8710128028e6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632992294933,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf52qpm6pne27w5lrrmf1s/1.0/artifacts/service-DemoPnf52qpm6pne27w5lrrmf1s-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T09:01:15.491Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:01:15.491Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-30T09:01:15.491Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7781e528-2325-4bdb-89a4-8710128028e6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632992292853,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf52qpm6pne27w5lrrmf1s/1.0/artifacts/service-DemoPnf52qpm6pne27w5lrrmf1s-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T09:01:15.492Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:01:15.492Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-30T09:01:15.492Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7781e528-2325-4bdb-89a4-8710128028e6",
  "consumerID": "cds",
  "timestamp": 1632992296277,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf52qpm6pne27w5lrrmf1s/1.0/artifacts/service-DemoPnf52qpm6pne27w5lrrmf1s-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T09:01:15.492Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:01:15.492Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-30T09:01:15.492Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7781e528-2325-4bdb-89a4-8710128028e6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632992299350,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf52qpm6pne27w5lrrmf1s/1.0/artifacts/service-DemoPnf52qpm6pne27w5lrrmf1s-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:01:15.492Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:01:15.492Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-30T09:01:15.492Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7781e528-2325-4bdb-89a4-8710128028e6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632992291436,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf52qpm6pne27w5lrrmf1s/1.0/artifacts/service-DemoPnf52qpm6pne27w5lrrmf1s-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T09:01:15.493Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:01:15.493Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-30T09:01:15.493Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7781e528-2325-4bdb-89a4-8710128028e6",
  "consumerID": "dcae-sch",
  "timestamp": 1632992305975,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf52qpm6pne27w5lrrmf1s/1.0/resourceInstances/pnf809ae7d92b5f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:01:15.493Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:01:15.493Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-30T09:01:15.493Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7781e528-2325-4bdb-89a4-8710128028e6",
  "consumerID": "aai-ml",
  "timestamp": 1632992304246,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf52qpm6pne27w5lrrmf1s/1.0/resourceInstances/pnf809ae7d92b5f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:01:15.493Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:01:15.493Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-30T09:01:15.494Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7781e528-2325-4bdb-89a4-8710128028e6",
  "consumerID": "policy-id",
  "timestamp": 1632992301318,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf52qpm6pne27w5lrrmf1s/1.0/artifacts/service-DemoPnf52qpm6pne27w5lrrmf1s-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T09:01:15.494Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:01:15.494Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-30T09:01:15.494Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7781e528-2325-4bdb-89a4-8710128028e6",
  "consumerID": "clamp",
  "timestamp": 1632992301514,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf52qpm6pne27w5lrrmf1s/1.0/artifacts/service-DemoPnf52qpm6pne27w5lrrmf1s-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T09:01:15.494Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:01:15.494Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-30T09:01:15.494Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7781e528-2325-4bdb-89a4-8710128028e6",
  "consumerID": "dcae-sch",
  "timestamp": 1632992305975,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf52qpm6pne27w5lrrmf1s/1.0/resourceInstances/pnf809ae7d92b5f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:01:15.494Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:01:15.495Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-30T09:01:15.495Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7781e528-2325-4bdb-89a4-8710128028e6",
  "consumerID": "aai-ml",
  "timestamp": 1632992304246,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf52qpm6pne27w5lrrmf1s/1.0/resourceInstances/pnf809ae7d92b5f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:01:15.495Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:01:15.495Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-30T09:01:15.495Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7781e528-2325-4bdb-89a4-8710128028e6",
  "consumerID": "dcae-sch",
  "timestamp": 1632992305975,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf52qpm6pne27w5lrrmf1s/1.0/resourceInstances/pnf809ae7d92b5f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:01:15.495Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:01:15.495Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-30T09:01:15.495Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7781e528-2325-4bdb-89a4-8710128028e6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632992310835,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf52qpm6pne27w5lrrmf1s/1.0/artifacts/service-DemoPnf52qpm6pne27w5lrrmf1s-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-30T09:01:15.496Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T09:01:15.496Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-30T09:01:15.496Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7781e528-2325-4bdb-89a4-8710128028e6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632992310868,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf52qpm6pne27w5lrrmf1s/1.0/artifacts/service-DemoPnf52qpm6pne27w5lrrmf1s-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-30T09:01:15.496Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T09:01:15.496Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-30T09:01:15.496Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7781e528-2325-4bdb-89a4-8710128028e6",
  "consumerID": "aai-ml",
  "timestamp": 1632992304246,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf52qpm6pne27w5lrrmf1s/1.0/artifacts/service-DemoPnf52qpm6pne27w5lrrmf1s-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:01:15.496Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:01:15.496Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-30T09:01:15.496Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7781e528-2325-4bdb-89a4-8710128028e6",
  "consumerID": "cds",
  "timestamp": 1632992310925,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf52qpm6pne27w5lrrmf1s/1.0/artifacts/service-DemoPnf52qpm6pne27w5lrrmf1s-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-30T09:01:15.497Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T09:01:15.497Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-30T09:01:15.497Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7781e528-2325-4bdb-89a4-8710128028e6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632992310959,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf52qpm6pne27w5lrrmf1s/1.0/resourceInstances/pnf809ae7d92b5f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-30T09:01:15.497Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T09:01:15.497Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-30T09:01:15.497Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7781e528-2325-4bdb-89a4-8710128028e6",
  "consumerID": "policy-id",
  "timestamp": 1632992311264,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf52qpm6pne27w5lrrmf1s/1.0/artifacts/service-DemoPnf52qpm6pne27w5lrrmf1s-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-30T09:01:15.497Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T09:01:15.497Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-30T09:01:15.498Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7781e528-2325-4bdb-89a4-8710128028e6",
  "consumerID": "dcae-sch",
  "timestamp": 1632992305975,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf52qpm6pne27w5lrrmf1s/1.0/resourceInstances/pnf809ae7d92b5f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:01:15.498Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:01:15.498Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-30T09:01:15.498Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7781e528-2325-4bdb-89a4-8710128028e6",
  "consumerID": "aai-ml",
  "timestamp": 1632992304246,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf52qpm6pne27w5lrrmf1s/1.0/artifacts/service-DemoPnf52qpm6pne27w5lrrmf1s-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T09:01:15.498Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:01:15.498Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-30T09:01:15.498Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7781e528-2325-4bdb-89a4-8710128028e6",
  "consumerID": "cds",
  "timestamp": 1632992311941,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf52qpm6pne27w5lrrmf1s/1.0/artifacts/service-DemoPnf52qpm6pne27w5lrrmf1s-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-30T09:01:15.510Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7781e528-2325-4bdb-89a4-8710128028e6
2021-09-30T09:01:15.511Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7781e528-2325-4bdb-89a4-8710128028e6 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-30T09:01:15.523Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-30T09:01:15.523Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7781e528-2325-4bdb-89a4-8710128028e6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632992312037,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf52qpm6pne27w5lrrmf1s/1.0/resourceInstances/pnf809ae7d92b5f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-09-30T09:01:15.523Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T09:01:15.523Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-30T09:01:15.523Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7781e528-2325-4bdb-89a4-8710128028e6",
  "consumerID": "policy-id",
  "timestamp": 1632992312271,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf52qpm6pne27w5lrrmf1s/1.0/artifacts/service-DemoPnf52qpm6pne27w5lrrmf1s-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-30T09:01:15.524Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T09:01:15.524Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-30T09:01:15.524Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7781e528-2325-4bdb-89a4-8710128028e6",
  "consumerID": "dcae-sch",
  "timestamp": 1632992305975,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf52qpm6pne27w5lrrmf1s/1.0/artifacts/service-DemoPnf52qpm6pne27w5lrrmf1s-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:01:15.524Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:01:15.524Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-30T09:01:15.524Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7781e528-2325-4bdb-89a4-8710128028e6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632992312812,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf52qpm6pne27w5lrrmf1s/1.0/artifacts/service-DemoPnf52qpm6pne27w5lrrmf1s-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-30T09:01:15.524Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T09:01:15.525Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-30T09:01:15.525Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7781e528-2325-4bdb-89a4-8710128028e6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632992313040,
  "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-30T09:01:15.529Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 7781e528-2325-4bdb-89a4-8710128028e6
2021-09-30T09:01:15.530Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7781e528-2325-4bdb-89a4-8710128028e6 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-30T09:01:15.537Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-30T09:01:15.538Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7781e528-2325-4bdb-89a4-8710128028e6",
  "consumerID": "policy-id",
  "timestamp": 1632992313274,
  "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-30T09:01:15.542Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7781e528-2325-4bdb-89a4-8710128028e6
2021-09-30T09:01:15.542Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7781e528-2325-4bdb-89a4-8710128028e6 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-30T09:01:15.551Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-30T09:01:15.552Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7781e528-2325-4bdb-89a4-8710128028e6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632992313334,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf52qpm6pne27w5lrrmf1s/1.0/artifacts/service-DemoPnf52qpm6pne27w5lrrmf1s-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-30T09:01:15.552Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T09:01:15.552Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-30T09:01:15.553Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7781e528-2325-4bdb-89a4-8710128028e6",
  "consumerID": "dcae-sch",
  "timestamp": 1632992305975,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf52qpm6pne27w5lrrmf1s/1.0/artifacts/service-DemoPnf52qpm6pne27w5lrrmf1s-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:01:15.553Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:01:15.553Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-30T09:01:15.553Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7781e528-2325-4bdb-89a4-8710128028e6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632992313816,
  "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-30T09:01:15.559Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7781e528-2325-4bdb-89a4-8710128028e6
2021-09-30T09:01:15.560Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7781e528-2325-4bdb-89a4-8710128028e6 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-30T09:01:15.568Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-30T09:01:15.568Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7781e528-2325-4bdb-89a4-8710128028e6",
  "consumerID": "aai-ml",
  "timestamp": 1632992314160,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf52qpm6pne27w5lrrmf1s/1.0/artifacts/service-DemoPnf52qpm6pne27w5lrrmf1s-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-30T09:01:15.568Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T09:01:15.568Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-30T09:01:15.568Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7781e528-2325-4bdb-89a4-8710128028e6",
  "consumerID": "aai-ml",
  "timestamp": 1632992320137,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf52qpm6pne27w5lrrmf1s/1.0/artifacts/service-DemoPnf52qpm6pne27w5lrrmf1s-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-30T09:01:15.568Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T09:01:15.568Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-30T09:01:15.569Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7781e528-2325-4bdb-89a4-8710128028e6",
  "consumerID": "aai-ml",
  "timestamp": 1632992321143,
  "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-30T09:01:15.573Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 7781e528-2325-4bdb-89a4-8710128028e6
2021-09-30T09:01:15.573Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7781e528-2325-4bdb-89a4-8710128028e6 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-30T09:01:15.581Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-30T09:01:15.582Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7781e528-2325-4bdb-89a4-8710128028e6",
  "consumerID": "clamp",
  "timestamp": 1632992321337,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf52qpm6pne27w5lrrmf1s/1.0/artifacts/service-DemoPnf52qpm6pne27w5lrrmf1s-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-30T09:01:15.583Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T09:01:15.583Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-30T09:01:15.583Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7781e528-2325-4bdb-89a4-8710128028e6",
  "consumerID": "clamp",
  "timestamp": 1632992323342,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf52qpm6pne27w5lrrmf1s/1.0/artifacts/service-DemoPnf52qpm6pne27w5lrrmf1s-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-30T09:01:15.584Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T09:01:15.584Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-30T09:01:15.585Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7781e528-2325-4bdb-89a4-8710128028e6",
  "consumerID": "clamp",
  "timestamp": 1632992324345,
  "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-30T09:01:15.591Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 7781e528-2325-4bdb-89a4-8710128028e6
2021-09-30T09:01:15.591Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7781e528-2325-4bdb-89a4-8710128028e6 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-30T09:01:34.449Z|7781e528-2325-4bdb-89a4-8710128028e6|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7781e528-2325-4bdb-89a4-8710128028e6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-30T09:01:34.467Z|7781e528-2325-4bdb-89a4-8710128028e6|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7781e528-2325-4bdb-89a4-8710128028e6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-30T09:01:34.471Z|7781e528-2325-4bdb-89a4-8710128028e6|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-30T09:01:34.471Z|7781e528-2325-4bdb-89a4-8710128028e6|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-30T09:01:34.471Z|7781e528-2325-4bdb-89a4-8710128028e6|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-30T09:01:34.471Z|7781e528-2325-4bdb-89a4-8710128028e6|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-30T09:01:34.471Z|7781e528-2325-4bdb-89a4-8710128028e6|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-30T09:01:34.471Z|7781e528-2325-4bdb-89a4-8710128028e6|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-30T09:01:34.472Z|7781e528-2325-4bdb-89a4-8710128028e6|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-30T09:01:34.472Z|7781e528-2325-4bdb-89a4-8710128028e6|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-30T09:01:34.472Z|7781e528-2325-4bdb-89a4-8710128028e6|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-30T09:01:34.472Z|7781e528-2325-4bdb-89a4-8710128028e6|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-30T09:01:34.472Z|7781e528-2325-4bdb-89a4-8710128028e6|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-30T09:01:34.472Z|7781e528-2325-4bdb-89a4-8710128028e6|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-30T09:01:34.477Z|7781e528-2325-4bdb-89a4-8710128028e6|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-30T09:02:04.477Z|7781e528-2325-4bdb-89a4-8710128028e6|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7781e528-2325-4bdb-89a4-8710128028e6 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-30T09:02:04.485Z|7781e528-2325-4bdb-89a4-8710128028e6|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7781e528-2325-4bdb-89a4-8710128028e6 and serviceModelVersionId: 8d6ecb82-0f93-4098-b047-0a79aa15f85e
2021-09-30T09:02:04.485Z|7781e528-2325-4bdb-89a4-8710128028e6|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a2dd5e6f-6d98-4598-8892-07eebc24dd7e
2021-09-30T09:02:04.486Z|7781e528-2325-4bdb-89a4-8710128028e6|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a2dd5e6f-6d98-4598-8892-07eebc24dd7e/model-vers/model-ver/8d6ecb82-0f93-4098-b047-0a79aa15f85e?depth=0
2021-09-30T09:02:04.495Z|7781e528-2325-4bdb-89a4-8710128028e6|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2021-09-30T09:02:04.556Z|7781e528-2325-4bdb-89a4-8710128028e6|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a2dd5e6f-6d98-4598-8892-07eebc24dd7e/model-vers/model-ver/8d6ecb82-0f93-4098-b047-0a79aa15f85e?depth=0|INFO|500||Invoke
2021-09-30T09:02:04.556Z|7781e528-2325-4bdb-89a4-8710128028e6|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a2dd5e6f-6d98-4598-8892-07eebc24dd7e/model-vers/model-ver/8d6ecb82-0f93-4098-b047-0a79aa15f85e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a2dd5e6f-6d98-4598-8892-07eebc24dd7e/model-vers/model-ver/8d6ecb82-0f93-4098-b047-0a79aa15f85e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[7781e528-2325-4bdb-89a4-8710128028e6], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a4b71b52-7c7e-4086-941f-fb22506a4e92], X-ECOMP-RequestID=[7781e528-2325-4bdb-89a4-8710128028e6], X-TransactionId=[], X-ONAP-RequestID=[7781e528-2325-4bdb-89a4-8710128028e6], Content-Type=[application/merge-patch+json]}
2021-09-30T09:02:04.586Z|7781e528-2325-4bdb-89a4-8710128028e6|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a2dd5e6f-6d98-4598-8892-07eebc24dd7e/model-vers/model-ver/8d6ecb82-0f93-4098-b047-0a79aa15f85e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-30T09:02:04.925Z|7781e528-2325-4bdb-89a4-8710128028e6|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a2dd5e6f-6d98-4598-8892-07eebc24dd7e/model-vers/model-ver/8d6ecb82-0f93-4098-b047-0a79aa15f85e?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/a2dd5e6f-6d98-4598-8892-07eebc24dd7e/model-vers/model-ver/8d6ecb82-0f93-4098-b047-0a79aa15f85e?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210930-09:02:04:597-23144], vertex-id=[278712], Content-Length=[0], Date=[Thu, 30 Sep 2021 09:02:04 GMT], Content-Type=[application/json]}
2021-09-30T09:02:04.926Z|7781e528-2325-4bdb-89a4-8710128028e6|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a2dd5e6f-6d98-4598-8892-07eebc24dd7e/model-vers/model-ver/8d6ecb82-0f93-4098-b047-0a79aa15f85e?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-09-30T09:02:04.926Z|7781e528-2325-4bdb-89a4-8710128028e6|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a2dd5e6f-6d98-4598-8892-07eebc24dd7e/model-vers/model-ver/8d6ecb82-0f93-4098-b047-0a79aa15f85e?depth=0|INFO|500||InvokeReturn
2021-09-30T09:02:04.926Z|7781e528-2325-4bdb-89a4-8710128028e6|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-30T09:02:04.928Z|7781e528-2325-4bdb-89a4-8710128028e6|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-30T09:02:04.936Z|7781e528-2325-4bdb-89a4-8710128028e6|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-09-30T09:02:04.937Z|7781e528-2325-4bdb-89a4-8710128028e6|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7781e528-2325-4bdb-89a4-8710128028e6 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-30T09:02:04.937Z|7781e528-2325-4bdb-89a4-8710128028e6|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-30T09:02:04.937Z|7781e528-2325-4bdb-89a4-8710128028e6|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-30T09:02:04.941Z|7781e528-2325-4bdb-89a4-8710128028e6|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T09:02:04.941Z|7781e528-2325-4bdb-89a4-8710128028e6|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "7781e528-2325-4bdb-89a4-8710128028e6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632992524937,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-30T09:02:05.041Z||pool-216-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T09:02:05.042Z||pool-216-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-30T09:02:05.042Z||pool-216-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T09:02:05.058Z||pool-216-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T09:02:05.059Z||pool-216-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-30T09:02:05.958Z|7781e528-2325-4bdb-89a4-8710128028e6|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T09:02:05.958Z|7781e528-2325-4bdb-89a4-8710128028e6|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T09:02:05.958Z|7781e528-2325-4bdb-89a4-8710128028e6|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2cjfMityS9h3J0jo) ...
2021-09-30T09:02:14.935Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T09:02:14.935Z||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-30T09:02:14.935Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T09:02:15.567Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T09:02:15.567Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-30T09:02:15.568Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7781e528-2325-4bdb-89a4-8710128028e6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632992524937,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-30T09:02:15.568Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T09:02:16.352Z|7781e528-2325-4bdb-89a4-8710128028e6|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T09:02:16.353Z|7781e528-2325-4bdb-89a4-8710128028e6|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T09:02:16.353Z|7781e528-2325-4bdb-89a4-8710128028e6|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T09:02:16.353Z|7781e528-2325-4bdb-89a4-8710128028e6|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2cjfMityS9h3J0jo) ...
2021-09-30T09:02:25.903Z|7781e528-2325-4bdb-89a4-8710128028e6|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T09:02:25.904Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T09:02:25.905Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|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-30T09:02:25.905Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|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 2cjfMityS9h3J0jo) ...
2021-09-30T09:02:35.530Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T09:02:35.531Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T09:02:35.532Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|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-30T09:02:35.532Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|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 2cjfMityS9h3J0jo) ...
2021-09-30T09:02:45.098Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T09:03:14.934Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T09:03:14.935Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T09:03:14.935Z||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-30T09:03:14.935Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|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-30T09:03:14.935Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|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 2cjfMityS9h3J0jo) ...
2021-09-30T09:03:14.935Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T09:03:24.498Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T09:03:24.503Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T09:04:14.935Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T09:04:14.934Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T09:04:14.939Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|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-30T09:04:14.939Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|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 2cjfMityS9h3J0jo) ...
2021-09-30T09:04:14.939Z||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-30T09:04:14.940Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T09:04:24.532Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T09:04:24.545Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T09:05:14.933Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T09:05:14.934Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|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-30T09:05:14.934Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|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 2cjfMityS9h3J0jo) ...
2021-09-30T09:05:14.935Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T09:05:14.936Z||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-30T09:05:14.936Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T09:05:19.962Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T09:05:19.963Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T09:05:19.963Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"04f92250-16c5-4059-85c3-3e3adc1a6459","serviceName":"Demo_pNF_5SbQ0RCEJjDI7rBtkGWs","serviceVersion":"1.0","serviceUUID":"5a84028b-5676-42aa-8bf4-ceb9b477747b","serviceDescription":"catalog service description","serviceInvariantUUID":"a66b061f-c0f6-4310-9c69-956e3522e429","resources":[{"resourceInstanceName":"pNF 56143755-259d 0","resourceName":"pNF 56143755-259d","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"875a3ec9-64ea-4157-a897-9754a8291db1","resourceInvariantUUID":"a7ef4bad-9a1c-4e56-bb3d-a11532853f53","resourceCustomizationUUID":"739c80ab-84fc-4599-88cc-91f71b5c4cf4","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf5sbq0rcejjdi7rbtkgws/1.0/resourceInstances/pnf56143755259d0/artifacts/vf-license-model.xml","artifactChecksum":"OTNkM2ZhNjg3MWE5NzNlODlkYTEzNTA4YmJhZTE5ZjY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c88e5591-f3fa-43ef-86e9-5ca9bcb272e8","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf5sbq0rcejjdi7rbtkgws/1.0/resourceInstances/pnf56143755259d0/artifacts/pNF.csar","artifactChecksum":"NzdkNzAxYWJhY2VlZDZhMjhhOTVkNzdmZjBiNTRkMjM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5f909916-5ca6-4cd0-9ab4-1fe956bd0218","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf5sbq0rcejjdi7rbtkgws/1.0/resourceInstances/pnf56143755259d0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2d52a74f-82e6-4cf5-bbe2-a4413f3b3c25","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf5sbq0rcejjdi7rbtkgws/1.0/resourceInstances/pnf56143755259d0/artifacts/vendor-license-model.xml","artifactChecksum":"NzEzNWQ4NzA1MDlmZDk2ZmRiZmZmNDdmNTc5YmY0OGM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"876f5160-f879-4225-9344-e5c8f658f4eb","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf5sbq0rcejjdi7rbtkgws/1.0/resourceInstances/pnf56143755259d0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3b90dd84-ba58-4df8-9732-d71949cd54a4","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf5sbq0rcejjdi7rbtkgws/1.0/resourceInstances/pnf56143755259d0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e3ebf143-3b3d-42cf-9053-b48bcb2c2dd3","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf5sbq0rcejjdi7rbtkgws-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf5sbq0rcejjdi7rbtkgws/1.0/artifacts/service-DemoPnf5sbq0rcejjdi7rbtkgws-template.yml","artifactChecksum":"NzRkMWM5NDQ0M2VhMGI3ZDBjN2JkZjBmYjlkOTlmNjE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ccc63e6e-0bcb-4511-8965-d73c27b9cdda","artifactVersion":"1"},{"artifactName":"service-DemoPnf5sbq0rcejjdi7rbtkgws-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf5sbq0rcejjdi7rbtkgws/1.0/artifacts/service-DemoPnf5sbq0rcejjdi7rbtkgws-csar.csar","artifactChecksum":"YzA4MDM4NWM1MGJhY2I1Njk5ODU3ZDMwZTgwYzJlNzA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b7b2b2b1-16c7-4be3-9723-158b9a7454a9","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-30T09:05:19.967Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T09:05:19.971Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-30T09:05:19.976Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T09:05:19.976Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "04f92250-16c5-4059-85c3-3e3adc1a6459",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632992714933,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5sbq0rcejjdi7rbtkgws/1.0/resourceInstances/pnf56143755259d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:05:20.076Z||pool-217-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-30T09:05:20.076Z||pool-217-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-30T09:05:20.077Z||pool-217-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T09:05:20.089Z||pool-217-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T09:05:20.090Z||pool-217-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-30T09:05:20.208Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T09:05:20.208Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T09:05:20.208Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04f92250-16c5-4059-85c3-3e3adc1a6459",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632992714933,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5sbq0rcejjdi7rbtkgws/1.0/resourceInstances/pnf56143755259d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:05:20.209Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:05:20.977Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T09:05:20.978Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-30T09:05:20.979Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T09:05:20.980Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "04f92250-16c5-4059-85c3-3e3adc1a6459",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632992714933,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5sbq0rcejjdi7rbtkgws/1.0/resourceInstances/pnf56143755259d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:05:21.080Z||pool-218-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T09:05:21.081Z||pool-218-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-30T09:05:21.081Z||pool-218-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T09:05:21.090Z||pool-218-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T09:05:21.091Z||pool-218-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-30T09:05:21.980Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T09:05:21.981Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-30T09:05:21.985Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T09:05:21.986Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "04f92250-16c5-4059-85c3-3e3adc1a6459",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632992714933,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5sbq0rcejjdi7rbtkgws/1.0/resourceInstances/pnf56143755259d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:05:22.084Z||pool-219-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2021-09-30T09:05:22.085Z||pool-219-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-30T09:05:22.085Z||pool-219-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T09:05:22.099Z||pool-219-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T09:05:22.100Z||pool-219-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-09-30T09:05:22.986Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T09:05:22.987Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-30T09:05:22.989Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T09:05:22.989Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "04f92250-16c5-4059-85c3-3e3adc1a6459",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632992714933,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5sbq0rcejjdi7rbtkgws/1.0/resourceInstances/pnf56143755259d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:05:23.089Z||pool-220-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-30T09:05:23.090Z||pool-220-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-30T09:05:23.090Z||pool-220-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T09:05:23.109Z||pool-220-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T09:05:23.110Z||pool-220-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2021-09-30T09:05:23.990Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T09:05:23.991Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-30T09:05:23.993Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T09:05:23.993Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "04f92250-16c5-4059-85c3-3e3adc1a6459",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632992714933,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5sbq0rcejjdi7rbtkgws/1.0/resourceInstances/pnf56143755259d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:05:24.094Z||pool-221-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-30T09:05:24.095Z||pool-221-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-30T09:05:24.095Z||pool-221-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T09:05:24.109Z||pool-221-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T09:05:24.109Z||pool-221-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-09-30T09:05:24.994Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T09:05:24.995Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-30T09:05:25.000Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T09:05:25.000Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "04f92250-16c5-4059-85c3-3e3adc1a6459",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632992714933,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5sbq0rcejjdi7rbtkgws/1.0/resourceInstances/pnf56143755259d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:05:25.100Z||pool-222-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T09:05:25.101Z||pool-222-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-30T09:05:25.101Z||pool-222-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T09:05:25.126Z||pool-222-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T09:05:25.127Z||pool-222-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2021-09-30T09:05:26.002Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T09:05:26.007Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-30T09:05:26.010Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T09:05:26.010Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "04f92250-16c5-4059-85c3-3e3adc1a6459",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632992714933,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5sbq0rcejjdi7rbtkgws/1.0/artifacts/service-DemoPnf5sbq0rcejjdi7rbtkgws-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:05:26.112Z||pool-223-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2021-09-30T09:05:26.115Z||pool-223-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-30T09:05:26.115Z||pool-223-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T09:05:26.126Z||pool-223-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T09:05:26.127Z||pool-223-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-30T09:05:27.011Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T09:05:27.014Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-30T09:05:27.017Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T09:05:27.017Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "04f92250-16c5-4059-85c3-3e3adc1a6459",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632992714933,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5sbq0rcejjdi7rbtkgws/1.0/artifacts/service-DemoPnf5sbq0rcejjdi7rbtkgws-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T09:05:27.118Z||pool-224-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-30T09:05:27.120Z||pool-224-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-30T09:05:27.120Z||pool-224-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T09:05:27.129Z||pool-224-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T09:05:27.130Z||pool-224-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-30T09:05:28.020Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "04f92250-16c5-4059-85c3-3e3adc1a6459",
  "serviceName": "Demo_pNF_5SbQ0RCEJjDI7rBtkGWs",
  "serviceVersion": "1.0",
  "serviceUUID": "5a84028b-5676-42aa-8bf4-ceb9b477747b",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "a66b061f-c0f6-4310-9c69-956e3522e429",
  "resources": [
    {
      "resourceInstanceName": "pNF 56143755-259d 0",
      "resourceCustomizationUUID": "739c80ab-84fc-4599-88cc-91f71b5c4cf4",
      "resourceName": "pNF 56143755-259d",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "875a3ec9-64ea-4157-a897-9754a8291db1",
      "resourceInvariantUUID": "a7ef4bad-9a1c-4e56-bb3d-a11532853f53",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnf5sbq0rcejjdi7rbtkgws-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnf5sbq0rcejjdi7rbtkgws/1.0/artifacts/service-DemoPnf5sbq0rcejjdi7rbtkgws-csar.csar",
      "artifactChecksum": "YzA4MDM4NWM1MGJhY2I1Njk5ODU3ZDMwZTgwYzJlNzA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "b7b2b2b1-16c7-4be3-9723-158b9a7454a9"
    }
  ],
  "workloadContext": "Production"
}
2021-09-30T09:05:28.022Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-30T09:05:28.022Z|f0efe63f-493c-4de3-8de2-e3f62a011ef8|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 5a84028b-5676-42aa-8bf4-ceb9b477747b ASDC
2021-09-30T09:05:28.022Z|04f92250-16c5-4059-85c3-3e3adc1a6459|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:04f92250-16c5-4059-85c3-3e3adc1a6459
ServiceName:Demo_pNF_5SbQ0RCEJjDI7rBtkGWs
ServiceVersion:1.0
ServiceUUID:5a84028b-5676-42aa-8bf4-ceb9b477747b
ServiceInvariantUUID:a66b061f-c0f6-4310-9c69-956e3522e429
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf5sbq0rcejjdi7rbtkgws-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf5sbq0rcejjdi7rbtkgws/1.0/artifacts/service-DemoPnf5sbq0rcejjdi7rbtkgws-csar.csar
ArtifactUUID:b7b2b2b1-16c7-4be3-9723-158b9a7454a9
ArtifactChecksum:YzA4MDM4NWM1MGJhY2I1Njk5ODU3ZDMwZTgwYzJlNzA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 56143755-259d 0
ResourceCustomizationUUID:739c80ab-84fc-4599-88cc-91f71b5c4cf4
ResourceInvariantUUID:a7ef4bad-9a1c-4e56-bb3d-a11532853f53
ResourceName:pNF 56143755-259d
ResourceType:PNF
ResourceUUID:875a3ec9-64ea-4157-a897-9754a8291db1
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-09-30T09:05:28.022Z|04f92250-16c5-4059-85c3-3e3adc1a6459|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5a84028b-5676-42aa-8bf4-ceb9b477747b 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-30T09:05:28.064Z|04f92250-16c5-4059-85c3-3e3adc1a6459|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-30T09:05:28.066Z|04f92250-16c5-4059-85c3-3e3adc1a6459|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-09-30T09:05:28.066Z|04f92250-16c5-4059-85c3-3e3adc1a6459|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-09-30T09:05:28.066Z|04f92250-16c5-4059-85c3-3e3adc1a6459|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: b7b2b2b1-16c7-4be3-9723-158b9a7454a9 from URL: /sdc/v1/catalog/services/DemoPnf5sbq0rcejjdi7rbtkgws/1.0/artifacts/service-DemoPnf5sbq0rcejjdi7rbtkgws-csar.csar
2021-09-30T09:05:28.066Z|04f92250-16c5-4059-85c3-3e3adc1a6459|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-09-30T09:05:28.067Z|04f92250-16c5-4059-85c3-3e3adc1a6459|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf5sbq0rcejjdi7rbtkgws/1.0/artifacts/service-DemoPnf5sbq0rcejjdi7rbtkgws-csar.csar
2021-09-30T09:05:29.756Z|04f92250-16c5-4059-85c3-3e3adc1a6459|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-09-30T09:05:29.762Z|04f92250-16c5-4059-85c3-3e3adc1a6459|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf5sbq0rcejjdi7rbtkgws/1.0/artifacts/service-DemoPnf5sbq0rcejjdi7rbtkgws-csar.csar b7b2b2b1-16c7-4be3-9723-158b9a7454a9 82545
2021-09-30T09:05:29.766Z|04f92250-16c5-4059-85c3-3e3adc1a6459|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf5sbq0rcejjdi7rbtkgws/1.0/artifacts/service-DemoPnf5sbq0rcejjdi7rbtkgws-csar.csar ASDC sendASDCNotification
2021-09-30T09:05:29.766Z|04f92250-16c5-4059-85c3-3e3adc1a6459|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf5sbq0rcejjdi7rbtkgws/1.0/artifacts/service-DemoPnf5sbq0rcejjdi7rbtkgws-csar.csar
2021-09-30T09:05:29.766Z|04f92250-16c5-4059-85c3-3e3adc1a6459|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-30T09:05:29.766Z|04f92250-16c5-4059-85c3-3e3adc1a6459|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-30T09:05:29.771Z|04f92250-16c5-4059-85c3-3e3adc1a6459|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T09:05:29.771Z|04f92250-16c5-4059-85c3-3e3adc1a6459|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "04f92250-16c5-4059-85c3-3e3adc1a6459",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632992729766,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5sbq0rcejjdi7rbtkgws/1.0/artifacts/service-DemoPnf5sbq0rcejjdi7rbtkgws-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-30T09:05:29.872Z||pool-225-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-30T09:05:29.873Z||pool-225-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-30T09:05:29.874Z||pool-225-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T09:05:29.890Z||pool-225-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T09:05:29.891Z||pool-225-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2021-09-30T09:05:30.772Z|04f92250-16c5-4059-85c3-3e3adc1a6459|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-30T09:05:30.774Z|04f92250-16c5-4059-85c3-3e3adc1a6459|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-09-30T09:05:30.774Z|04f92250-16c5-4059-85c3-3e3adc1a6459|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: b7b2b2b1-16c7-4be3-9723-158b9a7454a9, URL: /sdc/v1/catalog/services/DemoPnf5sbq0rcejjdi7rbtkgws/1.0/artifacts/service-DemoPnf5sbq0rcejjdi7rbtkgws-csar.csar to file: /app/ASDC/1/service-DemoPnf5sbq0rcejjdi7rbtkgws-csar.csar
2021-09-30T09:05:30.774Z|04f92250-16c5-4059-85c3-3e3adc1a6459|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf5sbq0rcejjdi7rbtkgws-csar.csar
2021-09-30T09:05:30.775Z|04f92250-16c5-4059-85c3-3e3adc1a6459|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf5sbq0rcejjdi7rbtkgws-csar.csar
2021-09-30T09:05:30.775Z|04f92250-16c5-4059-85c3-3e3adc1a6459|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf5sbq0rcejjdi7rbtkgws-csar.csar
2021-09-30T09:05:31.019Z|04f92250-16c5-4059-85c3-3e3adc1a6459|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15370008024527590214/Definitions/service-DemoPnf5sbq0rcejjdi7rbtkgws-template.yml
2021-09-30T09:05:31.927Z|04f92250-16c5-4059-85c3-3e3adc1a6459|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-30T09:05:31.928Z|04f92250-16c5-4059-85c3-3e3adc1a6459|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-09-30T09:05:31.928Z|04f92250-16c5-4059-85c3-3e3adc1a6459|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf5sbq0rcejjdi7rbtkgws-csar.csar
2021-09-30T09:05:31.928Z|04f92250-16c5-4059-85c3-3e3adc1a6459|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-09-30T09:05:31.928Z|04f92250-16c5-4059-85c3-3e3adc1a6459|pool-2-thread-1|||||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-DemoPnf5sbq0rcejjdi7rbtkgws-csar.csar
2021-09-30T09:05:31.928Z|04f92250-16c5-4059-85c3-3e3adc1a6459|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf5sbq0rcejjdi7rbtkgws-csar.csar
2021-09-30T09:05:31.928Z|04f92250-16c5-4059-85c3-3e3adc1a6459|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 56143755-259d 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-DemoPnf5sbq0rcejjdi7rbtkgws-csar.csar
2021-09-30T09:05:31.928Z|04f92250-16c5-4059-85c3-3e3adc1a6459|pool-2-thread-1|||||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-DemoPnf5sbq0rcejjdi7rbtkgws-csar.csar
2021-09-30T09:05:31.928Z|04f92250-16c5-4059-85c3-3e3adc1a6459|pool-2-thread-1|||||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-DemoPnf5sbq0rcejjdi7rbtkgws-csar.csar
2021-09-30T09:05:31.928Z|04f92250-16c5-4059-85c3-3e3adc1a6459|pool-2-thread-1|||||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-DemoPnf5sbq0rcejjdi7rbtkgws-csar.csar
2021-09-30T09:05:31.928Z|04f92250-16c5-4059-85c3-3e3adc1a6459|pool-2-thread-1|||||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-DemoPnf5sbq0rcejjdi7rbtkgws-csar.csar
2021-09-30T09:05:31.928Z|04f92250-16c5-4059-85c3-3e3adc1a6459|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-09-30T09:05:31.929Z|04f92250-16c5-4059-85c3-3e3adc1a6459|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T09:05:31.929Z|04f92250-16c5-4059-85c3-3e3adc1a6459|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_5SbQ0RCEJjDI7rBtkGWs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T09:05:31.929Z|04f92250-16c5-4059-85c3-3e3adc1a6459|pool-2-thread-1|||||DEBUG|500||Node template pNF 56143755-259d 0 is matching search criteria
2021-09-30T09:05:31.929Z|04f92250-16c5-4059-85c3-3e3adc1a6459|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-09-30T09:05:31.929Z|04f92250-16c5-4059-85c3-3e3adc1a6459|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF 56143755-259d 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-30T09:05:31.930Z|04f92250-16c5-4059-85c3-3e3adc1a6459|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T09:05:31.930Z|04f92250-16c5-4059-85c3-3e3adc1a6459|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_5SbQ0RCEJjDI7rBtkGWs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T09:05:31.930Z|04f92250-16c5-4059-85c3-3e3adc1a6459|pool-2-thread-1|||||DEBUG|500||Node template pNF 56143755-259d 0 is matching search criteria
2021-09-30T09:05:31.930Z|04f92250-16c5-4059-85c3-3e3adc1a6459|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-09-30T09:05:31.930Z|04f92250-16c5-4059-85c3-3e3adc1a6459|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF 56143755-259d 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-30T09:05:31.930Z|04f92250-16c5-4059-85c3-3e3adc1a6459|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T09:05:31.930Z|04f92250-16c5-4059-85c3-3e3adc1a6459|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_5SbQ0RCEJjDI7rBtkGWs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T09:05:31.930Z|04f92250-16c5-4059-85c3-3e3adc1a6459|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T09:05:31.930Z|04f92250-16c5-4059-85c3-3e3adc1a6459|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_5SbQ0RCEJjDI7rBtkGWs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T09:05:31.931Z|04f92250-16c5-4059-85c3-3e3adc1a6459|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T09:05:31.931Z|04f92250-16c5-4059-85c3-3e3adc1a6459|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_5SbQ0RCEJjDI7rBtkGWs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T09:05:31.931Z|04f92250-16c5-4059-85c3-3e3adc1a6459|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T09:05:31.931Z|04f92250-16c5-4059-85c3-3e3adc1a6459|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_5SbQ0RCEJjDI7rBtkGWs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T09:05:31.931Z|04f92250-16c5-4059-85c3-3e3adc1a6459|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T09:05:31.931Z|04f92250-16c5-4059-85c3-3e3adc1a6459|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_5SbQ0RCEJjDI7rBtkGWs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T09:05:31.931Z|04f92250-16c5-4059-85c3-3e3adc1a6459|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_5SbQ0RCEJjDI7rBtkGWs
Description:catalog service description
Model UUID:5a84028b-5676-42aa-8bf4-ceb9b477747b
Model Version:NULL
Model InvariantUuid:a66b061f-c0f6-4310-9c69-956e3522e429
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-30T09:05:31.939Z|04f92250-16c5-4059-85c3-3e3adc1a6459|pool-2-thread-1|||||INFO|500||Processing Resource Type: PNF, Model UUID: 875a3ec9-64ea-4157-a897-9754a8291db1
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-30T09:05:31.944Z|04f92250-16c5-4059-85c3-3e3adc1a6459|pool-2-thread-1|||||INFO|500||pNF 56143755-259d 0
2021-09-30T09:05:31.945Z|04f92250-16c5-4059-85c3-3e3adc1a6459|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 875a3ec9-64ea-4157-a897-9754a8291db1
2021-09-30T09:05:31.945Z|04f92250-16c5-4059-85c3-3e3adc1a6459|pool-2-thread-1|||||DEBUG|500||No resources found for Service: 5a84028b-5676-42aa-8bf4-ceb9b477747b
2021-09-30T09:05:31.945Z|04f92250-16c5-4059-85c3-3e3adc1a6459|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 5a84028b-5676-42aa-8bf4-ceb9b477747b
2021-09-30T09:05:31.946Z|04f92250-16c5-4059-85c3-3e3adc1a6459|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 56143755-259d 0 875a3ec9-64ea-4157-a897-9754a8291db1 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-30T09:05:31.951Z|04f92250-16c5-4059-85c3-3e3adc1a6459|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3e714eda, org.onap.sdc.toscaparser.api.parameters.Input@7fa943e0, org.onap.sdc.toscaparser.api.parameters.Input@5653707e, org.onap.sdc.toscaparser.api.parameters.Input@72d5a417, org.onap.sdc.toscaparser.api.parameters.Input@46e62309]
2021-09-30T09:05:31.952Z|04f92250-16c5-4059-85c3-3e3adc1a6459|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T09:05:31.952Z|04f92250-16c5-4059-85c3-3e3adc1a6459|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_5SbQ0RCEJjDI7rBtkGWs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T09:05:31.952Z|04f92250-16c5-4059-85c3-3e3adc1a6459|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 5a84028b-5676-42aa-8bf4-ceb9b477747b: pNF 56143755-259d
2021-09-30T09:05:31.953Z|04f92250-16c5-4059-85c3-3e3adc1a6459|pool-2-thread-1|||||INFO|500||Processing PNF resource: 875a3ec9-64ea-4157-a897-9754a8291db1
2021-09-30T09:05:31.953Z|04f92250-16c5-4059-85c3-3e3adc1a6459|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T09:05:31.953Z|04f92250-16c5-4059-85c3-3e3adc1a6459|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_5SbQ0RCEJjDI7rBtkGWs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T09:05:31.953Z|04f92250-16c5-4059-85c3-3e3adc1a6459|pool-2-thread-1|||||INFO|500||Resource customization UUID: 739c80ab-84fc-4599-88cc-91f71b5c4cf4 is the same as notified resource customizationUUID: 739c80ab-84fc-4599-88cc-91f71b5c4cf4
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-30T09:05:31.989Z|04f92250-16c5-4059-85c3-3e3adc1a6459|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 56143755-259d 875a3ec9-64ea-4157-a897-9754a8291db1 0 ASDC deployResourceStructure
2021-09-30T09:05:31.990Z|04f92250-16c5-4059-85c3-3e3adc1a6459|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf5sbq0rcejjdi7rbtkgws/1.0/artifacts/service-DemoPnf5sbq0rcejjdi7rbtkgws-csar.csar ASDC sendASDCNotification
2021-09-30T09:05:31.990Z|04f92250-16c5-4059-85c3-3e3adc1a6459|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf5sbq0rcejjdi7rbtkgws/1.0/artifacts/service-DemoPnf5sbq0rcejjdi7rbtkgws-csar.csar
2021-09-30T09:05:31.990Z|04f92250-16c5-4059-85c3-3e3adc1a6459|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-30T09:05:31.990Z|04f92250-16c5-4059-85c3-3e3adc1a6459|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-30T09:05:31.993Z|04f92250-16c5-4059-85c3-3e3adc1a6459|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T09:05:31.993Z|04f92250-16c5-4059-85c3-3e3adc1a6459|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "04f92250-16c5-4059-85c3-3e3adc1a6459",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632992731990,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5sbq0rcejjdi7rbtkgws/1.0/artifacts/service-DemoPnf5sbq0rcejjdi7rbtkgws-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-30T09:05:32.093Z||pool-226-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T09:05:32.093Z||pool-226-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-30T09:05:32.094Z||pool-226-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T09:05:32.162Z||pool-226-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T09:05:32.162Z||pool-226-thread-1|||||INFO|500||cambria reply ok (69 ms):{"serverTimeMs":1,"count":1}
2021-09-30T09:05:32.994Z|04f92250-16c5-4059-85c3-3e3adc1a6459|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 04f92250-16c5-4059-85c3-3e3adc1a6459
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-30T09:05:33.005Z|04f92250-16c5-4059-85c3-3e3adc1a6459|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 04f92250-16c5-4059-85c3-3e3adc1a6459
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-30T09:05:33.007Z|04f92250-16c5-4059-85c3-3e3adc1a6459|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-30T09:05:33.007Z|04f92250-16c5-4059-85c3-3e3adc1a6459|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-30T09:05:33.007Z|04f92250-16c5-4059-85c3-3e3adc1a6459|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-30T09:06:03.008Z|04f92250-16c5-4059-85c3-3e3adc1a6459|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 04f92250-16c5-4059-85c3-3e3adc1a6459
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-30T09:06:03.021Z|04f92250-16c5-4059-85c3-3e3adc1a6459|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 04f92250-16c5-4059-85c3-3e3adc1a6459
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-30T09:06:03.022Z|04f92250-16c5-4059-85c3-3e3adc1a6459|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-30T09:06:03.022Z|04f92250-16c5-4059-85c3-3e3adc1a6459|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-30T09:06:03.023Z|04f92250-16c5-4059-85c3-3e3adc1a6459|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-30T09:06:14.935Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T09:06:14.936Z||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-30T09:06:14.936Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T09:06:14.957Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T09:06:14.958Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T09:06:14.958Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04f92250-16c5-4059-85c3-3e3adc1a6459",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632992712851,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5sbq0rcejjdi7rbtkgws/1.0/resourceInstances/pnf56143755259d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:06:14.959Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:06:33.023Z|04f92250-16c5-4059-85c3-3e3adc1a6459|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 04f92250-16c5-4059-85c3-3e3adc1a6459
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-30T09:06:33.033Z|04f92250-16c5-4059-85c3-3e3adc1a6459|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 04f92250-16c5-4059-85c3-3e3adc1a6459
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-30T09:06:33.035Z|04f92250-16c5-4059-85c3-3e3adc1a6459|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-30T09:06:33.035Z|04f92250-16c5-4059-85c3-3e3adc1a6459|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-30T09:06:33.035Z|04f92250-16c5-4059-85c3-3e3adc1a6459|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-30T09:07:03.035Z|04f92250-16c5-4059-85c3-3e3adc1a6459|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 04f92250-16c5-4059-85c3-3e3adc1a6459
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-30T09:07:03.049Z|04f92250-16c5-4059-85c3-3e3adc1a6459|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 04f92250-16c5-4059-85c3-3e3adc1a6459
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-30T09:07:03.050Z|04f92250-16c5-4059-85c3-3e3adc1a6459|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-30T09:07:03.050Z|04f92250-16c5-4059-85c3-3e3adc1a6459|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-30T09:07:03.051Z|04f92250-16c5-4059-85c3-3e3adc1a6459|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-30T09:07:14.936Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T09:07:14.939Z||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-30T09:07:14.940Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T09:07:14.967Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T09:07:14.969Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T09:07:14.969Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04f92250-16c5-4059-85c3-3e3adc1a6459",
  "consumerID": "cds",
  "timestamp": 1632992716278,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5sbq0rcejjdi7rbtkgws/1.0/resourceInstances/pnf56143755259d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:07:14.971Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:07:14.971Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T09:07:14.971Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04f92250-16c5-4059-85c3-3e3adc1a6459",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632992711436,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5sbq0rcejjdi7rbtkgws/1.0/resourceInstances/pnf56143755259d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:07:14.972Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:07:14.972Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T09:07:14.972Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04f92250-16c5-4059-85c3-3e3adc1a6459",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632992719350,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5sbq0rcejjdi7rbtkgws/1.0/resourceInstances/pnf56143755259d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:07:14.972Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:07:33.051Z|04f92250-16c5-4059-85c3-3e3adc1a6459|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 04f92250-16c5-4059-85c3-3e3adc1a6459
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-30T09:07:33.067Z|04f92250-16c5-4059-85c3-3e3adc1a6459|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 04f92250-16c5-4059-85c3-3e3adc1a6459
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-30T09:07:33.068Z|04f92250-16c5-4059-85c3-3e3adc1a6459|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-30T09:07:33.068Z|04f92250-16c5-4059-85c3-3e3adc1a6459|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-30T09:07:33.069Z|04f92250-16c5-4059-85c3-3e3adc1a6459|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-30T09:08:03.069Z|04f92250-16c5-4059-85c3-3e3adc1a6459|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 04f92250-16c5-4059-85c3-3e3adc1a6459
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-30T09:08:03.080Z|04f92250-16c5-4059-85c3-3e3adc1a6459|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 04f92250-16c5-4059-85c3-3e3adc1a6459
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-30T09:08:03.081Z|04f92250-16c5-4059-85c3-3e3adc1a6459|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-30T09:08:03.081Z|04f92250-16c5-4059-85c3-3e3adc1a6459|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-30T09:08:03.082Z|04f92250-16c5-4059-85c3-3e3adc1a6459|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-30T09:08:14.935Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T09:08:14.936Z||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-30T09:08:14.936Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T09:08:15.473Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T09:08:15.474Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T09:08:15.474Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04f92250-16c5-4059-85c3-3e3adc1a6459",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632992712851,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5sbq0rcejjdi7rbtkgws/1.0/resourceInstances/pnf56143755259d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:08:15.475Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:08:15.475Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T09:08:15.475Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04f92250-16c5-4059-85c3-3e3adc1a6459",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632992714933,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5sbq0rcejjdi7rbtkgws/1.0/resourceInstances/pnf56143755259d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:08:15.475Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:08:15.476Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T09:08:15.476Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04f92250-16c5-4059-85c3-3e3adc1a6459",
  "consumerID": "cds",
  "timestamp": 1632992716278,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5sbq0rcejjdi7rbtkgws/1.0/resourceInstances/pnf56143755259d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:08:15.476Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:08:15.476Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T09:08:15.476Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04f92250-16c5-4059-85c3-3e3adc1a6459",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632992711436,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5sbq0rcejjdi7rbtkgws/1.0/resourceInstances/pnf56143755259d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:08:15.476Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:08:15.476Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T09:08:15.476Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04f92250-16c5-4059-85c3-3e3adc1a6459",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632992719350,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5sbq0rcejjdi7rbtkgws/1.0/resourceInstances/pnf56143755259d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:08:15.476Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:08:15.476Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T09:08:15.476Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04f92250-16c5-4059-85c3-3e3adc1a6459",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632992712851,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5sbq0rcejjdi7rbtkgws/1.0/resourceInstances/pnf56143755259d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:08:15.476Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:08:15.476Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T09:08:15.477Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04f92250-16c5-4059-85c3-3e3adc1a6459",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632992714933,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5sbq0rcejjdi7rbtkgws/1.0/resourceInstances/pnf56143755259d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:08:15.477Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:08:15.477Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T09:08:15.477Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04f92250-16c5-4059-85c3-3e3adc1a6459",
  "consumerID": "policy-id",
  "timestamp": 1632992721317,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5sbq0rcejjdi7rbtkgws/1.0/resourceInstances/pnf56143755259d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:08:15.477Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:08:15.477Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T09:08:15.477Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04f92250-16c5-4059-85c3-3e3adc1a6459",
  "consumerID": "cds",
  "timestamp": 1632992716278,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5sbq0rcejjdi7rbtkgws/1.0/resourceInstances/pnf56143755259d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:08:15.477Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:08:15.477Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T09:08:15.477Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04f92250-16c5-4059-85c3-3e3adc1a6459",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632992711436,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5sbq0rcejjdi7rbtkgws/1.0/resourceInstances/pnf56143755259d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:08:15.477Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:08:15.477Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T09:08:15.478Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04f92250-16c5-4059-85c3-3e3adc1a6459",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632992719350,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5sbq0rcejjdi7rbtkgws/1.0/resourceInstances/pnf56143755259d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:08:15.478Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:08:15.478Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T09:08:15.478Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04f92250-16c5-4059-85c3-3e3adc1a6459",
  "consumerID": "clamp",
  "timestamp": 1632992721513,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5sbq0rcejjdi7rbtkgws/1.0/resourceInstances/pnf56143755259d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:08:15.478Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:08:15.478Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T09:08:15.478Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04f92250-16c5-4059-85c3-3e3adc1a6459",
  "consumerID": "policy-id",
  "timestamp": 1632992721317,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5sbq0rcejjdi7rbtkgws/1.0/resourceInstances/pnf56143755259d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:08:15.478Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:08:15.478Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T09:08:15.478Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04f92250-16c5-4059-85c3-3e3adc1a6459",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632992712851,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5sbq0rcejjdi7rbtkgws/1.0/resourceInstances/pnf56143755259d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:08:15.478Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:08:15.478Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T09:08:15.479Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04f92250-16c5-4059-85c3-3e3adc1a6459",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632992714933,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5sbq0rcejjdi7rbtkgws/1.0/resourceInstances/pnf56143755259d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:08:15.479Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:08:15.479Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T09:08:15.479Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04f92250-16c5-4059-85c3-3e3adc1a6459",
  "consumerID": "cds",
  "timestamp": 1632992716278,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5sbq0rcejjdi7rbtkgws/1.0/resourceInstances/pnf56143755259d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:08:15.479Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:08:15.479Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T09:08:15.479Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04f92250-16c5-4059-85c3-3e3adc1a6459",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632992711436,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5sbq0rcejjdi7rbtkgws/1.0/resourceInstances/pnf56143755259d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:08:15.479Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:08:15.479Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T09:08:15.479Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04f92250-16c5-4059-85c3-3e3adc1a6459",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632992719350,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5sbq0rcejjdi7rbtkgws/1.0/resourceInstances/pnf56143755259d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:08:15.479Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:08:15.479Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T09:08:15.479Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04f92250-16c5-4059-85c3-3e3adc1a6459",
  "consumerID": "clamp",
  "timestamp": 1632992721513,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5sbq0rcejjdi7rbtkgws/1.0/resourceInstances/pnf56143755259d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:08:15.480Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:08:15.480Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T09:08:15.480Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04f92250-16c5-4059-85c3-3e3adc1a6459",
  "consumerID": "policy-id",
  "timestamp": 1632992721317,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5sbq0rcejjdi7rbtkgws/1.0/resourceInstances/pnf56143755259d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:08:15.480Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:08:15.480Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T09:08:15.480Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04f92250-16c5-4059-85c3-3e3adc1a6459",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632992712851,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5sbq0rcejjdi7rbtkgws/1.0/resourceInstances/pnf56143755259d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:08:15.480Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:08:15.480Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T09:08:15.480Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04f92250-16c5-4059-85c3-3e3adc1a6459",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632992714933,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5sbq0rcejjdi7rbtkgws/1.0/resourceInstances/pnf56143755259d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:08:15.480Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:08:15.480Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T09:08:15.480Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04f92250-16c5-4059-85c3-3e3adc1a6459",
  "consumerID": "cds",
  "timestamp": 1632992716278,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5sbq0rcejjdi7rbtkgws/1.0/resourceInstances/pnf56143755259d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:08:15.481Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:08:15.481Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T09:08:15.481Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04f92250-16c5-4059-85c3-3e3adc1a6459",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632992719350,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5sbq0rcejjdi7rbtkgws/1.0/resourceInstances/pnf56143755259d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:08:15.481Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:08:15.481Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T09:08:15.481Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04f92250-16c5-4059-85c3-3e3adc1a6459",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632992711436,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5sbq0rcejjdi7rbtkgws/1.0/resourceInstances/pnf56143755259d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:08:15.481Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:08:15.481Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T09:08:15.481Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04f92250-16c5-4059-85c3-3e3adc1a6459",
  "consumerID": "clamp",
  "timestamp": 1632992721513,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5sbq0rcejjdi7rbtkgws/1.0/resourceInstances/pnf56143755259d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:08:15.481Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:08:15.481Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T09:08:15.481Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04f92250-16c5-4059-85c3-3e3adc1a6459",
  "consumerID": "aai-ml",
  "timestamp": 1632992724245,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5sbq0rcejjdi7rbtkgws/1.0/resourceInstances/pnf56143755259d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:08:15.482Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:08:15.482Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T09:08:15.482Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04f92250-16c5-4059-85c3-3e3adc1a6459",
  "consumerID": "policy-id",
  "timestamp": 1632992721317,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5sbq0rcejjdi7rbtkgws/1.0/resourceInstances/pnf56143755259d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:08:15.482Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:08:15.482Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T09:08:15.482Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04f92250-16c5-4059-85c3-3e3adc1a6459",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632992712851,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5sbq0rcejjdi7rbtkgws/1.0/resourceInstances/pnf56143755259d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:08:15.482Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:08:15.482Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T09:08:15.482Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04f92250-16c5-4059-85c3-3e3adc1a6459",
  "consumerID": "cds",
  "timestamp": 1632992716278,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5sbq0rcejjdi7rbtkgws/1.0/resourceInstances/pnf56143755259d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:08:15.482Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:08:15.482Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T09:08:15.482Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04f92250-16c5-4059-85c3-3e3adc1a6459",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632992714933,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5sbq0rcejjdi7rbtkgws/1.0/resourceInstances/pnf56143755259d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:08:15.483Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:08:15.483Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T09:08:15.483Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04f92250-16c5-4059-85c3-3e3adc1a6459",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632992711436,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5sbq0rcejjdi7rbtkgws/1.0/resourceInstances/pnf56143755259d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:08:15.483Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:08:15.483Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T09:08:15.483Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04f92250-16c5-4059-85c3-3e3adc1a6459",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632992719350,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5sbq0rcejjdi7rbtkgws/1.0/resourceInstances/pnf56143755259d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-09-30T09:08:15.483Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:08:15.483Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T09:08:15.483Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04f92250-16c5-4059-85c3-3e3adc1a6459",
  "consumerID": "clamp",
  "timestamp": 1632992721513,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5sbq0rcejjdi7rbtkgws/1.0/resourceInstances/pnf56143755259d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:08:15.483Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:08:15.483Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T09:08:15.483Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04f92250-16c5-4059-85c3-3e3adc1a6459",
  "consumerID": "aai-ml",
  "timestamp": 1632992724245,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5sbq0rcejjdi7rbtkgws/1.0/resourceInstances/pnf56143755259d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:08:15.483Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:08:15.484Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T09:08:15.484Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04f92250-16c5-4059-85c3-3e3adc1a6459",
  "consumerID": "policy-id",
  "timestamp": 1632992721317,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5sbq0rcejjdi7rbtkgws/1.0/resourceInstances/pnf56143755259d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:08:15.484Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:08:15.484Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T09:08:15.484Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04f92250-16c5-4059-85c3-3e3adc1a6459",
  "consumerID": "cds",
  "timestamp": 1632992716278,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5sbq0rcejjdi7rbtkgws/1.0/artifacts/service-DemoPnf5sbq0rcejjdi7rbtkgws-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:08:15.484Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:08:15.484Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T09:08:15.484Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04f92250-16c5-4059-85c3-3e3adc1a6459",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632992714933,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5sbq0rcejjdi7rbtkgws/1.0/artifacts/service-DemoPnf5sbq0rcejjdi7rbtkgws-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:08:15.484Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:08:15.484Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T09:08:15.484Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04f92250-16c5-4059-85c3-3e3adc1a6459",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632992712851,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5sbq0rcejjdi7rbtkgws/1.0/artifacts/service-DemoPnf5sbq0rcejjdi7rbtkgws-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:08:15.484Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:08:15.485Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T09:08:15.485Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04f92250-16c5-4059-85c3-3e3adc1a6459",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632992719350,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5sbq0rcejjdi7rbtkgws/1.0/artifacts/service-DemoPnf5sbq0rcejjdi7rbtkgws-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:08:15.485Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:08:15.485Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T09:08:15.485Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04f92250-16c5-4059-85c3-3e3adc1a6459",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632992711436,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5sbq0rcejjdi7rbtkgws/1.0/artifacts/service-DemoPnf5sbq0rcejjdi7rbtkgws-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:08:15.485Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:08:15.485Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T09:08:15.485Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04f92250-16c5-4059-85c3-3e3adc1a6459",
  "consumerID": "clamp",
  "timestamp": 1632992721513,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5sbq0rcejjdi7rbtkgws/1.0/resourceInstances/pnf56143755259d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:08:15.485Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:08:15.485Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T09:08:15.485Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04f92250-16c5-4059-85c3-3e3adc1a6459",
  "consumerID": "dcae-sch",
  "timestamp": 1632992725975,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5sbq0rcejjdi7rbtkgws/1.0/resourceInstances/pnf56143755259d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:08:15.485Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:08:15.486Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T09:08:15.486Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04f92250-16c5-4059-85c3-3e3adc1a6459",
  "consumerID": "aai-ml",
  "timestamp": 1632992724245,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5sbq0rcejjdi7rbtkgws/1.0/resourceInstances/pnf56143755259d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:08:15.486Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:08:15.486Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T09:08:15.486Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04f92250-16c5-4059-85c3-3e3adc1a6459",
  "consumerID": "policy-id",
  "timestamp": 1632992721317,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5sbq0rcejjdi7rbtkgws/1.0/resourceInstances/pnf56143755259d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:08:15.486Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:08:15.486Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T09:08:15.486Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04f92250-16c5-4059-85c3-3e3adc1a6459",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632992712851,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5sbq0rcejjdi7rbtkgws/1.0/artifacts/service-DemoPnf5sbq0rcejjdi7rbtkgws-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T09:08:15.486Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:08:15.486Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T09:08:15.486Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04f92250-16c5-4059-85c3-3e3adc1a6459",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632992714933,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5sbq0rcejjdi7rbtkgws/1.0/artifacts/service-DemoPnf5sbq0rcejjdi7rbtkgws-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T09:08:15.486Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:08:15.487Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T09:08:15.487Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04f92250-16c5-4059-85c3-3e3adc1a6459",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632992719350,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5sbq0rcejjdi7rbtkgws/1.0/artifacts/service-DemoPnf5sbq0rcejjdi7rbtkgws-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:08:15.487Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:08:15.487Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T09:08:15.487Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04f92250-16c5-4059-85c3-3e3adc1a6459",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632992711436,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5sbq0rcejjdi7rbtkgws/1.0/artifacts/service-DemoPnf5sbq0rcejjdi7rbtkgws-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T09:08:15.487Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:08:15.487Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T09:08:15.487Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04f92250-16c5-4059-85c3-3e3adc1a6459",
  "consumerID": "cds",
  "timestamp": 1632992716278,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5sbq0rcejjdi7rbtkgws/1.0/artifacts/service-DemoPnf5sbq0rcejjdi7rbtkgws-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T09:08:15.487Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:08:15.487Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T09:08:15.487Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04f92250-16c5-4059-85c3-3e3adc1a6459",
  "consumerID": "clamp",
  "timestamp": 1632992721513,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5sbq0rcejjdi7rbtkgws/1.0/resourceInstances/pnf56143755259d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:08:15.487Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:08:15.488Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T09:08:15.488Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04f92250-16c5-4059-85c3-3e3adc1a6459",
  "consumerID": "dcae-sch",
  "timestamp": 1632992725975,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5sbq0rcejjdi7rbtkgws/1.0/resourceInstances/pnf56143755259d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:08:15.488Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:08:15.488Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T09:08:15.488Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04f92250-16c5-4059-85c3-3e3adc1a6459",
  "consumerID": "aai-ml",
  "timestamp": 1632992724245,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5sbq0rcejjdi7rbtkgws/1.0/resourceInstances/pnf56143755259d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:08:15.488Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:08:15.488Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T09:08:15.488Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04f92250-16c5-4059-85c3-3e3adc1a6459",
  "consumerID": "policy-id",
  "timestamp": 1632992721317,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5sbq0rcejjdi7rbtkgws/1.0/artifacts/service-DemoPnf5sbq0rcejjdi7rbtkgws-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:08:15.488Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:08:15.488Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T09:08:15.488Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04f92250-16c5-4059-85c3-3e3adc1a6459",
  "consumerID": "clamp",
  "timestamp": 1632992721513,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5sbq0rcejjdi7rbtkgws/1.0/artifacts/service-DemoPnf5sbq0rcejjdi7rbtkgws-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:08:15.489Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:08:15.489Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T09:08:15.489Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04f92250-16c5-4059-85c3-3e3adc1a6459",
  "consumerID": "dcae-sch",
  "timestamp": 1632992725975,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5sbq0rcejjdi7rbtkgws/1.0/resourceInstances/pnf56143755259d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:08:15.489Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:08:15.489Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T09:08:15.489Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04f92250-16c5-4059-85c3-3e3adc1a6459",
  "consumerID": "aai-ml",
  "timestamp": 1632992724245,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5sbq0rcejjdi7rbtkgws/1.0/resourceInstances/pnf56143755259d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:08:15.489Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:08:15.489Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T09:08:15.489Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04f92250-16c5-4059-85c3-3e3adc1a6459",
  "consumerID": "policy-id",
  "timestamp": 1632992721317,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5sbq0rcejjdi7rbtkgws/1.0/artifacts/service-DemoPnf5sbq0rcejjdi7rbtkgws-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T09:08:15.489Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:08:15.489Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T09:08:15.489Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04f92250-16c5-4059-85c3-3e3adc1a6459",
  "consumerID": "clamp",
  "timestamp": 1632992721513,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5sbq0rcejjdi7rbtkgws/1.0/artifacts/service-DemoPnf5sbq0rcejjdi7rbtkgws-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T09:08:15.489Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:08:15.490Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T09:08:15.490Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04f92250-16c5-4059-85c3-3e3adc1a6459",
  "consumerID": "dcae-sch",
  "timestamp": 1632992725975,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5sbq0rcejjdi7rbtkgws/1.0/resourceInstances/pnf56143755259d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:08:15.490Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:08:15.490Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T09:08:15.490Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04f92250-16c5-4059-85c3-3e3adc1a6459",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632992729766,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5sbq0rcejjdi7rbtkgws/1.0/artifacts/service-DemoPnf5sbq0rcejjdi7rbtkgws-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-30T09:08:15.490Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T09:08:15.490Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T09:08:15.490Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04f92250-16c5-4059-85c3-3e3adc1a6459",
  "consumerID": "cds",
  "timestamp": 1632992729852,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5sbq0rcejjdi7rbtkgws/1.0/artifacts/service-DemoPnf5sbq0rcejjdi7rbtkgws-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-30T09:08:15.490Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T09:08:15.490Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T09:08:15.490Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04f92250-16c5-4059-85c3-3e3adc1a6459",
  "consumerID": "aai-ml",
  "timestamp": 1632992724245,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5sbq0rcejjdi7rbtkgws/1.0/resourceInstances/pnf56143755259d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:08:15.491Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:08:15.491Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T09:08:15.491Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04f92250-16c5-4059-85c3-3e3adc1a6459",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632992729952,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5sbq0rcejjdi7rbtkgws/1.0/resourceInstances/pnf56143755259d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-30T09:08:15.491Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T09:08:15.491Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T09:08:15.491Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04f92250-16c5-4059-85c3-3e3adc1a6459",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632992730088,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5sbq0rcejjdi7rbtkgws/1.0/artifacts/service-DemoPnf5sbq0rcejjdi7rbtkgws-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-30T09:08:15.491Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T09:08:15.491Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T09:08:15.491Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04f92250-16c5-4059-85c3-3e3adc1a6459",
  "consumerID": "dcae-sch",
  "timestamp": 1632992725975,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5sbq0rcejjdi7rbtkgws/1.0/resourceInstances/pnf56143755259d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:08:15.491Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:08:15.491Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T09:08:15.491Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04f92250-16c5-4059-85c3-3e3adc1a6459",
  "consumerID": "cds",
  "timestamp": 1632992730869,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5sbq0rcejjdi7rbtkgws/1.0/artifacts/service-DemoPnf5sbq0rcejjdi7rbtkgws-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-30T09:08:15.498Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 04f92250-16c5-4059-85c3-3e3adc1a6459
2021-09-30T09:08:15.498Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 04f92250-16c5-4059-85c3-3e3adc1a6459 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-30T09:08:15.513Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T09:08:15.513Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04f92250-16c5-4059-85c3-3e3adc1a6459",
  "consumerID": "aai-ml",
  "timestamp": 1632992724245,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5sbq0rcejjdi7rbtkgws/1.0/artifacts/service-DemoPnf5sbq0rcejjdi7rbtkgws-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:08:15.514Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:08:15.514Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T09:08:15.514Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04f92250-16c5-4059-85c3-3e3adc1a6459",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632992730965,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5sbq0rcejjdi7rbtkgws/1.0/resourceInstances/pnf56143755259d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-09-30T09:08:15.514Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T09:08:15.514Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T09:08:15.514Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04f92250-16c5-4059-85c3-3e3adc1a6459",
  "consumerID": "dcae-sch",
  "timestamp": 1632992725975,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5sbq0rcejjdi7rbtkgws/1.0/resourceInstances/pnf56143755259d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:08:15.514Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:08:15.514Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T09:08:15.514Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04f92250-16c5-4059-85c3-3e3adc1a6459",
  "consumerID": "policy-id",
  "timestamp": 1632992731673,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5sbq0rcejjdi7rbtkgws/1.0/artifacts/service-DemoPnf5sbq0rcejjdi7rbtkgws-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-30T09:08:15.514Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T09:08:15.514Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T09:08:15.515Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04f92250-16c5-4059-85c3-3e3adc1a6459",
  "consumerID": "aai-ml",
  "timestamp": 1632992724245,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5sbq0rcejjdi7rbtkgws/1.0/artifacts/service-DemoPnf5sbq0rcejjdi7rbtkgws-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T09:08:15.515Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:08:15.515Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T09:08:15.515Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04f92250-16c5-4059-85c3-3e3adc1a6459",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632992731969,
  "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-30T09:08:15.518Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 04f92250-16c5-4059-85c3-3e3adc1a6459
2021-09-30T09:08:15.519Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 04f92250-16c5-4059-85c3-3e3adc1a6459 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-30T09:08:15.528Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T09:08:15.528Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04f92250-16c5-4059-85c3-3e3adc1a6459",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632992731990,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5sbq0rcejjdi7rbtkgws/1.0/artifacts/service-DemoPnf5sbq0rcejjdi7rbtkgws-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-30T09:08:15.528Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T09:08:15.529Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T09:08:15.529Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04f92250-16c5-4059-85c3-3e3adc1a6459",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632992732081,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5sbq0rcejjdi7rbtkgws/1.0/artifacts/service-DemoPnf5sbq0rcejjdi7rbtkgws-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-30T09:08:15.529Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T09:08:15.529Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T09:08:15.529Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04f92250-16c5-4059-85c3-3e3adc1a6459",
  "consumerID": "dcae-sch",
  "timestamp": 1632992725975,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5sbq0rcejjdi7rbtkgws/1.0/artifacts/service-DemoPnf5sbq0rcejjdi7rbtkgws-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:08:15.529Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:08:15.529Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T09:08:15.529Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04f92250-16c5-4059-85c3-3e3adc1a6459",
  "consumerID": "policy-id",
  "timestamp": 1632992732677,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5sbq0rcejjdi7rbtkgws/1.0/artifacts/service-DemoPnf5sbq0rcejjdi7rbtkgws-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-30T09:08:15.529Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T09:08:15.529Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T09:08:15.529Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04f92250-16c5-4059-85c3-3e3adc1a6459",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632992733084,
  "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-30T09:08:15.534Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 04f92250-16c5-4059-85c3-3e3adc1a6459
2021-09-30T09:08:15.534Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 04f92250-16c5-4059-85c3-3e3adc1a6459 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-30T09:08:15.542Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T09:08:15.542Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04f92250-16c5-4059-85c3-3e3adc1a6459",
  "consumerID": "dcae-sch",
  "timestamp": 1632992725975,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5sbq0rcejjdi7rbtkgws/1.0/artifacts/service-DemoPnf5sbq0rcejjdi7rbtkgws-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:08:15.542Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:08:15.542Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T09:08:15.542Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04f92250-16c5-4059-85c3-3e3adc1a6459",
  "consumerID": "policy-id",
  "timestamp": 1632992733679,
  "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-30T09:08:15.547Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 04f92250-16c5-4059-85c3-3e3adc1a6459
2021-09-30T09:08:15.547Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 04f92250-16c5-4059-85c3-3e3adc1a6459 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-30T09:08:15.556Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T09:08:15.556Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04f92250-16c5-4059-85c3-3e3adc1a6459",
  "consumerID": "aai-ml",
  "timestamp": 1632992734752,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5sbq0rcejjdi7rbtkgws/1.0/artifacts/service-DemoPnf5sbq0rcejjdi7rbtkgws-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-30T09:08:15.556Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T09:08:15.556Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T09:08:15.556Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04f92250-16c5-4059-85c3-3e3adc1a6459",
  "consumerID": "clamp",
  "timestamp": 1632992739429,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5sbq0rcejjdi7rbtkgws/1.0/artifacts/service-DemoPnf5sbq0rcejjdi7rbtkgws-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-30T09:08:15.556Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T09:08:15.557Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T09:08:15.557Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04f92250-16c5-4059-85c3-3e3adc1a6459",
  "consumerID": "aai-ml",
  "timestamp": 1632992740636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5sbq0rcejjdi7rbtkgws/1.0/artifacts/service-DemoPnf5sbq0rcejjdi7rbtkgws-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-30T09:08:15.557Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T09:08:15.557Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T09:08:15.557Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04f92250-16c5-4059-85c3-3e3adc1a6459",
  "consumerID": "aai-ml",
  "timestamp": 1632992741640,
  "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-30T09:08:15.562Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 04f92250-16c5-4059-85c3-3e3adc1a6459
2021-09-30T09:08:15.563Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 04f92250-16c5-4059-85c3-3e3adc1a6459 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-30T09:08:15.569Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T09:08:15.570Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04f92250-16c5-4059-85c3-3e3adc1a6459",
  "consumerID": "clamp",
  "timestamp": 1632992742430,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5sbq0rcejjdi7rbtkgws/1.0/artifacts/service-DemoPnf5sbq0rcejjdi7rbtkgws-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-30T09:08:15.570Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T09:08:15.570Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T09:08:15.570Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04f92250-16c5-4059-85c3-3e3adc1a6459",
  "consumerID": "clamp",
  "timestamp": 1632992743433,
  "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-30T09:08:15.576Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 04f92250-16c5-4059-85c3-3e3adc1a6459
2021-09-30T09:08:15.576Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 04f92250-16c5-4059-85c3-3e3adc1a6459 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-30T09:08:33.082Z|04f92250-16c5-4059-85c3-3e3adc1a6459|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 04f92250-16c5-4059-85c3-3e3adc1a6459
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-30T09:08:33.106Z|04f92250-16c5-4059-85c3-3e3adc1a6459|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 04f92250-16c5-4059-85c3-3e3adc1a6459
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-30T09:08:33.109Z|04f92250-16c5-4059-85c3-3e3adc1a6459|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-30T09:08:33.109Z|04f92250-16c5-4059-85c3-3e3adc1a6459|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-30T09:08:33.110Z|04f92250-16c5-4059-85c3-3e3adc1a6459|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-30T09:08:33.110Z|04f92250-16c5-4059-85c3-3e3adc1a6459|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-30T09:08:33.110Z|04f92250-16c5-4059-85c3-3e3adc1a6459|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-30T09:08:33.110Z|04f92250-16c5-4059-85c3-3e3adc1a6459|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-30T09:08:33.110Z|04f92250-16c5-4059-85c3-3e3adc1a6459|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-30T09:08:33.110Z|04f92250-16c5-4059-85c3-3e3adc1a6459|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-30T09:08:33.110Z|04f92250-16c5-4059-85c3-3e3adc1a6459|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-30T09:08:33.110Z|04f92250-16c5-4059-85c3-3e3adc1a6459|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-30T09:08:33.110Z|04f92250-16c5-4059-85c3-3e3adc1a6459|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-30T09:08:33.110Z|04f92250-16c5-4059-85c3-3e3adc1a6459|pool-2-thread-1|||||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-30T09:08:33.116Z|04f92250-16c5-4059-85c3-3e3adc1a6459|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-30T09:09:03.117Z|04f92250-16c5-4059-85c3-3e3adc1a6459|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 04f92250-16c5-4059-85c3-3e3adc1a6459 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-30T09:09:03.124Z|04f92250-16c5-4059-85c3-3e3adc1a6459|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 04f92250-16c5-4059-85c3-3e3adc1a6459 and serviceModelVersionId: 5a84028b-5676-42aa-8bf4-ceb9b477747b
2021-09-30T09:09:03.124Z|04f92250-16c5-4059-85c3-3e3adc1a6459|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a66b061f-c0f6-4310-9c69-956e3522e429
2021-09-30T09:09:03.125Z|04f92250-16c5-4059-85c3-3e3adc1a6459|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a66b061f-c0f6-4310-9c69-956e3522e429/model-vers/model-ver/5a84028b-5676-42aa-8bf4-ceb9b477747b?depth=0
2021-09-30T09:09:03.132Z|04f92250-16c5-4059-85c3-3e3adc1a6459|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2021-09-30T09:09:03.184Z|04f92250-16c5-4059-85c3-3e3adc1a6459|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a66b061f-c0f6-4310-9c69-956e3522e429/model-vers/model-ver/5a84028b-5676-42aa-8bf4-ceb9b477747b?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-30T09:09:03.186Z|04f92250-16c5-4059-85c3-3e3adc1a6459|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a66b061f-c0f6-4310-9c69-956e3522e429/model-vers/model-ver/5a84028b-5676-42aa-8bf4-ceb9b477747b?depth=0|INFO|500||Invoke
2021-09-30T09:09:03.206Z|04f92250-16c5-4059-85c3-3e3adc1a6459|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a66b061f-c0f6-4310-9c69-956e3522e429/model-vers/model-ver/5a84028b-5676-42aa-8bf4-ceb9b477747b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-30T09:09:03.497Z|04f92250-16c5-4059-85c3-3e3adc1a6459|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a66b061f-c0f6-4310-9c69-956e3522e429/model-vers/model-ver/5a84028b-5676-42aa-8bf4-ceb9b477747b?depth=0|INFO|500||InvokeReturn
2021-09-30T09:09:03.497Z|04f92250-16c5-4059-85c3-3e3adc1a6459|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a66b061f-c0f6-4310-9c69-956e3522e429/model-vers/model-ver/5a84028b-5676-42aa-8bf4-ceb9b477747b?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210930-09:09:03:214-32878], vertex-id=[250056], Content-Length=[0], Date=[Thu, 30 Sep 2021 09:09:03 GMT], Content-Type=[application/json]}
2021-09-30T09:09:03.498Z|04f92250-16c5-4059-85c3-3e3adc1a6459|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity.
2021-09-30T09:09:03.498Z|04f92250-16c5-4059-85c3-3e3adc1a6459|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-30T09:09:03.498Z|04f92250-16c5-4059-85c3-3e3adc1a6459|pool-2-thread-1|||||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-30T09:09:03.505Z|04f92250-16c5-4059-85c3-3e3adc1a6459|pool-2-thread-1|||||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-30T09:09:03.505Z|04f92250-16c5-4059-85c3-3e3adc1a6459|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 04f92250-16c5-4059-85c3-3e3adc1a6459 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-30T09:09:03.505Z|04f92250-16c5-4059-85c3-3e3adc1a6459|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-30T09:09:03.506Z|04f92250-16c5-4059-85c3-3e3adc1a6459|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-30T09:09:03.508Z|04f92250-16c5-4059-85c3-3e3adc1a6459|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T09:09:03.509Z|04f92250-16c5-4059-85c3-3e3adc1a6459|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "04f92250-16c5-4059-85c3-3e3adc1a6459",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632992943505,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-30T09:09:03.619Z||pool-227-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 110 ms
2021-09-30T09:09:03.620Z||pool-227-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-30T09:09:03.620Z||pool-227-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T09:09:03.635Z||pool-227-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T09:09:03.636Z||pool-227-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-30T09:09:04.523Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T09:09:04.523Z||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-30T09:09:04.523Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T09:09:14.835Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T09:09:14.836Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T09:09:14.837Z||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-30T09:09:14.837Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T09:09:14.935Z|7781e528-2325-4bdb-89a4-8710128028e6|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T09:09:14.935Z|7781e528-2325-4bdb-89a4-8710128028e6|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-30T09:09:14.935Z|7781e528-2325-4bdb-89a4-8710128028e6|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 2cjfMityS9h3J0jo) ...
2021-09-30T09:09:15.561Z|7781e528-2325-4bdb-89a4-8710128028e6|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T09:09:15.562Z|7781e528-2325-4bdb-89a4-8710128028e6|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-30T09:09:15.562Z|7781e528-2325-4bdb-89a4-8710128028e6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "04f92250-16c5-4059-85c3-3e3adc1a6459",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632992943505,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-30T09:09:15.564Z|7781e528-2325-4bdb-89a4-8710128028e6|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T09:09:24.404Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T09:09:24.405Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T09:09:24.405Z||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-30T09:09:24.405Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T09:09:33.954Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T09:09:33.955Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T09:09:33.955Z||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-30T09:09:33.955Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T09:09:43.527Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T09:10:14.935Z|c5960122-d1b9-4aa5-accd-1f3ceeac9ab6|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T09:10:14.934Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T09:10:14.937Z|c5960122-d1b9-4aa5-accd-1f3ceeac9ab6|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-30T09:10:14.937Z||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-30T09:10:14.937Z|c5960122-d1b9-4aa5-accd-1f3ceeac9ab6|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 2cjfMityS9h3J0jo) ...
2021-09-30T09:10:14.937Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T09:10:24.595Z|c5960122-d1b9-4aa5-accd-1f3ceeac9ab6|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T09:10:24.596Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T09:11:14.935Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T09:11:14.935Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T09:11:14.939Z||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-30T09:11:14.939Z||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-30T09:11:14.939Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T09:11:14.939Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T09:11:24.515Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T09:11:24.515Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T09:12:14.936Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T09:12:14.936Z|04f92250-16c5-4059-85c3-3e3adc1a6459|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T09:12:14.939Z||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-30T09:12:14.939Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T09:12:14.939Z|04f92250-16c5-4059-85c3-3e3adc1a6459|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-30T09:12:14.939Z|04f92250-16c5-4059-85c3-3e3adc1a6459|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 2cjfMityS9h3J0jo) ...
2021-09-30T09:12:24.515Z|04f92250-16c5-4059-85c3-3e3adc1a6459|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T09:12:24.523Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T09:13:14.934Z|04f92250-16c5-4059-85c3-3e3adc1a6459|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T09:13:14.936Z|04f92250-16c5-4059-85c3-3e3adc1a6459|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-30T09:13:14.936Z|04f92250-16c5-4059-85c3-3e3adc1a6459|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 2cjfMityS9h3J0jo) ...
2021-09-30T09:13:14.939Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T09:13:14.940Z||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-30T09:13:14.940Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T09:13:15.680Z|04f92250-16c5-4059-85c3-3e3adc1a6459|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T09:13:15.681Z|04f92250-16c5-4059-85c3-3e3adc1a6459|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T09:13:15.682Z|04f92250-16c5-4059-85c3-3e3adc1a6459|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"2697b011-ed1d-4632-a89a-def73d4735c8","serviceName":"Demo_pNF_WIl33OwYOKvkMJKKNp1a","serviceVersion":"1.0","serviceUUID":"37d86d2d-8e96-4a31-8f36-72764955ea42","serviceDescription":"catalog service description","serviceInvariantUUID":"36c46c3b-7fcf-4985-8ae2-37e124f0b7ea","resources":[{"resourceInstanceName":"pNF f92b0a9c-c80b 0","resourceName":"pNF f92b0a9c-c80b","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"7194ae0f-fbef-4daf-8feb-ae92a7f37436","resourceInvariantUUID":"e296ca15-d48b-4093-a371-3bb9471dabc9","resourceCustomizationUUID":"54142ab4-376b-4d31-8122-d420c9583fe2","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWil33owyokvkmjkknp1a/1.0/resourceInstances/pnff92b0a9cc80b0/artifacts/vf-license-model.xml","artifactChecksum":"NGNmNWQ5YzFiYzRhOWZhNDQzYWNjYWQ1Y2EyOWY3ZGM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6dae73d9-8aec-46e2-b639-503468e8025c","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWil33owyokvkmjkknp1a/1.0/resourceInstances/pnff92b0a9cc80b0/artifacts/pNF.csar","artifactChecksum":"NzdkNzAxYWJhY2VlZDZhMjhhOTVkNzdmZjBiNTRkMjM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3918af07-a2e2-4b26-a0ff-a6a893defac1","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWil33owyokvkmjkknp1a/1.0/resourceInstances/pnff92b0a9cc80b0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"1547e68b-c3bb-469d-bd35-27ad54caa8dd","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWil33owyokvkmjkknp1a/1.0/resourceInstances/pnff92b0a9cc80b0/artifacts/vendor-license-model.xml","artifactChecksum":"MDRiODRjMDkzYWFiOTY5ZDBjNGY3MWY1Mjg0ZjE3ZTY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6cf5bcfe-26fb-4d3e-a505-704f69c6104e","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfWil33owyokvkmjkknp1a/1.0/resourceInstances/pnff92b0a9cc80b0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4b9fca3f-c14a-4588-ab1c-bbfb4d08f577","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfWil33owyokvkmjkknp1a/1.0/resourceInstances/pnff92b0a9cc80b0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d1bc2a0f-5d15-445e-ad56-7780493cda53","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfWil33owyokvkmjkknp1a-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWil33owyokvkmjkknp1a/1.0/artifacts/service-DemoPnfWil33owyokvkmjkknp1a-template.yml","artifactChecksum":"YzI2MDMxYzBmMGY3NmI3YTIwODlmOTNmZTY4NTM3YjQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d05f8107-196d-42fc-9c08-294c0daa755c","artifactVersion":"1"},{"artifactName":"service-DemoPnfWil33owyokvkmjkknp1a-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfWil33owyokvkmjkknp1a/1.0/artifacts/service-DemoPnfWil33owyokvkmjkknp1a-csar.csar","artifactChecksum":"OTJmOTgxOGZlYzcxZDRkNzcwY2E0NTE1Y2IzNTE4ODY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8f6b2e5b-6da7-46ba-ae98-7330d3ccd2a0","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-30T09:13:15.685Z|04f92250-16c5-4059-85c3-3e3adc1a6459|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T09:13:15.686Z|04f92250-16c5-4059-85c3-3e3adc1a6459|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-30T09:13:15.686Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T09:13:15.687Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T09:13:15.687Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2697b011-ed1d-4632-a89a-def73d4735c8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632993159350,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWil33owyokvkmjkknp1a/1.0/resourceInstances/pnff92b0a9cc80b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:13:15.689Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:13:15.689Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T09:13:15.689Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2697b011-ed1d-4632-a89a-def73d4735c8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632993162851,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWil33owyokvkmjkknp1a/1.0/resourceInstances/pnff92b0a9cc80b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:13:15.689Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:13:15.689Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T09:13:15.689Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2697b011-ed1d-4632-a89a-def73d4735c8",
  "consumerID": "policy-id",
  "timestamp": 1632993161317,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWil33owyokvkmjkknp1a/1.0/resourceInstances/pnff92b0a9cc80b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:13:15.690Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:13:15.690Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T09:13:15.690Z|04f92250-16c5-4059-85c3-3e3adc1a6459|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T09:13:15.690Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2697b011-ed1d-4632-a89a-def73d4735c8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632993159350,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWil33owyokvkmjkknp1a/1.0/resourceInstances/pnff92b0a9cc80b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:13:15.690Z|04f92250-16c5-4059-85c3-3e3adc1a6459|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "2697b011-ed1d-4632-a89a-def73d4735c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632993194934,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWil33owyokvkmjkknp1a/1.0/resourceInstances/pnff92b0a9cc80b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:13:15.690Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:13:15.690Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T09:13:15.691Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2697b011-ed1d-4632-a89a-def73d4735c8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632993162851,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWil33owyokvkmjkknp1a/1.0/resourceInstances/pnff92b0a9cc80b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:13:15.691Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:13:15.691Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T09:13:15.691Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2697b011-ed1d-4632-a89a-def73d4735c8",
  "consumerID": "dcae-sch",
  "timestamp": 1632993165978,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWil33owyokvkmjkknp1a/1.0/resourceInstances/pnff92b0a9cc80b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:13:15.691Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:13:15.692Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T09:13:15.692Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2697b011-ed1d-4632-a89a-def73d4735c8",
  "consumerID": "policy-id",
  "timestamp": 1632993161317,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWil33owyokvkmjkknp1a/1.0/resourceInstances/pnff92b0a9cc80b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:13:15.692Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:13:15.692Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T09:13:15.692Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2697b011-ed1d-4632-a89a-def73d4735c8",
  "consumerID": "cds",
  "timestamp": 1632993166277,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWil33owyokvkmjkknp1a/1.0/resourceInstances/pnff92b0a9cc80b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:13:15.692Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:13:15.693Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T09:13:15.693Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2697b011-ed1d-4632-a89a-def73d4735c8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632993162851,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWil33owyokvkmjkknp1a/1.0/resourceInstances/pnff92b0a9cc80b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:13:15.693Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:13:15.693Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T09:13:15.693Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2697b011-ed1d-4632-a89a-def73d4735c8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632993159350,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWil33owyokvkmjkknp1a/1.0/resourceInstances/pnff92b0a9cc80b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:13:15.693Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:13:15.694Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T09:13:15.694Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2697b011-ed1d-4632-a89a-def73d4735c8",
  "consumerID": "policy-id",
  "timestamp": 1632993161317,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWil33owyokvkmjkknp1a/1.0/resourceInstances/pnff92b0a9cc80b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:13:15.694Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:13:15.694Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T09:13:15.694Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2697b011-ed1d-4632-a89a-def73d4735c8",
  "consumerID": "dcae-sch",
  "timestamp": 1632993165978,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWil33owyokvkmjkknp1a/1.0/resourceInstances/pnff92b0a9cc80b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:13:15.695Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:13:15.695Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T09:13:15.695Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2697b011-ed1d-4632-a89a-def73d4735c8",
  "consumerID": "cds",
  "timestamp": 1632993166277,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWil33owyokvkmjkknp1a/1.0/resourceInstances/pnff92b0a9cc80b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:13:15.695Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:13:15.695Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T09:13:15.695Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2697b011-ed1d-4632-a89a-def73d4735c8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632993159350,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWil33owyokvkmjkknp1a/1.0/resourceInstances/pnff92b0a9cc80b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:13:15.696Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:13:15.696Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T09:13:15.696Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2697b011-ed1d-4632-a89a-def73d4735c8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632993162851,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWil33owyokvkmjkknp1a/1.0/resourceInstances/pnff92b0a9cc80b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:13:15.696Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:13:15.696Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T09:13:15.696Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2697b011-ed1d-4632-a89a-def73d4735c8",
  "consumerID": "dcae-sch",
  "timestamp": 1632993165978,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWil33owyokvkmjkknp1a/1.0/resourceInstances/pnff92b0a9cc80b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:13:15.697Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:13:15.697Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T09:13:15.697Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2697b011-ed1d-4632-a89a-def73d4735c8",
  "consumerID": "policy-id",
  "timestamp": 1632993161317,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWil33owyokvkmjkknp1a/1.0/resourceInstances/pnff92b0a9cc80b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:13:15.697Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:13:15.697Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T09:13:15.698Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2697b011-ed1d-4632-a89a-def73d4735c8",
  "consumerID": "cds",
  "timestamp": 1632993166277,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWil33owyokvkmjkknp1a/1.0/resourceInstances/pnff92b0a9cc80b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:13:15.698Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:13:15.698Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T09:13:15.698Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2697b011-ed1d-4632-a89a-def73d4735c8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632993159350,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWil33owyokvkmjkknp1a/1.0/resourceInstances/pnff92b0a9cc80b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:13:15.699Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:13:15.699Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T09:13:15.699Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2697b011-ed1d-4632-a89a-def73d4735c8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632993162851,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWil33owyokvkmjkknp1a/1.0/resourceInstances/pnff92b0a9cc80b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:13:15.699Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:13:15.699Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T09:13:15.699Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2697b011-ed1d-4632-a89a-def73d4735c8",
  "consumerID": "dcae-sch",
  "timestamp": 1632993165978,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWil33owyokvkmjkknp1a/1.0/resourceInstances/pnff92b0a9cc80b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:13:15.699Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:13:15.700Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T09:13:15.700Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2697b011-ed1d-4632-a89a-def73d4735c8",
  "consumerID": "policy-id",
  "timestamp": 1632993161317,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWil33owyokvkmjkknp1a/1.0/resourceInstances/pnff92b0a9cc80b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:13:15.700Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:13:15.700Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T09:13:15.700Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2697b011-ed1d-4632-a89a-def73d4735c8",
  "consumerID": "cds",
  "timestamp": 1632993166277,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWil33owyokvkmjkknp1a/1.0/resourceInstances/pnff92b0a9cc80b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:13:15.701Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:13:15.701Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T09:13:15.701Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2697b011-ed1d-4632-a89a-def73d4735c8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632993159350,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWil33owyokvkmjkknp1a/1.0/resourceInstances/pnff92b0a9cc80b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-09-30T09:13:15.701Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:13:15.701Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T09:13:15.702Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2697b011-ed1d-4632-a89a-def73d4735c8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632993162851,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWil33owyokvkmjkknp1a/1.0/resourceInstances/pnff92b0a9cc80b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:13:15.702Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:13:15.702Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T09:13:15.702Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2697b011-ed1d-4632-a89a-def73d4735c8",
  "consumerID": "dcae-sch",
  "timestamp": 1632993165978,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWil33owyokvkmjkknp1a/1.0/resourceInstances/pnff92b0a9cc80b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:13:15.702Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:13:15.703Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T09:13:15.703Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2697b011-ed1d-4632-a89a-def73d4735c8",
  "consumerID": "policy-id",
  "timestamp": 1632993161317,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWil33owyokvkmjkknp1a/1.0/resourceInstances/pnff92b0a9cc80b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:13:15.703Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:13:15.703Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T09:13:15.703Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2697b011-ed1d-4632-a89a-def73d4735c8",
  "consumerID": "cds",
  "timestamp": 1632993166277,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWil33owyokvkmjkknp1a/1.0/resourceInstances/pnff92b0a9cc80b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:13:15.704Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:13:15.704Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T09:13:15.704Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2697b011-ed1d-4632-a89a-def73d4735c8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632993159350,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWil33owyokvkmjkknp1a/1.0/artifacts/service-DemoPnfWil33owyokvkmjkknp1a-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:13:15.704Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:13:15.704Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T09:13:15.704Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2697b011-ed1d-4632-a89a-def73d4735c8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632993162851,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWil33owyokvkmjkknp1a/1.0/artifacts/service-DemoPnfWil33owyokvkmjkknp1a-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:13:15.705Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:13:15.705Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T09:13:15.705Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2697b011-ed1d-4632-a89a-def73d4735c8",
  "consumerID": "dcae-sch",
  "timestamp": 1632993165978,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWil33owyokvkmjkknp1a/1.0/resourceInstances/pnff92b0a9cc80b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:13:15.705Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:13:15.706Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T09:13:15.706Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2697b011-ed1d-4632-a89a-def73d4735c8",
  "consumerID": "policy-id",
  "timestamp": 1632993161317,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWil33owyokvkmjkknp1a/1.0/artifacts/service-DemoPnfWil33owyokvkmjkknp1a-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:13:15.706Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:13:15.706Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T09:13:15.706Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2697b011-ed1d-4632-a89a-def73d4735c8",
  "consumerID": "cds",
  "timestamp": 1632993166277,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWil33owyokvkmjkknp1a/1.0/resourceInstances/pnff92b0a9cc80b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:13:15.707Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:13:15.707Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T09:13:15.707Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2697b011-ed1d-4632-a89a-def73d4735c8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632993171438,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWil33owyokvkmjkknp1a/1.0/resourceInstances/pnff92b0a9cc80b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:13:15.707Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:13:15.707Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T09:13:15.708Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2697b011-ed1d-4632-a89a-def73d4735c8",
  "consumerID": "clamp",
  "timestamp": 1632993171513,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWil33owyokvkmjkknp1a/1.0/resourceInstances/pnff92b0a9cc80b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:13:15.708Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:13:15.708Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T09:13:15.708Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2697b011-ed1d-4632-a89a-def73d4735c8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632993162851,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWil33owyokvkmjkknp1a/1.0/artifacts/service-DemoPnfWil33owyokvkmjkknp1a-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T09:13:15.709Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:13:15.709Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T09:13:15.709Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2697b011-ed1d-4632-a89a-def73d4735c8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632993159350,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWil33owyokvkmjkknp1a/1.0/artifacts/service-DemoPnfWil33owyokvkmjkknp1a-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:13:15.709Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:13:15.709Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T09:13:15.710Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2697b011-ed1d-4632-a89a-def73d4735c8",
  "consumerID": "dcae-sch",
  "timestamp": 1632993165978,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWil33owyokvkmjkknp1a/1.0/artifacts/service-DemoPnfWil33owyokvkmjkknp1a-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:13:15.710Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:13:15.710Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T09:13:15.710Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2697b011-ed1d-4632-a89a-def73d4735c8",
  "consumerID": "policy-id",
  "timestamp": 1632993161317,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWil33owyokvkmjkknp1a/1.0/artifacts/service-DemoPnfWil33owyokvkmjkknp1a-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T09:13:15.710Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:13:15.711Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T09:13:15.711Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2697b011-ed1d-4632-a89a-def73d4735c8",
  "consumerID": "cds",
  "timestamp": 1632993166277,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWil33owyokvkmjkknp1a/1.0/artifacts/service-DemoPnfWil33owyokvkmjkknp1a-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:13:15.711Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:13:15.711Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T09:13:15.711Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2697b011-ed1d-4632-a89a-def73d4735c8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632993171438,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWil33owyokvkmjkknp1a/1.0/resourceInstances/pnff92b0a9cc80b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:13:15.712Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:13:15.712Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T09:13:15.712Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2697b011-ed1d-4632-a89a-def73d4735c8",
  "consumerID": "clamp",
  "timestamp": 1632993171513,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWil33owyokvkmjkknp1a/1.0/resourceInstances/pnff92b0a9cc80b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:13:15.712Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:13:15.712Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T09:13:15.712Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2697b011-ed1d-4632-a89a-def73d4735c8",
  "consumerID": "dcae-sch",
  "timestamp": 1632993165978,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWil33owyokvkmjkknp1a/1.0/artifacts/service-DemoPnfWil33owyokvkmjkknp1a-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:13:15.713Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:13:15.713Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T09:13:15.713Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2697b011-ed1d-4632-a89a-def73d4735c8",
  "consumerID": "cds",
  "timestamp": 1632993166277,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWil33owyokvkmjkknp1a/1.0/artifacts/service-DemoPnfWil33owyokvkmjkknp1a-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T09:13:15.713Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:13:15.713Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T09:13:15.713Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2697b011-ed1d-4632-a89a-def73d4735c8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632993171438,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWil33owyokvkmjkknp1a/1.0/resourceInstances/pnff92b0a9cc80b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:13:15.714Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:13:15.714Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T09:13:15.714Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2697b011-ed1d-4632-a89a-def73d4735c8",
  "consumerID": "clamp",
  "timestamp": 1632993171513,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWil33owyokvkmjkknp1a/1.0/resourceInstances/pnff92b0a9cc80b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:13:15.714Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:13:15.714Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T09:13:15.715Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2697b011-ed1d-4632-a89a-def73d4735c8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632993174629,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWil33owyokvkmjkknp1a/1.0/resourceInstances/pnff92b0a9cc80b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-30T09:13:15.715Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T09:13:15.715Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T09:13:15.715Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2697b011-ed1d-4632-a89a-def73d4735c8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632993174652,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWil33owyokvkmjkknp1a/1.0/artifacts/service-DemoPnfWil33owyokvkmjkknp1a-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-30T09:13:15.716Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T09:13:15.716Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T09:13:15.716Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2697b011-ed1d-4632-a89a-def73d4735c8",
  "consumerID": "policy-id",
  "timestamp": 1632993174646,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWil33owyokvkmjkknp1a/1.0/artifacts/service-DemoPnfWil33owyokvkmjkknp1a-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-30T09:13:15.716Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T09:13:15.716Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T09:13:15.716Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2697b011-ed1d-4632-a89a-def73d4735c8",
  "consumerID": "aai-ml",
  "timestamp": 1632993174246,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWil33owyokvkmjkknp1a/1.0/resourceInstances/pnff92b0a9cc80b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:13:15.717Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:13:15.717Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T09:13:15.717Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2697b011-ed1d-4632-a89a-def73d4735c8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632993171438,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWil33owyokvkmjkknp1a/1.0/resourceInstances/pnff92b0a9cc80b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:13:15.717Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:13:15.717Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T09:13:15.718Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2697b011-ed1d-4632-a89a-def73d4735c8",
  "consumerID": "clamp",
  "timestamp": 1632993171513,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWil33owyokvkmjkknp1a/1.0/resourceInstances/pnff92b0a9cc80b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:13:15.718Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:13:15.718Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T09:13:15.718Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2697b011-ed1d-4632-a89a-def73d4735c8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632993175657,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWil33owyokvkmjkknp1a/1.0/resourceInstances/pnff92b0a9cc80b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-09-30T09:13:15.719Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T09:13:15.719Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T09:13:15.719Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2697b011-ed1d-4632-a89a-def73d4735c8",
  "consumerID": "policy-id",
  "timestamp": 1632993175650,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWil33owyokvkmjkknp1a/1.0/artifacts/service-DemoPnfWil33owyokvkmjkknp1a-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-30T09:13:15.719Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T09:13:15.719Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T09:13:15.719Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2697b011-ed1d-4632-a89a-def73d4735c8",
  "consumerID": "aai-ml",
  "timestamp": 1632993174246,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWil33owyokvkmjkknp1a/1.0/resourceInstances/pnff92b0a9cc80b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:13:15.720Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:13:15.720Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T09:13:15.720Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2697b011-ed1d-4632-a89a-def73d4735c8",
  "consumerID": "cds",
  "timestamp": 1632993175935,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWil33owyokvkmjkknp1a/1.0/artifacts/service-DemoPnfWil33owyokvkmjkknp1a-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-30T09:13:15.720Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T09:13:15.721Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T09:13:15.721Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2697b011-ed1d-4632-a89a-def73d4735c8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632993171438,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWil33owyokvkmjkknp1a/1.0/resourceInstances/pnff92b0a9cc80b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:13:15.721Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:13:15.721Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T09:13:15.721Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2697b011-ed1d-4632-a89a-def73d4735c8",
  "consumerID": "clamp",
  "timestamp": 1632993171513,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWil33owyokvkmjkknp1a/1.0/resourceInstances/pnff92b0a9cc80b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:13:15.722Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:13:15.722Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T09:13:15.722Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2697b011-ed1d-4632-a89a-def73d4735c8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632993176577,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWil33owyokvkmjkknp1a/1.0/artifacts/service-DemoPnfWil33owyokvkmjkknp1a-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-30T09:13:15.722Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T09:13:15.722Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T09:13:15.722Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2697b011-ed1d-4632-a89a-def73d4735c8",
  "consumerID": "policy-id",
  "timestamp": 1632993176653,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-30T09:13:15.748Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2697b011-ed1d-4632-a89a-def73d4735c8
2021-09-30T09:13:15.749Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2697b011-ed1d-4632-a89a-def73d4735c8 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-30T09:13:15.759Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T09:13:15.759Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2697b011-ed1d-4632-a89a-def73d4735c8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632993176669,
  "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-30T09:13:15.764Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 2697b011-ed1d-4632-a89a-def73d4735c8
2021-09-30T09:13:15.764Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2697b011-ed1d-4632-a89a-def73d4735c8 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-30T09:13:15.771Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T09:13:15.771Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2697b011-ed1d-4632-a89a-def73d4735c8",
  "consumerID": "aai-ml",
  "timestamp": 1632993174246,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWil33owyokvkmjkknp1a/1.0/resourceInstances/pnff92b0a9cc80b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:13:15.771Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:13:15.771Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T09:13:15.772Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2697b011-ed1d-4632-a89a-def73d4735c8",
  "consumerID": "cds",
  "timestamp": 1632993176942,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWil33owyokvkmjkknp1a/1.0/artifacts/service-DemoPnfWil33owyokvkmjkknp1a-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-30T09:13:15.777Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2697b011-ed1d-4632-a89a-def73d4735c8
2021-09-30T09:13:15.777Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2697b011-ed1d-4632-a89a-def73d4735c8 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-30T09:13:15.785Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T09:13:15.785Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2697b011-ed1d-4632-a89a-def73d4735c8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632993171438,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWil33owyokvkmjkknp1a/1.0/resourceInstances/pnff92b0a9cc80b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:13:15.785Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:13:15.785Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T09:13:15.785Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2697b011-ed1d-4632-a89a-def73d4735c8",
  "consumerID": "clamp",
  "timestamp": 1632993171513,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWil33owyokvkmjkknp1a/1.0/resourceInstances/pnff92b0a9cc80b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:13:15.785Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:13:15.785Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T09:13:15.785Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2697b011-ed1d-4632-a89a-def73d4735c8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632993177582,
  "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-30T09:13:15.791Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2697b011-ed1d-4632-a89a-def73d4735c8
2021-09-30T09:13:15.791Z||pool-228-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-30T09:13:15.791Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2697b011-ed1d-4632-a89a-def73d4735c8 and ComponentName SDNC
2021-09-30T09:13:15.791Z||pool-228-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-30T09:13:15.791Z||pool-228-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? 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-30T09:13:15.798Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T09:13:15.798Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2697b011-ed1d-4632-a89a-def73d4735c8",
  "consumerID": "aai-ml",
  "timestamp": 1632993174246,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWil33owyokvkmjkknp1a/1.0/resourceInstances/pnff92b0a9cc80b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:13:15.798Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:13:15.798Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T09:13:15.798Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2697b011-ed1d-4632-a89a-def73d4735c8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632993171438,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWil33owyokvkmjkknp1a/1.0/artifacts/service-DemoPnfWil33owyokvkmjkknp1a-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:13:15.799Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:13:15.799Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T09:13:15.799Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2697b011-ed1d-4632-a89a-def73d4735c8",
  "consumerID": "clamp",
  "timestamp": 1632993171513,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWil33owyokvkmjkknp1a/1.0/artifacts/service-DemoPnfWil33owyokvkmjkknp1a-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:13:15.799Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:13:15.799Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T09:13:15.799Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2697b011-ed1d-4632-a89a-def73d4735c8",
  "consumerID": "aai-ml",
  "timestamp": 1632993174246,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWil33owyokvkmjkknp1a/1.0/resourceInstances/pnff92b0a9cc80b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:13:15.800Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:13:15.800Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T09:13:15.800Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2697b011-ed1d-4632-a89a-def73d4735c8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632993171438,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWil33owyokvkmjkknp1a/1.0/artifacts/service-DemoPnfWil33owyokvkmjkknp1a-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T09:13:15.800Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:13:15.800Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T09:13:15.800Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2697b011-ed1d-4632-a89a-def73d4735c8",
  "consumerID": "clamp",
  "timestamp": 1632993171513,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWil33owyokvkmjkknp1a/1.0/artifacts/service-DemoPnfWil33owyokvkmjkknp1a-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T09:13:15.800Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:13:15.800Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T09:13:15.801Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2697b011-ed1d-4632-a89a-def73d4735c8",
  "consumerID": "aai-ml",
  "timestamp": 1632993174246,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWil33owyokvkmjkknp1a/1.0/resourceInstances/pnff92b0a9cc80b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:13:15.801Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:13:15.801Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T09:13:15.801Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2697b011-ed1d-4632-a89a-def73d4735c8",
  "consumerID": "aai-ml",
  "timestamp": 1632993174246,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWil33owyokvkmjkknp1a/1.0/artifacts/service-DemoPnfWil33owyokvkmjkknp1a-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:13:15.801Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:13:15.801Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T09:13:15.802Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2697b011-ed1d-4632-a89a-def73d4735c8",
  "consumerID": "aai-ml",
  "timestamp": 1632993174246,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWil33owyokvkmjkknp1a/1.0/artifacts/service-DemoPnfWil33owyokvkmjkknp1a-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T09:13:15.802Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:13:15.802Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T09:13:15.802Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2697b011-ed1d-4632-a89a-def73d4735c8",
  "consumerID": "aai-ml",
  "timestamp": 1632993184244,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWil33owyokvkmjkknp1a/1.0/artifacts/service-DemoPnfWil33owyokvkmjkknp1a-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-30T09:13:15.802Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T09:13:15.802Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T09:13:15.802Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2697b011-ed1d-4632-a89a-def73d4735c8",
  "consumerID": "clamp",
  "timestamp": 1632993186510,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWil33owyokvkmjkknp1a/1.0/artifacts/service-DemoPnfWil33owyokvkmjkknp1a-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-30T09:13:15.803Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T09:13:15.803Z||pool-228-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T09:13:15.803Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T09:13:15.803Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2697b011-ed1d-4632-a89a-def73d4735c8",
  "consumerID": "clamp",
  "timestamp": 1632993188516,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWil33owyokvkmjkknp1a/1.0/artifacts/service-DemoPnfWil33owyokvkmjkknp1a-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-30T09:13:15.803Z||pool-228-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-09-30T09:13:15.803Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T09:13:15.803Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T09:13:15.803Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2697b011-ed1d-4632-a89a-def73d4735c8",
  "consumerID": "clamp",
  "timestamp": 1632993189519,
  "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-30T09:13:15.808Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 2697b011-ed1d-4632-a89a-def73d4735c8
2021-09-30T09:13:15.808Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2697b011-ed1d-4632-a89a-def73d4735c8 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-30T09:13:15.816Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T09:13:15.816Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2697b011-ed1d-4632-a89a-def73d4735c8",
  "consumerID": "aai-ml",
  "timestamp": 1632993190757,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWil33owyokvkmjkknp1a/1.0/artifacts/service-DemoPnfWil33owyokvkmjkknp1a-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-30T09:13:15.816Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T09:13:15.816Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T09:13:15.817Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2697b011-ed1d-4632-a89a-def73d4735c8",
  "consumerID": "aai-ml",
  "timestamp": 1632993191763,
  "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-30T09:13:15.821Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 2697b011-ed1d-4632-a89a-def73d4735c8
2021-09-30T09:13:15.821Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2697b011-ed1d-4632-a89a-def73d4735c8 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-30T09:13:16.691Z|04f92250-16c5-4059-85c3-3e3adc1a6459|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T09:13:16.692Z|04f92250-16c5-4059-85c3-3e3adc1a6459|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-30T09:13:16.694Z|04f92250-16c5-4059-85c3-3e3adc1a6459|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T09:13:16.694Z|04f92250-16c5-4059-85c3-3e3adc1a6459|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "2697b011-ed1d-4632-a89a-def73d4735c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632993194934,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWil33owyokvkmjkknp1a/1.0/resourceInstances/pnff92b0a9cc80b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:13:16.795Z||pool-229-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-30T09:13:16.795Z||pool-229-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-30T09:13:16.795Z||pool-229-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T09:13:16.816Z||pool-229-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T09:13:16.816Z||pool-229-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2021-09-30T09:13:17.695Z|04f92250-16c5-4059-85c3-3e3adc1a6459|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T09:13:17.695Z|04f92250-16c5-4059-85c3-3e3adc1a6459|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-30T09:13:17.698Z|04f92250-16c5-4059-85c3-3e3adc1a6459|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T09:13:17.698Z|04f92250-16c5-4059-85c3-3e3adc1a6459|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "2697b011-ed1d-4632-a89a-def73d4735c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632993194934,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWil33owyokvkmjkknp1a/1.0/resourceInstances/pnff92b0a9cc80b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:13:17.798Z||pool-230-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T09:13:17.798Z||pool-230-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-30T09:13:17.798Z||pool-230-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T09:13:17.812Z||pool-230-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T09:13:17.812Z||pool-230-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-30T09:13:18.699Z|04f92250-16c5-4059-85c3-3e3adc1a6459|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T09:13:18.700Z|04f92250-16c5-4059-85c3-3e3adc1a6459|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-30T09:13:18.703Z|04f92250-16c5-4059-85c3-3e3adc1a6459|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T09:13:18.704Z|04f92250-16c5-4059-85c3-3e3adc1a6459|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "2697b011-ed1d-4632-a89a-def73d4735c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632993194934,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWil33owyokvkmjkknp1a/1.0/resourceInstances/pnff92b0a9cc80b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:13:18.803Z||pool-231-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-30T09:13:18.804Z||pool-231-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-30T09:13:18.804Z||pool-231-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T09:13:18.818Z||pool-231-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T09:13:18.819Z||pool-231-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-09-30T09:13:19.704Z|04f92250-16c5-4059-85c3-3e3adc1a6459|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T09:13:19.705Z|04f92250-16c5-4059-85c3-3e3adc1a6459|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-30T09:13:19.708Z|04f92250-16c5-4059-85c3-3e3adc1a6459|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T09:13:19.708Z|04f92250-16c5-4059-85c3-3e3adc1a6459|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "2697b011-ed1d-4632-a89a-def73d4735c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632993194934,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWil33owyokvkmjkknp1a/1.0/resourceInstances/pnff92b0a9cc80b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:13:19.807Z||pool-232-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-30T09:13:19.808Z||pool-232-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-30T09:13:19.808Z||pool-232-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T09:13:19.818Z||pool-232-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T09:13:19.818Z||pool-232-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-30T09:13:20.708Z|04f92250-16c5-4059-85c3-3e3adc1a6459|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T09:13:20.710Z|04f92250-16c5-4059-85c3-3e3adc1a6459|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-30T09:13:20.712Z|04f92250-16c5-4059-85c3-3e3adc1a6459|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T09:13:20.712Z|04f92250-16c5-4059-85c3-3e3adc1a6459|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "2697b011-ed1d-4632-a89a-def73d4735c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632993194934,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWil33owyokvkmjkknp1a/1.0/resourceInstances/pnff92b0a9cc80b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:13:20.812Z||pool-233-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T09:13:20.813Z||pool-233-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-30T09:13:20.813Z||pool-233-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T09:13:20.831Z||pool-233-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T09:13:20.832Z||pool-233-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2021-09-30T09:13:21.717Z|04f92250-16c5-4059-85c3-3e3adc1a6459|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T09:13:21.717Z|04f92250-16c5-4059-85c3-3e3adc1a6459|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-30T09:13:21.719Z|04f92250-16c5-4059-85c3-3e3adc1a6459|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T09:13:21.719Z|04f92250-16c5-4059-85c3-3e3adc1a6459|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "2697b011-ed1d-4632-a89a-def73d4735c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632993194934,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWil33owyokvkmjkknp1a/1.0/artifacts/service-DemoPnfWil33owyokvkmjkknp1a-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:13:21.819Z||pool-234-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-30T09:13:21.820Z||pool-234-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-30T09:13:21.820Z||pool-234-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T09:13:21.831Z||pool-234-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T09:13:21.832Z||pool-234-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-09-30T09:13:22.720Z|04f92250-16c5-4059-85c3-3e3adc1a6459|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T09:13:22.721Z|04f92250-16c5-4059-85c3-3e3adc1a6459|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-30T09:13:22.723Z|04f92250-16c5-4059-85c3-3e3adc1a6459|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T09:13:22.723Z|04f92250-16c5-4059-85c3-3e3adc1a6459|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "2697b011-ed1d-4632-a89a-def73d4735c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632993194934,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWil33owyokvkmjkknp1a/1.0/artifacts/service-DemoPnfWil33owyokvkmjkknp1a-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T09:13:22.823Z||pool-235-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T09:13:22.823Z||pool-235-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-30T09:13:22.824Z||pool-235-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T09:13:22.834Z||pool-235-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T09:13:22.834Z||pool-235-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-09-30T09:13:23.729Z|04f92250-16c5-4059-85c3-3e3adc1a6459|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "2697b011-ed1d-4632-a89a-def73d4735c8",
  "serviceName": "Demo_pNF_WIl33OwYOKvkMJKKNp1a",
  "serviceVersion": "1.0",
  "serviceUUID": "37d86d2d-8e96-4a31-8f36-72764955ea42",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "36c46c3b-7fcf-4985-8ae2-37e124f0b7ea",
  "resources": [
    {
      "resourceInstanceName": "pNF f92b0a9c-c80b 0",
      "resourceCustomizationUUID": "54142ab4-376b-4d31-8122-d420c9583fe2",
      "resourceName": "pNF f92b0a9c-c80b",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "7194ae0f-fbef-4daf-8feb-ae92a7f37436",
      "resourceInvariantUUID": "e296ca15-d48b-4093-a371-3bb9471dabc9",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfWil33owyokvkmjkknp1a-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfWil33owyokvkmjkknp1a/1.0/artifacts/service-DemoPnfWil33owyokvkmjkknp1a-csar.csar",
      "artifactChecksum": "OTJmOTgxOGZlYzcxZDRkNzcwY2E0NTE1Y2IzNTE4ODY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "8f6b2e5b-6da7-46ba-ae98-7330d3ccd2a0"
    }
  ],
  "workloadContext": "Production"
}
2021-09-30T09:13:23.730Z|04f92250-16c5-4059-85c3-3e3adc1a6459|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-30T09:13:23.730Z|04f92250-16c5-4059-85c3-3e3adc1a6459|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 37d86d2d-8e96-4a31-8f36-72764955ea42 ASDC
2021-09-30T09:13:23.732Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:2697b011-ed1d-4632-a89a-def73d4735c8
ServiceName:Demo_pNF_WIl33OwYOKvkMJKKNp1a
ServiceVersion:1.0
ServiceUUID:37d86d2d-8e96-4a31-8f36-72764955ea42
ServiceInvariantUUID:36c46c3b-7fcf-4985-8ae2-37e124f0b7ea
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfWil33owyokvkmjkknp1a-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfWil33owyokvkmjkknp1a/1.0/artifacts/service-DemoPnfWil33owyokvkmjkknp1a-csar.csar
ArtifactUUID:8f6b2e5b-6da7-46ba-ae98-7330d3ccd2a0
ArtifactChecksum:OTJmOTgxOGZlYzcxZDRkNzcwY2E0NTE1Y2IzNTE4ODY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF f92b0a9c-c80b 0
ResourceCustomizationUUID:54142ab4-376b-4d31-8122-d420c9583fe2
ResourceInvariantUUID:e296ca15-d48b-4093-a371-3bb9471dabc9
ResourceName:pNF f92b0a9c-c80b
ResourceType:PNF
ResourceUUID:7194ae0f-fbef-4daf-8feb-ae92a7f37436
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-09-30T09:13:23.733Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 37d86d2d-8e96-4a31-8f36-72764955ea42 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-30T09:13:23.759Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-30T09:13:23.760Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-09-30T09:13:23.760Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-09-30T09:13:23.761Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 8f6b2e5b-6da7-46ba-ae98-7330d3ccd2a0 from URL: /sdc/v1/catalog/services/DemoPnfWil33owyokvkmjkknp1a/1.0/artifacts/service-DemoPnfWil33owyokvkmjkknp1a-csar.csar
2021-09-30T09:13:23.761Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-09-30T09:13:23.761Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfWil33owyokvkmjkknp1a/1.0/artifacts/service-DemoPnfWil33owyokvkmjkknp1a-csar.csar
2021-09-30T09:13:25.025Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-09-30T09:13:25.029Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfWil33owyokvkmjkknp1a/1.0/artifacts/service-DemoPnfWil33owyokvkmjkknp1a-csar.csar 8f6b2e5b-6da7-46ba-ae98-7330d3ccd2a0 82545
2021-09-30T09:13:25.029Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfWil33owyokvkmjkknp1a/1.0/artifacts/service-DemoPnfWil33owyokvkmjkknp1a-csar.csar ASDC sendASDCNotification
2021-09-30T09:13:25.029Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfWil33owyokvkmjkknp1a/1.0/artifacts/service-DemoPnfWil33owyokvkmjkknp1a-csar.csar
2021-09-30T09:13:25.030Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-30T09:13:25.030Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-30T09:13:25.032Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T09:13:25.032Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "2697b011-ed1d-4632-a89a-def73d4735c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632993205029,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWil33owyokvkmjkknp1a/1.0/artifacts/service-DemoPnfWil33owyokvkmjkknp1a-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-30T09:13:25.132Z||pool-236-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T09:13:25.133Z||pool-236-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-30T09:13:25.133Z||pool-236-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T09:13:25.145Z||pool-236-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T09:13:25.145Z||pool-236-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-30T09:13:26.032Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-30T09:13:26.033Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-09-30T09:13:26.034Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 8f6b2e5b-6da7-46ba-ae98-7330d3ccd2a0, URL: /sdc/v1/catalog/services/DemoPnfWil33owyokvkmjkknp1a/1.0/artifacts/service-DemoPnfWil33owyokvkmjkknp1a-csar.csar to file: /app/ASDC/1/service-DemoPnfWil33owyokvkmjkknp1a-csar.csar
2021-09-30T09:13:26.034Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfWil33owyokvkmjkknp1a-csar.csar
2021-09-30T09:13:26.034Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfWil33owyokvkmjkknp1a-csar.csar
2021-09-30T09:13:26.034Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfWil33owyokvkmjkknp1a-csar.csar
2021-09-30T09:13:26.300Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16970743533421990775/Definitions/service-DemoPnfWil33owyokvkmjkknp1a-template.yml
2021-09-30T09:13:27.165Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-30T09:13:27.166Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-09-30T09:13:27.166Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfWil33owyokvkmjkknp1a-csar.csar
2021-09-30T09:13:27.166Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-09-30T09:13:27.167Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF f92b0a9c-c80b 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-DemoPnfWil33owyokvkmjkknp1a-csar.csar
2021-09-30T09:13:27.167Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||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-DemoPnfWil33owyokvkmjkknp1a-csar.csar
2021-09-30T09:13:27.167Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfWil33owyokvkmjkknp1a-csar.csar
2021-09-30T09:13:27.167Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||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-DemoPnfWil33owyokvkmjkknp1a-csar.csar
2021-09-30T09:13:27.167Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||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-DemoPnfWil33owyokvkmjkknp1a-csar.csar
2021-09-30T09:13:27.168Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||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-DemoPnfWil33owyokvkmjkknp1a-csar.csar
2021-09-30T09:13:27.168Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||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-DemoPnfWil33owyokvkmjkknp1a-csar.csar
2021-09-30T09:13:27.168Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-09-30T09:13:27.168Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T09:13:27.168Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_WIl33OwYOKvkMJKKNp1a is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T09:13:27.169Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||Node template pNF f92b0a9c-c80b 0 is matching search criteria
2021-09-30T09:13:27.169Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-09-30T09:13:27.169Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF f92b0a9c-c80b 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-30T09:13:27.170Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T09:13:27.170Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_WIl33OwYOKvkMJKKNp1a is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T09:13:27.170Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||Node template pNF f92b0a9c-c80b 0 is matching search criteria
2021-09-30T09:13:27.170Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-09-30T09:13:27.171Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF f92b0a9c-c80b 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-30T09:13:27.171Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T09:13:27.171Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_WIl33OwYOKvkMJKKNp1a is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T09:13:27.171Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T09:13:27.172Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_WIl33OwYOKvkMJKKNp1a is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T09:13:27.172Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T09:13:27.172Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_WIl33OwYOKvkMJKKNp1a is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T09:13:27.172Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T09:13:27.172Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_WIl33OwYOKvkMJKKNp1a is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T09:13:27.173Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T09:13:27.173Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_WIl33OwYOKvkMJKKNp1a is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T09:13:27.173Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_WIl33OwYOKvkMJKKNp1a
Description:catalog service description
Model UUID:37d86d2d-8e96-4a31-8f36-72764955ea42
Model Version:NULL
Model InvariantUuid:36c46c3b-7fcf-4985-8ae2-37e124f0b7ea
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-30T09:13:27.184Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||INFO|500||Processing Resource Type: PNF, Model UUID: 7194ae0f-fbef-4daf-8feb-ae92a7f37436
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-30T09:13:27.188Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||INFO|500||pNF f92b0a9c-c80b 0
2021-09-30T09:13:27.188Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 7194ae0f-fbef-4daf-8feb-ae92a7f37436
2021-09-30T09:13:27.189Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||No resources found for Service: 37d86d2d-8e96-4a31-8f36-72764955ea42
2021-09-30T09:13:27.189Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 37d86d2d-8e96-4a31-8f36-72764955ea42
2021-09-30T09:13:27.189Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF f92b0a9c-c80b 0 7194ae0f-fbef-4daf-8feb-ae92a7f37436 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-30T09:13:27.194Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@22bdf6e, org.onap.sdc.toscaparser.api.parameters.Input@74cd5ee5, org.onap.sdc.toscaparser.api.parameters.Input@755881cc, org.onap.sdc.toscaparser.api.parameters.Input@57a95cd3, org.onap.sdc.toscaparser.api.parameters.Input@ba529e7]
2021-09-30T09:13:27.194Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T09:13:27.195Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_WIl33OwYOKvkMJKKNp1a is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T09:13:27.195Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 37d86d2d-8e96-4a31-8f36-72764955ea42: pNF f92b0a9c-c80b
2021-09-30T09:13:27.195Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||INFO|500||Processing PNF resource: 7194ae0f-fbef-4daf-8feb-ae92a7f37436
2021-09-30T09:13:27.196Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T09:13:27.196Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_WIl33OwYOKvkMJKKNp1a is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T09:13:27.196Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||INFO|500||Resource customization UUID: 54142ab4-376b-4d31-8122-d420c9583fe2 is the same as notified resource customizationUUID: 54142ab4-376b-4d31-8122-d420c9583fe2
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-30T09:13:27.232Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF f92b0a9c-c80b 7194ae0f-fbef-4daf-8feb-ae92a7f37436 0 ASDC deployResourceStructure
2021-09-30T09:13:27.232Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfWil33owyokvkmjkknp1a/1.0/artifacts/service-DemoPnfWil33owyokvkmjkknp1a-csar.csar ASDC sendASDCNotification
2021-09-30T09:13:27.232Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfWil33owyokvkmjkknp1a/1.0/artifacts/service-DemoPnfWil33owyokvkmjkknp1a-csar.csar
2021-09-30T09:13:27.232Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-30T09:13:27.233Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-30T09:13:27.234Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T09:13:27.234Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "2697b011-ed1d-4632-a89a-def73d4735c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632993207232,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWil33owyokvkmjkknp1a/1.0/artifacts/service-DemoPnfWil33owyokvkmjkknp1a-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-30T09:13:27.335Z||pool-237-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-30T09:13:27.335Z||pool-237-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-30T09:13:27.335Z||pool-237-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T09:13:27.346Z||pool-237-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T09:13:27.346Z||pool-237-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-30T09:13:28.235Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2697b011-ed1d-4632-a89a-def73d4735c8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-30T09:13:28.246Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2697b011-ed1d-4632-a89a-def73d4735c8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-30T09:13:28.248Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-30T09:13:28.249Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-30T09:13:28.249Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-30T09:13:28.249Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-30T09:13:28.249Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-30T09:13:28.249Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-30T09:13:28.249Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-30T09:13:28.249Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-30T09:13:28.249Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-30T09:13:28.249Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-30T09:13:28.249Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-30T09:13:28.249Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||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-30T09:13:28.253Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-30T09:13:58.254Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2697b011-ed1d-4632-a89a-def73d4735c8 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-30T09:13:58.271Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2697b011-ed1d-4632-a89a-def73d4735c8 and serviceModelVersionId: 37d86d2d-8e96-4a31-8f36-72764955ea42
2021-09-30T09:13:58.271Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 36c46c3b-7fcf-4985-8ae2-37e124f0b7ea
2021-09-30T09:13:58.274Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/36c46c3b-7fcf-4985-8ae2-37e124f0b7ea/model-vers/model-ver/37d86d2d-8e96-4a31-8f36-72764955ea42?depth=0
2021-09-30T09:13:58.287Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2021-09-30T09:13:58.362Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/36c46c3b-7fcf-4985-8ae2-37e124f0b7ea/model-vers/model-ver/37d86d2d-8e96-4a31-8f36-72764955ea42?depth=0|INFO|500||Invoke
2021-09-30T09:13:58.363Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/36c46c3b-7fcf-4985-8ae2-37e124f0b7ea/model-vers/model-ver/37d86d2d-8e96-4a31-8f36-72764955ea42?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/36c46c3b-7fcf-4985-8ae2-37e124f0b7ea/model-vers/model-ver/37d86d2d-8e96-4a31-8f36-72764955ea42?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[2697b011-ed1d-4632-a89a-def73d4735c8], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[efb8a9e7-4b72-4b46-9653-ad7f2ea65a27], X-ECOMP-RequestID=[2697b011-ed1d-4632-a89a-def73d4735c8], X-TransactionId=[], X-ONAP-RequestID=[2697b011-ed1d-4632-a89a-def73d4735c8], Content-Type=[application/merge-patch+json]}
2021-09-30T09:13:58.390Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/36c46c3b-7fcf-4985-8ae2-37e124f0b7ea/model-vers/model-ver/37d86d2d-8e96-4a31-8f36-72764955ea42?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-30T09:13:58.625Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/36c46c3b-7fcf-4985-8ae2-37e124f0b7ea/model-vers/model-ver/37d86d2d-8e96-4a31-8f36-72764955ea42?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/36c46c3b-7fcf-4985-8ae2-37e124f0b7ea/model-vers/model-ver/37d86d2d-8e96-4a31-8f36-72764955ea42?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210930-09:13:58:398-44605], vertex-id=[262344], Content-Length=[0], Date=[Thu, 30 Sep 2021 09:13:58 GMT], Content-Type=[application/json]}
2021-09-30T09:13:58.625Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/36c46c3b-7fcf-4985-8ae2-37e124f0b7ea/model-vers/model-ver/37d86d2d-8e96-4a31-8f36-72764955ea42?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-09-30T09:13:58.626Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/36c46c3b-7fcf-4985-8ae2-37e124f0b7ea/model-vers/model-ver/37d86d2d-8e96-4a31-8f36-72764955ea42?depth=0|INFO|500||InvokeReturn
2021-09-30T09:13:58.627Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-30T09:13:58.633Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||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-30T09:13:58.638Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||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-30T09:13:58.639Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2697b011-ed1d-4632-a89a-def73d4735c8 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-30T09:13:58.639Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-30T09:13:58.640Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-30T09:13:58.642Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T09:13:58.642Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "2697b011-ed1d-4632-a89a-def73d4735c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632993238639,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-30T09:13:58.742Z||pool-238-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T09:13:58.743Z||pool-238-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-30T09:13:58.743Z||pool-238-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T09:13:58.758Z||pool-238-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T09:13:58.759Z||pool-238-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-30T09:14:14.933Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T09:14:14.934Z|2697b011-ed1d-4632-a89a-def73d4735c8|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-30T09:14:14.934Z|2697b011-ed1d-4632-a89a-def73d4735c8|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 2cjfMityS9h3J0jo) ...
2021-09-30T09:14:14.935Z|48773fe4-8e21-458b-b6a6-66f2ecf6eb60|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T09:14:14.935Z|48773fe4-8e21-458b-b6a6-66f2ecf6eb60|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-30T09:14:14.935Z|48773fe4-8e21-458b-b6a6-66f2ecf6eb60|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 2cjfMityS9h3J0jo) ...
2021-09-30T09:14:15.068Z|48773fe4-8e21-458b-b6a6-66f2ecf6eb60|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T09:14:15.069Z|48773fe4-8e21-458b-b6a6-66f2ecf6eb60|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-30T09:14:15.069Z|48773fe4-8e21-458b-b6a6-66f2ecf6eb60|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2697b011-ed1d-4632-a89a-def73d4735c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632993194934,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWil33owyokvkmjkknp1a/1.0/resourceInstances/pnff92b0a9cc80b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:14:15.070Z|48773fe4-8e21-458b-b6a6-66f2ecf6eb60|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:14:24.512Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T09:15:14.935Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T09:15:14.934Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T09:15:14.940Z||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-30T09:15:14.940Z|2697b011-ed1d-4632-a89a-def73d4735c8|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-30T09:15:14.940Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T09:15:14.940Z|2697b011-ed1d-4632-a89a-def73d4735c8|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 2cjfMityS9h3J0jo) ...
2021-09-30T09:15:15.474Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T09:15:15.480Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-30T09:15:15.480Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2697b011-ed1d-4632-a89a-def73d4735c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632993194934,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWil33owyokvkmjkknp1a/1.0/resourceInstances/pnff92b0a9cc80b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:15:15.483Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:15:15.483Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-30T09:15:15.483Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2697b011-ed1d-4632-a89a-def73d4735c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632993194934,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWil33owyokvkmjkknp1a/1.0/resourceInstances/pnff92b0a9cc80b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:15:15.483Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:15:15.483Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-30T09:15:15.483Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2697b011-ed1d-4632-a89a-def73d4735c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632993194934,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWil33owyokvkmjkknp1a/1.0/resourceInstances/pnff92b0a9cc80b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:15:15.483Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:15:15.484Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-30T09:15:15.484Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2697b011-ed1d-4632-a89a-def73d4735c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632993194934,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWil33owyokvkmjkknp1a/1.0/resourceInstances/pnff92b0a9cc80b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:15:15.484Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:15:15.484Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-30T09:15:15.484Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2697b011-ed1d-4632-a89a-def73d4735c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632993194934,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWil33owyokvkmjkknp1a/1.0/resourceInstances/pnff92b0a9cc80b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:15:15.484Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:15:15.484Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-30T09:15:15.484Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2697b011-ed1d-4632-a89a-def73d4735c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632993194934,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWil33owyokvkmjkknp1a/1.0/artifacts/service-DemoPnfWil33owyokvkmjkknp1a-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:15:15.484Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:15:15.484Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-30T09:15:15.484Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2697b011-ed1d-4632-a89a-def73d4735c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632993194934,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWil33owyokvkmjkknp1a/1.0/artifacts/service-DemoPnfWil33owyokvkmjkknp1a-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T09:15:15.484Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:15:15.485Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-30T09:15:15.485Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2697b011-ed1d-4632-a89a-def73d4735c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632993205029,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWil33owyokvkmjkknp1a/1.0/artifacts/service-DemoPnfWil33owyokvkmjkknp1a-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-30T09:15:15.485Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T09:15:15.485Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-30T09:15:15.485Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2697b011-ed1d-4632-a89a-def73d4735c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632993207232,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWil33owyokvkmjkknp1a/1.0/artifacts/service-DemoPnfWil33owyokvkmjkknp1a-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-30T09:15:15.485Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T09:15:15.485Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-30T09:15:15.485Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2697b011-ed1d-4632-a89a-def73d4735c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632993238639,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-30T09:15:15.485Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T09:15:24.523Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T09:16:14.935Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T09:16:14.934Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T09:16:14.936Z||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-30T09:16:14.936Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T09:16:14.936Z||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-30T09:16:14.936Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T09:16:24.511Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T09:16:24.516Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T09:17:14.935Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T09:17:14.933Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T09:17:14.938Z||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-30T09:17:14.938Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T09:17:14.938Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|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-30T09:17:14.939Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|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 2cjfMityS9h3J0jo) ...
2021-09-30T09:17:24.526Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T09:17:24.528Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T09:18:14.937Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T09:18:14.937Z|48773fe4-8e21-458b-b6a6-66f2ecf6eb60|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T09:18:14.944Z||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-30T09:18:14.944Z|48773fe4-8e21-458b-b6a6-66f2ecf6eb60|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-30T09:18:14.944Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T09:18:14.945Z|48773fe4-8e21-458b-b6a6-66f2ecf6eb60|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 2cjfMityS9h3J0jo) ...
2021-09-30T09:18:24.588Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T09:18:24.590Z|48773fe4-8e21-458b-b6a6-66f2ecf6eb60|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T09:19:14.934Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T09:19:14.935Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T09:19:14.935Z|2697b011-ed1d-4632-a89a-def73d4735c8|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-30T09:19:14.935Z||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-30T09:19:14.935Z|2697b011-ed1d-4632-a89a-def73d4735c8|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 2cjfMityS9h3J0jo) ...
2021-09-30T09:19:14.935Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T09:19:15.571Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T09:19:15.573Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-30T09:19:15.573Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"352cbe2d-9713-4db3-80c3-025924fa997a","serviceName":"Demo_pNF_6oYLs6YKj7rLGb3Dt8sl","serviceVersion":"1.0","serviceUUID":"f47dce30-7e11-4b89-8bcc-56097b8896f3","serviceDescription":"catalog service description","serviceInvariantUUID":"fc28a852-fe16-44a1-8886-dd21b4bcf623","resources":[{"resourceInstanceName":"pNF 5430baaf-8697 0","resourceName":"pNF 5430baaf-8697","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"1bbde6eb-4437-43ad-8eab-534ac8d82e0d","resourceInvariantUUID":"ef158453-16ea-4c46-a08b-74890cd8763f","resourceCustomizationUUID":"233b350c-0957-416e-8477-86173db99978","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf6oyls6ykj7rlgb3dt8sl/1.0/resourceInstances/pnf5430baaf86970/artifacts/vf-license-model.xml","artifactChecksum":"ZTU0ZmJhZDE2NTU3NmE5MmRjN2VlNDkyMmQ0NDg0OTY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8eff4b6e-f9c5-4a32-b39b-e9a54e84467c","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf6oyls6ykj7rlgb3dt8sl/1.0/resourceInstances/pnf5430baaf86970/artifacts/pNF.csar","artifactChecksum":"NzdkNzAxYWJhY2VlZDZhMjhhOTVkNzdmZjBiNTRkMjM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8ddc7c80-835a-44d9-b027-c1b0657074f7","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf6oyls6ykj7rlgb3dt8sl/1.0/resourceInstances/pnf5430baaf86970/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9c69c636-6b11-443a-ae27-12e0148608e1","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf6oyls6ykj7rlgb3dt8sl/1.0/resourceInstances/pnf5430baaf86970/artifacts/vendor-license-model.xml","artifactChecksum":"ZGU1NDlmOTAzNDk0NTVhNWMwYjVkNGQzNjQxNWRlN2Y\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b5150526-c6e3-421d-bf08-4db2593539ba","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf6oyls6ykj7rlgb3dt8sl/1.0/resourceInstances/pnf5430baaf86970/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"bc843382-b234-4d6b-8a35-c25b6d867a2a","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf6oyls6ykj7rlgb3dt8sl/1.0/resourceInstances/pnf5430baaf86970/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"6bd50f0a-4523-42f4-a130-ec89038945c9","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf6oyls6ykj7rlgb3dt8sl-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf6oyls6ykj7rlgb3dt8sl/1.0/artifacts/service-DemoPnf6oyls6ykj7rlgb3dt8sl-template.yml","artifactChecksum":"NmIzNWJjZDYxZjU1OWYyZDQ0NDc1YWNlMDYxOWIyNzg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"808a9abf-382a-43be-958d-8ce40c5f3997","artifactVersion":"1"},{"artifactName":"service-DemoPnf6oyls6ykj7rlgb3dt8sl-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf6oyls6ykj7rlgb3dt8sl/1.0/artifacts/service-DemoPnf6oyls6ykj7rlgb3dt8sl-csar.csar","artifactChecksum":"MTcyYmU2MThhMDg4NWYyN2MzNzBkZjlkMDQ1YzY1NTI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c77f95e3-6a95-42cf-b7f1-5731fce7f602","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-30T09:19:15.579Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T09:19:15.580Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T09:19:15.580Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-30T09:19:15.581Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T09:19:15.581Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "352cbe2d-9713-4db3-80c3-025924fa997a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632993519350,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6oyls6ykj7rlgb3dt8sl/1.0/resourceInstances/pnf5430baaf86970/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:19:15.582Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:19:15.582Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T09:19:15.582Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "352cbe2d-9713-4db3-80c3-025924fa997a",
  "consumerID": "cds",
  "timestamp": 1632993526277,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6oyls6ykj7rlgb3dt8sl/1.0/resourceInstances/pnf5430baaf86970/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:19:15.583Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:19:15.583Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T09:19:15.583Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "352cbe2d-9713-4db3-80c3-025924fa997a",
  "consumerID": "dcae-sch",
  "timestamp": 1632993525975,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6oyls6ykj7rlgb3dt8sl/1.0/resourceInstances/pnf5430baaf86970/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:19:15.583Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:19:15.583Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T09:19:15.583Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "352cbe2d-9713-4db3-80c3-025924fa997a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632993522851,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6oyls6ykj7rlgb3dt8sl/1.0/resourceInstances/pnf5430baaf86970/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:19:15.584Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:19:15.584Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T09:19:15.584Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "352cbe2d-9713-4db3-80c3-025924fa997a",
  "consumerID": "policy-id",
  "timestamp": 1632993521317,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6oyls6ykj7rlgb3dt8sl/1.0/resourceInstances/pnf5430baaf86970/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:19:15.584Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:19:15.584Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T09:19:15.584Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "352cbe2d-9713-4db3-80c3-025924fa997a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632993519350,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6oyls6ykj7rlgb3dt8sl/1.0/resourceInstances/pnf5430baaf86970/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:19:15.584Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:19:15.585Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T09:19:15.585Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "352cbe2d-9713-4db3-80c3-025924fa997a",
  "consumerID": "cds",
  "timestamp": 1632993526277,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6oyls6ykj7rlgb3dt8sl/1.0/resourceInstances/pnf5430baaf86970/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:19:15.585Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:19:15.585Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T09:19:15.585Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "352cbe2d-9713-4db3-80c3-025924fa997a",
  "consumerID": "dcae-sch",
  "timestamp": 1632993525975,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6oyls6ykj7rlgb3dt8sl/1.0/resourceInstances/pnf5430baaf86970/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:19:15.586Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:19:15.586Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T09:19:15.586Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "352cbe2d-9713-4db3-80c3-025924fa997a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632993522851,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6oyls6ykj7rlgb3dt8sl/1.0/resourceInstances/pnf5430baaf86970/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:19:15.586Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:19:15.586Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T09:19:15.587Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "352cbe2d-9713-4db3-80c3-025924fa997a",
  "consumerID": "policy-id",
  "timestamp": 1632993521317,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6oyls6ykj7rlgb3dt8sl/1.0/resourceInstances/pnf5430baaf86970/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:19:15.587Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:19:15.587Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T09:19:15.587Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "352cbe2d-9713-4db3-80c3-025924fa997a",
  "consumerID": "cds",
  "timestamp": 1632993526277,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6oyls6ykj7rlgb3dt8sl/1.0/resourceInstances/pnf5430baaf86970/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:19:15.587Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:19:15.587Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T09:19:15.587Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "352cbe2d-9713-4db3-80c3-025924fa997a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632993519350,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6oyls6ykj7rlgb3dt8sl/1.0/resourceInstances/pnf5430baaf86970/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:19:15.587Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:19:15.587Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T09:19:15.587Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "352cbe2d-9713-4db3-80c3-025924fa997a",
  "consumerID": "dcae-sch",
  "timestamp": 1632993525975,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6oyls6ykj7rlgb3dt8sl/1.0/resourceInstances/pnf5430baaf86970/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:19:15.587Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:19:15.587Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T09:19:15.588Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "352cbe2d-9713-4db3-80c3-025924fa997a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632993522851,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6oyls6ykj7rlgb3dt8sl/1.0/resourceInstances/pnf5430baaf86970/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:19:15.588Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:19:15.588Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T09:19:15.588Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "352cbe2d-9713-4db3-80c3-025924fa997a",
  "consumerID": "policy-id",
  "timestamp": 1632993521317,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6oyls6ykj7rlgb3dt8sl/1.0/resourceInstances/pnf5430baaf86970/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:19:15.588Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:19:15.588Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T09:19:15.588Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "352cbe2d-9713-4db3-80c3-025924fa997a",
  "consumerID": "cds",
  "timestamp": 1632993526277,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6oyls6ykj7rlgb3dt8sl/1.0/resourceInstances/pnf5430baaf86970/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:19:15.588Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:19:15.588Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T09:19:15.588Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "352cbe2d-9713-4db3-80c3-025924fa997a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632993519350,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6oyls6ykj7rlgb3dt8sl/1.0/resourceInstances/pnf5430baaf86970/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:19:15.588Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:19:15.588Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T09:19:15.588Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "352cbe2d-9713-4db3-80c3-025924fa997a",
  "consumerID": "dcae-sch",
  "timestamp": 1632993525975,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6oyls6ykj7rlgb3dt8sl/1.0/resourceInstances/pnf5430baaf86970/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:19:15.589Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:19:15.589Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T09:19:15.589Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "352cbe2d-9713-4db3-80c3-025924fa997a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632993522851,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6oyls6ykj7rlgb3dt8sl/1.0/resourceInstances/pnf5430baaf86970/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:19:15.589Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:19:15.589Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T09:19:15.589Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "352cbe2d-9713-4db3-80c3-025924fa997a",
  "consumerID": "policy-id",
  "timestamp": 1632993521317,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6oyls6ykj7rlgb3dt8sl/1.0/resourceInstances/pnf5430baaf86970/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:19:15.589Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:19:15.589Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T09:19:15.589Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "352cbe2d-9713-4db3-80c3-025924fa997a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632993519350,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6oyls6ykj7rlgb3dt8sl/1.0/resourceInstances/pnf5430baaf86970/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:19:15.590Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:19:15.590Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T09:19:15.590Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "352cbe2d-9713-4db3-80c3-025924fa997a",
  "consumerID": "cds",
  "timestamp": 1632993526277,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6oyls6ykj7rlgb3dt8sl/1.0/resourceInstances/pnf5430baaf86970/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:19:15.590Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:19:15.590Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T09:19:15.590Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "352cbe2d-9713-4db3-80c3-025924fa997a",
  "consumerID": "dcae-sch",
  "timestamp": 1632993525975,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6oyls6ykj7rlgb3dt8sl/1.0/resourceInstances/pnf5430baaf86970/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:19:15.590Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:19:15.590Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T09:19:15.590Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "352cbe2d-9713-4db3-80c3-025924fa997a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632993522851,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6oyls6ykj7rlgb3dt8sl/1.0/resourceInstances/pnf5430baaf86970/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:19:15.590Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:19:15.590Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T09:19:15.591Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "352cbe2d-9713-4db3-80c3-025924fa997a",
  "consumerID": "policy-id",
  "timestamp": 1632993521317,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6oyls6ykj7rlgb3dt8sl/1.0/resourceInstances/pnf5430baaf86970/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:19:15.591Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:19:15.591Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T09:19:15.591Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "352cbe2d-9713-4db3-80c3-025924fa997a",
  "consumerID": "cds",
  "timestamp": 1632993526277,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6oyls6ykj7rlgb3dt8sl/1.0/resourceInstances/pnf5430baaf86970/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:19:15.591Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:19:15.591Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T09:19:15.591Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "352cbe2d-9713-4db3-80c3-025924fa997a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632993522851,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6oyls6ykj7rlgb3dt8sl/1.0/resourceInstances/pnf5430baaf86970/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:19:15.591Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:19:15.591Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T09:19:15.591Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "352cbe2d-9713-4db3-80c3-025924fa997a",
  "consumerID": "dcae-sch",
  "timestamp": 1632993525975,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6oyls6ykj7rlgb3dt8sl/1.0/resourceInstances/pnf5430baaf86970/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:19:15.591Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:19:15.592Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T09:19:15.592Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "352cbe2d-9713-4db3-80c3-025924fa997a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632993519350,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6oyls6ykj7rlgb3dt8sl/1.0/resourceInstances/pnf5430baaf86970/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-09-30T09:19:15.592Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:19:15.592Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T09:19:15.592Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "352cbe2d-9713-4db3-80c3-025924fa997a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632993531436,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6oyls6ykj7rlgb3dt8sl/1.0/resourceInstances/pnf5430baaf86970/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:19:15.592Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:19:15.592Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T09:19:15.592Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "352cbe2d-9713-4db3-80c3-025924fa997a",
  "consumerID": "policy-id",
  "timestamp": 1632993521317,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6oyls6ykj7rlgb3dt8sl/1.0/resourceInstances/pnf5430baaf86970/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:19:15.592Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:19:15.593Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T09:19:15.593Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "352cbe2d-9713-4db3-80c3-025924fa997a",
  "consumerID": "clamp",
  "timestamp": 1632993531513,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6oyls6ykj7rlgb3dt8sl/1.0/resourceInstances/pnf5430baaf86970/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:19:15.593Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:19:15.593Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T09:19:15.593Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "352cbe2d-9713-4db3-80c3-025924fa997a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632993519350,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6oyls6ykj7rlgb3dt8sl/1.0/artifacts/service-DemoPnf6oyls6ykj7rlgb3dt8sl-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:19:15.593Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:19:15.593Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T09:19:15.593Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "352cbe2d-9713-4db3-80c3-025924fa997a",
  "consumerID": "dcae-sch",
  "timestamp": 1632993525975,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6oyls6ykj7rlgb3dt8sl/1.0/artifacts/service-DemoPnf6oyls6ykj7rlgb3dt8sl-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:19:15.593Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:19:15.593Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T09:19:15.593Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "352cbe2d-9713-4db3-80c3-025924fa997a",
  "consumerID": "cds",
  "timestamp": 1632993526277,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6oyls6ykj7rlgb3dt8sl/1.0/artifacts/service-DemoPnf6oyls6ykj7rlgb3dt8sl-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:19:15.593Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:19:15.594Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T09:19:15.594Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "352cbe2d-9713-4db3-80c3-025924fa997a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632993522851,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6oyls6ykj7rlgb3dt8sl/1.0/artifacts/service-DemoPnf6oyls6ykj7rlgb3dt8sl-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:19:15.594Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:19:15.594Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T09:19:15.594Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "352cbe2d-9713-4db3-80c3-025924fa997a",
  "consumerID": "policy-id",
  "timestamp": 1632993521317,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6oyls6ykj7rlgb3dt8sl/1.0/artifacts/service-DemoPnf6oyls6ykj7rlgb3dt8sl-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:19:15.594Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:19:15.594Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T09:19:15.594Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "352cbe2d-9713-4db3-80c3-025924fa997a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632993531436,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6oyls6ykj7rlgb3dt8sl/1.0/resourceInstances/pnf5430baaf86970/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:19:15.594Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:19:15.594Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T09:19:15.594Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "352cbe2d-9713-4db3-80c3-025924fa997a",
  "consumerID": "clamp",
  "timestamp": 1632993531513,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6oyls6ykj7rlgb3dt8sl/1.0/resourceInstances/pnf5430baaf86970/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:19:15.594Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:19:15.595Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T09:19:15.595Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "352cbe2d-9713-4db3-80c3-025924fa997a",
  "consumerID": "dcae-sch",
  "timestamp": 1632993525975,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6oyls6ykj7rlgb3dt8sl/1.0/artifacts/service-DemoPnf6oyls6ykj7rlgb3dt8sl-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:19:15.595Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:19:15.595Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T09:19:15.595Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "352cbe2d-9713-4db3-80c3-025924fa997a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632993519350,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6oyls6ykj7rlgb3dt8sl/1.0/artifacts/service-DemoPnf6oyls6ykj7rlgb3dt8sl-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:19:15.595Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:19:15.595Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T09:19:15.595Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "352cbe2d-9713-4db3-80c3-025924fa997a",
  "consumerID": "cds",
  "timestamp": 1632993526277,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6oyls6ykj7rlgb3dt8sl/1.0/artifacts/service-DemoPnf6oyls6ykj7rlgb3dt8sl-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T09:19:15.595Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:19:15.595Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T09:19:15.595Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "352cbe2d-9713-4db3-80c3-025924fa997a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632993522851,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6oyls6ykj7rlgb3dt8sl/1.0/artifacts/service-DemoPnf6oyls6ykj7rlgb3dt8sl-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T09:19:15.595Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:19:15.596Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T09:19:15.596Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "352cbe2d-9713-4db3-80c3-025924fa997a",
  "consumerID": "policy-id",
  "timestamp": 1632993521317,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6oyls6ykj7rlgb3dt8sl/1.0/artifacts/service-DemoPnf6oyls6ykj7rlgb3dt8sl-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T09:19:15.596Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:19:15.596Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T09:19:15.596Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "352cbe2d-9713-4db3-80c3-025924fa997a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632993531436,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6oyls6ykj7rlgb3dt8sl/1.0/resourceInstances/pnf5430baaf86970/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:19:15.596Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:19:15.596Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T09:19:15.596Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "352cbe2d-9713-4db3-80c3-025924fa997a",
  "consumerID": "clamp",
  "timestamp": 1632993531513,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6oyls6ykj7rlgb3dt8sl/1.0/resourceInstances/pnf5430baaf86970/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:19:15.597Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:19:15.597Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T09:19:15.597Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "352cbe2d-9713-4db3-80c3-025924fa997a",
  "consumerID": "aai-ml",
  "timestamp": 1632993534245,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6oyls6ykj7rlgb3dt8sl/1.0/resourceInstances/pnf5430baaf86970/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:19:15.597Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:19:15.597Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T09:19:15.597Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "352cbe2d-9713-4db3-80c3-025924fa997a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632993531436,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6oyls6ykj7rlgb3dt8sl/1.0/resourceInstances/pnf5430baaf86970/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:19:15.597Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:19:15.597Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T09:19:15.597Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "352cbe2d-9713-4db3-80c3-025924fa997a",
  "consumerID": "clamp",
  "timestamp": 1632993531513,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6oyls6ykj7rlgb3dt8sl/1.0/resourceInstances/pnf5430baaf86970/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:19:15.598Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:19:15.598Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T09:19:15.598Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T09:19:15.598Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "352cbe2d-9713-4db3-80c3-025924fa997a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632993535832,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6oyls6ykj7rlgb3dt8sl/1.0/artifacts/service-DemoPnf6oyls6ykj7rlgb3dt8sl-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-30T09:19:15.598Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T09:19:15.598Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T09:19:15.598Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "352cbe2d-9713-4db3-80c3-025924fa997a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632993554933,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6oyls6ykj7rlgb3dt8sl/1.0/resourceInstances/pnf5430baaf86970/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:19:15.598Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "352cbe2d-9713-4db3-80c3-025924fa997a",
  "consumerID": "aai-ml",
  "timestamp": 1632993534245,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6oyls6ykj7rlgb3dt8sl/1.0/resourceInstances/pnf5430baaf86970/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:19:15.600Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:19:15.600Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T09:19:15.600Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "352cbe2d-9713-4db3-80c3-025924fa997a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632993535932,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6oyls6ykj7rlgb3dt8sl/1.0/resourceInstances/pnf5430baaf86970/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-30T09:19:15.600Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T09:19:15.600Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T09:19:15.600Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "352cbe2d-9713-4db3-80c3-025924fa997a",
  "consumerID": "policy-id",
  "timestamp": 1632993536025,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6oyls6ykj7rlgb3dt8sl/1.0/artifacts/service-DemoPnf6oyls6ykj7rlgb3dt8sl-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-30T09:19:15.600Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T09:19:15.600Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T09:19:15.601Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "352cbe2d-9713-4db3-80c3-025924fa997a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632993531436,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6oyls6ykj7rlgb3dt8sl/1.0/resourceInstances/pnf5430baaf86970/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:19:15.601Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:19:15.601Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T09:19:15.601Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "352cbe2d-9713-4db3-80c3-025924fa997a",
  "consumerID": "cds",
  "timestamp": 1632993536134,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6oyls6ykj7rlgb3dt8sl/1.0/artifacts/service-DemoPnf6oyls6ykj7rlgb3dt8sl-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-30T09:19:15.601Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T09:19:15.601Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T09:19:15.601Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "352cbe2d-9713-4db3-80c3-025924fa997a",
  "consumerID": "clamp",
  "timestamp": 1632993531513,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6oyls6ykj7rlgb3dt8sl/1.0/resourceInstances/pnf5430baaf86970/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:19:15.601Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:19:15.601Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T09:19:15.601Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "352cbe2d-9713-4db3-80c3-025924fa997a",
  "consumerID": "aai-ml",
  "timestamp": 1632993534245,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6oyls6ykj7rlgb3dt8sl/1.0/resourceInstances/pnf5430baaf86970/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:19:15.601Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:19:15.601Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T09:19:15.601Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "352cbe2d-9713-4db3-80c3-025924fa997a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632993536949,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6oyls6ykj7rlgb3dt8sl/1.0/resourceInstances/pnf5430baaf86970/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-09-30T09:19:15.601Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T09:19:15.601Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T09:19:15.601Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "352cbe2d-9713-4db3-80c3-025924fa997a",
  "consumerID": "policy-id",
  "timestamp": 1632993537028,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6oyls6ykj7rlgb3dt8sl/1.0/artifacts/service-DemoPnf6oyls6ykj7rlgb3dt8sl-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-30T09:19:15.602Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T09:19:15.602Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T09:19:15.602Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "352cbe2d-9713-4db3-80c3-025924fa997a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632993531436,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6oyls6ykj7rlgb3dt8sl/1.0/resourceInstances/pnf5430baaf86970/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:19:15.602Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:19:15.602Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T09:19:15.602Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "352cbe2d-9713-4db3-80c3-025924fa997a",
  "consumerID": "cds",
  "timestamp": 1632993537144,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6oyls6ykj7rlgb3dt8sl/1.0/artifacts/service-DemoPnf6oyls6ykj7rlgb3dt8sl-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-30T09:19:15.624Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 352cbe2d-9713-4db3-80c3-025924fa997a
2021-09-30T09:19:15.624Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 352cbe2d-9713-4db3-80c3-025924fa997a 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-30T09:19:15.639Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T09:19:15.639Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "352cbe2d-9713-4db3-80c3-025924fa997a",
  "consumerID": "clamp",
  "timestamp": 1632993531513,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6oyls6ykj7rlgb3dt8sl/1.0/resourceInstances/pnf5430baaf86970/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:19:15.639Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:19:15.640Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T09:19:15.640Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "352cbe2d-9713-4db3-80c3-025924fa997a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632993537699,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6oyls6ykj7rlgb3dt8sl/1.0/artifacts/service-DemoPnf6oyls6ykj7rlgb3dt8sl-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-30T09:19:15.640Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T09:19:15.640Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T09:19:15.640Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "352cbe2d-9713-4db3-80c3-025924fa997a",
  "consumerID": "aai-ml",
  "timestamp": 1632993534245,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6oyls6ykj7rlgb3dt8sl/1.0/resourceInstances/pnf5430baaf86970/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:19:15.640Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:19:15.640Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T09:19:15.640Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "352cbe2d-9713-4db3-80c3-025924fa997a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1632993537952,
  "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-30T09:19:15.646Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 352cbe2d-9713-4db3-80c3-025924fa997a
2021-09-30T09:19:15.646Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 352cbe2d-9713-4db3-80c3-025924fa997a 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-30T09:19:15.654Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T09:19:15.654Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "352cbe2d-9713-4db3-80c3-025924fa997a",
  "consumerID": "policy-id",
  "timestamp": 1632993538031,
  "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-30T09:19:15.659Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 352cbe2d-9713-4db3-80c3-025924fa997a
2021-09-30T09:19:15.659Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 352cbe2d-9713-4db3-80c3-025924fa997a 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-30T09:19:15.670Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T09:19:15.670Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "352cbe2d-9713-4db3-80c3-025924fa997a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632993531436,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6oyls6ykj7rlgb3dt8sl/1.0/artifacts/service-DemoPnf6oyls6ykj7rlgb3dt8sl-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:19:15.670Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:19:15.671Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T09:19:15.671Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "352cbe2d-9713-4db3-80c3-025924fa997a",
  "consumerID": "clamp",
  "timestamp": 1632993531513,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6oyls6ykj7rlgb3dt8sl/1.0/artifacts/service-DemoPnf6oyls6ykj7rlgb3dt8sl-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:19:15.672Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:19:15.673Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T09:19:15.673Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "352cbe2d-9713-4db3-80c3-025924fa997a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1632993538702,
  "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-30T09:19:15.680Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 352cbe2d-9713-4db3-80c3-025924fa997a
2021-09-30T09:19:15.680Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 352cbe2d-9713-4db3-80c3-025924fa997a 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-30T09:19:15.694Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T09:19:15.695Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "352cbe2d-9713-4db3-80c3-025924fa997a",
  "consumerID": "aai-ml",
  "timestamp": 1632993534245,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6oyls6ykj7rlgb3dt8sl/1.0/resourceInstances/pnf5430baaf86970/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:19:15.699Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:19:15.699Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T09:19:15.699Z||pool-239-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T09:19:15.700Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "352cbe2d-9713-4db3-80c3-025924fa997a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1632993531436,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6oyls6ykj7rlgb3dt8sl/1.0/artifacts/service-DemoPnf6oyls6ykj7rlgb3dt8sl-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T09:19:15.700Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:19:15.700Z||pool-239-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-30T09:19:15.700Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T09:19:15.700Z||pool-239-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T09:19:15.700Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "352cbe2d-9713-4db3-80c3-025924fa997a",
  "consumerID": "clamp",
  "timestamp": 1632993531513,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6oyls6ykj7rlgb3dt8sl/1.0/artifacts/service-DemoPnf6oyls6ykj7rlgb3dt8sl-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T09:19:15.701Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:19:15.701Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T09:19:15.701Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "352cbe2d-9713-4db3-80c3-025924fa997a",
  "consumerID": "aai-ml",
  "timestamp": 1632993534245,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6oyls6ykj7rlgb3dt8sl/1.0/resourceInstances/pnf5430baaf86970/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:19:15.701Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:19:15.701Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T09:19:15.701Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "352cbe2d-9713-4db3-80c3-025924fa997a",
  "consumerID": "aai-ml",
  "timestamp": 1632993534245,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6oyls6ykj7rlgb3dt8sl/1.0/artifacts/service-DemoPnf6oyls6ykj7rlgb3dt8sl-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:19:15.702Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:19:15.702Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T09:19:15.702Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "352cbe2d-9713-4db3-80c3-025924fa997a",
  "consumerID": "aai-ml",
  "timestamp": 1632993534245,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6oyls6ykj7rlgb3dt8sl/1.0/artifacts/service-DemoPnf6oyls6ykj7rlgb3dt8sl-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T09:19:15.702Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:19:15.703Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T09:19:15.703Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "352cbe2d-9713-4db3-80c3-025924fa997a",
  "consumerID": "aai-ml",
  "timestamp": 1632993544396,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6oyls6ykj7rlgb3dt8sl/1.0/artifacts/service-DemoPnf6oyls6ykj7rlgb3dt8sl-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-30T09:19:15.703Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T09:19:15.703Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T09:19:15.703Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "352cbe2d-9713-4db3-80c3-025924fa997a",
  "consumerID": "clamp",
  "timestamp": 1632993550579,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6oyls6ykj7rlgb3dt8sl/1.0/artifacts/service-DemoPnf6oyls6ykj7rlgb3dt8sl-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-30T09:19:15.704Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T09:19:15.704Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T09:19:15.704Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "352cbe2d-9713-4db3-80c3-025924fa997a",
  "consumerID": "aai-ml",
  "timestamp": 1632993550842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6oyls6ykj7rlgb3dt8sl/1.0/artifacts/service-DemoPnf6oyls6ykj7rlgb3dt8sl-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-30T09:19:15.704Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T09:19:15.705Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T09:19:15.705Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "352cbe2d-9713-4db3-80c3-025924fa997a",
  "consumerID": "aai-ml",
  "timestamp": 1632993551847,
  "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-30T09:19:15.709Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 352cbe2d-9713-4db3-80c3-025924fa997a
2021-09-30T09:19:15.709Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 352cbe2d-9713-4db3-80c3-025924fa997a 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-30T09:19:15.716Z||pool-239-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T09:19:15.716Z||pool-239-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2021-09-30T09:19:15.717Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T09:19:15.718Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "352cbe2d-9713-4db3-80c3-025924fa997a",
  "consumerID": "clamp",
  "timestamp": 1632993552584,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6oyls6ykj7rlgb3dt8sl/1.0/artifacts/service-DemoPnf6oyls6ykj7rlgb3dt8sl-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-30T09:19:15.718Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T09:19:15.718Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T09:19:15.718Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "352cbe2d-9713-4db3-80c3-025924fa997a",
  "consumerID": "clamp",
  "timestamp": 1632993553587,
  "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-30T09:19:15.722Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 352cbe2d-9713-4db3-80c3-025924fa997a
2021-09-30T09:19:15.723Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 352cbe2d-9713-4db3-80c3-025924fa997a 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-30T09:19:16.599Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T09:19:16.601Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-30T09:19:16.605Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T09:19:16.605Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "352cbe2d-9713-4db3-80c3-025924fa997a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632993554933,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6oyls6ykj7rlgb3dt8sl/1.0/resourceInstances/pnf5430baaf86970/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:19:16.703Z||pool-240-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2021-09-30T09:19:16.704Z||pool-240-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-30T09:19:16.705Z||pool-240-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T09:19:16.732Z||pool-240-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T09:19:16.732Z||pool-240-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1}
2021-09-30T09:19:17.606Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T09:19:17.607Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-30T09:19:17.609Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T09:19:17.610Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "352cbe2d-9713-4db3-80c3-025924fa997a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632993554933,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6oyls6ykj7rlgb3dt8sl/1.0/resourceInstances/pnf5430baaf86970/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:19:17.710Z||pool-241-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T09:19:17.711Z||pool-241-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-30T09:19:17.711Z||pool-241-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T09:19:17.724Z||pool-241-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T09:19:17.725Z||pool-241-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-09-30T09:19:18.611Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T09:19:18.612Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-30T09:19:18.615Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T09:19:18.615Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "352cbe2d-9713-4db3-80c3-025924fa997a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632993554933,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6oyls6ykj7rlgb3dt8sl/1.0/resourceInstances/pnf5430baaf86970/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:19:18.715Z||pool-242-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T09:19:18.716Z||pool-242-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-30T09:19:18.716Z||pool-242-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T09:19:18.738Z||pool-242-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T09:19:18.739Z||pool-242-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2021-09-30T09:19:19.616Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T09:19:19.616Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-30T09:19:19.619Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T09:19:19.619Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "352cbe2d-9713-4db3-80c3-025924fa997a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632993554933,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6oyls6ykj7rlgb3dt8sl/1.0/resourceInstances/pnf5430baaf86970/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:19:19.719Z||pool-243-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T09:19:19.720Z||pool-243-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-30T09:19:19.720Z||pool-243-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T09:19:19.736Z||pool-243-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T09:19:19.736Z||pool-243-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-09-30T09:19:20.619Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T09:19:20.620Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-30T09:19:20.624Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T09:19:20.624Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "352cbe2d-9713-4db3-80c3-025924fa997a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632993554933,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6oyls6ykj7rlgb3dt8sl/1.0/resourceInstances/pnf5430baaf86970/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:19:20.723Z||pool-244-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-30T09:19:20.724Z||pool-244-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-30T09:19:20.724Z||pool-244-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T09:19:20.744Z||pool-244-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T09:19:20.744Z||pool-244-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2021-09-30T09:19:21.627Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T09:19:21.629Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-30T09:19:21.634Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T09:19:21.635Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "352cbe2d-9713-4db3-80c3-025924fa997a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632993554933,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6oyls6ykj7rlgb3dt8sl/1.0/artifacts/service-DemoPnf6oyls6ykj7rlgb3dt8sl-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:19:21.734Z||pool-245-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-30T09:19:21.735Z||pool-245-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-30T09:19:21.735Z||pool-245-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T09:19:21.747Z||pool-245-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T09:19:21.748Z||pool-245-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-09-30T09:19:22.635Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T09:19:22.637Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-30T09:19:22.639Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T09:19:22.639Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "352cbe2d-9713-4db3-80c3-025924fa997a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632993554933,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6oyls6ykj7rlgb3dt8sl/1.0/artifacts/service-DemoPnf6oyls6ykj7rlgb3dt8sl-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T09:19:22.740Z||pool-246-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-30T09:19:22.741Z||pool-246-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-30T09:19:22.741Z||pool-246-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T09:19:22.757Z||pool-246-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T09:19:22.757Z||pool-246-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2021-09-30T09:19:23.640Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "352cbe2d-9713-4db3-80c3-025924fa997a",
  "serviceName": "Demo_pNF_6oYLs6YKj7rLGb3Dt8sl",
  "serviceVersion": "1.0",
  "serviceUUID": "f47dce30-7e11-4b89-8bcc-56097b8896f3",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "fc28a852-fe16-44a1-8886-dd21b4bcf623",
  "resources": [
    {
      "resourceInstanceName": "pNF 5430baaf-8697 0",
      "resourceCustomizationUUID": "233b350c-0957-416e-8477-86173db99978",
      "resourceName": "pNF 5430baaf-8697",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "1bbde6eb-4437-43ad-8eab-534ac8d82e0d",
      "resourceInvariantUUID": "ef158453-16ea-4c46-a08b-74890cd8763f",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnf6oyls6ykj7rlgb3dt8sl-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnf6oyls6ykj7rlgb3dt8sl/1.0/artifacts/service-DemoPnf6oyls6ykj7rlgb3dt8sl-csar.csar",
      "artifactChecksum": "MTcyYmU2MThhMDg4NWYyN2MzNzBkZjlkMDQ1YzY1NTI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c77f95e3-6a95-42cf-b7f1-5731fce7f602"
    }
  ],
  "workloadContext": "Production"
}
2021-09-30T09:19:23.641Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-30T09:19:23.641Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 f47dce30-7e11-4b89-8bcc-56097b8896f3 ASDC
2021-09-30T09:19:23.642Z|352cbe2d-9713-4db3-80c3-025924fa997a|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:352cbe2d-9713-4db3-80c3-025924fa997a
ServiceName:Demo_pNF_6oYLs6YKj7rLGb3Dt8sl
ServiceVersion:1.0
ServiceUUID:f47dce30-7e11-4b89-8bcc-56097b8896f3
ServiceInvariantUUID:fc28a852-fe16-44a1-8886-dd21b4bcf623
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf6oyls6ykj7rlgb3dt8sl-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf6oyls6ykj7rlgb3dt8sl/1.0/artifacts/service-DemoPnf6oyls6ykj7rlgb3dt8sl-csar.csar
ArtifactUUID:c77f95e3-6a95-42cf-b7f1-5731fce7f602
ArtifactChecksum:MTcyYmU2MThhMDg4NWYyN2MzNzBkZjlkMDQ1YzY1NTI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 5430baaf-8697 0
ResourceCustomizationUUID:233b350c-0957-416e-8477-86173db99978
ResourceInvariantUUID:ef158453-16ea-4c46-a08b-74890cd8763f
ResourceName:pNF 5430baaf-8697
ResourceType:PNF
ResourceUUID:1bbde6eb-4437-43ad-8eab-534ac8d82e0d
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-09-30T09:19:23.642Z|352cbe2d-9713-4db3-80c3-025924fa997a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f47dce30-7e11-4b89-8bcc-56097b8896f3 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-30T09:19:23.675Z|352cbe2d-9713-4db3-80c3-025924fa997a|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-30T09:19:23.677Z|352cbe2d-9713-4db3-80c3-025924fa997a|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-30T09:19:23.677Z|352cbe2d-9713-4db3-80c3-025924fa997a|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-30T09:19:23.677Z|352cbe2d-9713-4db3-80c3-025924fa997a|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: c77f95e3-6a95-42cf-b7f1-5731fce7f602 from URL: /sdc/v1/catalog/services/DemoPnf6oyls6ykj7rlgb3dt8sl/1.0/artifacts/service-DemoPnf6oyls6ykj7rlgb3dt8sl-csar.csar
2021-09-30T09:19:23.677Z|352cbe2d-9713-4db3-80c3-025924fa997a|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-30T09:19:23.678Z|352cbe2d-9713-4db3-80c3-025924fa997a|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf6oyls6ykj7rlgb3dt8sl/1.0/artifacts/service-DemoPnf6oyls6ykj7rlgb3dt8sl-csar.csar
2021-09-30T09:19:24.458Z|352cbe2d-9713-4db3-80c3-025924fa997a|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-30T09:19:24.465Z|352cbe2d-9713-4db3-80c3-025924fa997a|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf6oyls6ykj7rlgb3dt8sl/1.0/artifacts/service-DemoPnf6oyls6ykj7rlgb3dt8sl-csar.csar c77f95e3-6a95-42cf-b7f1-5731fce7f602 82536
2021-09-30T09:19:24.465Z|352cbe2d-9713-4db3-80c3-025924fa997a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf6oyls6ykj7rlgb3dt8sl/1.0/artifacts/service-DemoPnf6oyls6ykj7rlgb3dt8sl-csar.csar ASDC sendASDCNotification
2021-09-30T09:19:24.465Z|352cbe2d-9713-4db3-80c3-025924fa997a|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf6oyls6ykj7rlgb3dt8sl/1.0/artifacts/service-DemoPnf6oyls6ykj7rlgb3dt8sl-csar.csar
2021-09-30T09:19:24.465Z|352cbe2d-9713-4db3-80c3-025924fa997a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-30T09:19:24.466Z|352cbe2d-9713-4db3-80c3-025924fa997a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-30T09:19:24.468Z|352cbe2d-9713-4db3-80c3-025924fa997a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T09:19:24.468Z|352cbe2d-9713-4db3-80c3-025924fa997a|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "352cbe2d-9713-4db3-80c3-025924fa997a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632993564465,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6oyls6ykj7rlgb3dt8sl/1.0/artifacts/service-DemoPnf6oyls6ykj7rlgb3dt8sl-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-30T09:19:24.569Z||pool-247-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-30T09:19:24.570Z||pool-247-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-30T09:19:24.570Z||pool-247-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T09:19:24.590Z||pool-247-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T09:19:24.591Z||pool-247-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2021-09-30T09:19:25.468Z|352cbe2d-9713-4db3-80c3-025924fa997a|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-30T09:19:25.469Z|352cbe2d-9713-4db3-80c3-025924fa997a|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-30T09:19:25.469Z|352cbe2d-9713-4db3-80c3-025924fa997a|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: c77f95e3-6a95-42cf-b7f1-5731fce7f602, URL: /sdc/v1/catalog/services/DemoPnf6oyls6ykj7rlgb3dt8sl/1.0/artifacts/service-DemoPnf6oyls6ykj7rlgb3dt8sl-csar.csar to file: /app/ASDC/1/service-DemoPnf6oyls6ykj7rlgb3dt8sl-csar.csar
2021-09-30T09:19:25.470Z|352cbe2d-9713-4db3-80c3-025924fa997a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf6oyls6ykj7rlgb3dt8sl-csar.csar
2021-09-30T09:19:25.470Z|352cbe2d-9713-4db3-80c3-025924fa997a|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf6oyls6ykj7rlgb3dt8sl-csar.csar
2021-09-30T09:19:25.470Z|352cbe2d-9713-4db3-80c3-025924fa997a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf6oyls6ykj7rlgb3dt8sl-csar.csar
2021-09-30T09:19:25.657Z|352cbe2d-9713-4db3-80c3-025924fa997a|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4036667841927544760/Definitions/service-DemoPnf6oyls6ykj7rlgb3dt8sl-template.yml
2021-09-30T09:19:26.607Z|352cbe2d-9713-4db3-80c3-025924fa997a|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-30T09:19:26.607Z|352cbe2d-9713-4db3-80c3-025924fa997a|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-09-30T09:19:26.607Z|352cbe2d-9713-4db3-80c3-025924fa997a|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf6oyls6ykj7rlgb3dt8sl-csar.csar
2021-09-30T09:19:26.608Z|352cbe2d-9713-4db3-80c3-025924fa997a|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-09-30T09:19:26.608Z|352cbe2d-9713-4db3-80c3-025924fa997a|pool-2-thread-5|||||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-DemoPnf6oyls6ykj7rlgb3dt8sl-csar.csar
2021-09-30T09:19:26.608Z|352cbe2d-9713-4db3-80c3-025924fa997a|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf6oyls6ykj7rlgb3dt8sl-csar.csar
2021-09-30T09:19:26.608Z|352cbe2d-9713-4db3-80c3-025924fa997a|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 5430baaf-8697 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-DemoPnf6oyls6ykj7rlgb3dt8sl-csar.csar
2021-09-30T09:19:26.608Z|352cbe2d-9713-4db3-80c3-025924fa997a|pool-2-thread-5|||||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-DemoPnf6oyls6ykj7rlgb3dt8sl-csar.csar
2021-09-30T09:19:26.608Z|352cbe2d-9713-4db3-80c3-025924fa997a|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf6oyls6ykj7rlgb3dt8sl-csar.csar
2021-09-30T09:19:26.608Z|352cbe2d-9713-4db3-80c3-025924fa997a|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf6oyls6ykj7rlgb3dt8sl-csar.csar
2021-09-30T09:19:26.608Z|352cbe2d-9713-4db3-80c3-025924fa997a|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf6oyls6ykj7rlgb3dt8sl-csar.csar
2021-09-30T09:19:26.608Z|352cbe2d-9713-4db3-80c3-025924fa997a|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-09-30T09:19:26.608Z|352cbe2d-9713-4db3-80c3-025924fa997a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T09:19:26.608Z|352cbe2d-9713-4db3-80c3-025924fa997a|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_6oYLs6YKj7rLGb3Dt8sl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T09:19:26.609Z|352cbe2d-9713-4db3-80c3-025924fa997a|pool-2-thread-5|||||DEBUG|500||Node template pNF 5430baaf-8697 0 is matching search criteria
2021-09-30T09:19:26.609Z|352cbe2d-9713-4db3-80c3-025924fa997a|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-09-30T09:19:26.609Z|352cbe2d-9713-4db3-80c3-025924fa997a|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 5430baaf-8697 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-30T09:19:26.609Z|352cbe2d-9713-4db3-80c3-025924fa997a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T09:19:26.609Z|352cbe2d-9713-4db3-80c3-025924fa997a|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_6oYLs6YKj7rLGb3Dt8sl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T09:19:26.609Z|352cbe2d-9713-4db3-80c3-025924fa997a|pool-2-thread-5|||||DEBUG|500||Node template pNF 5430baaf-8697 0 is matching search criteria
2021-09-30T09:19:26.610Z|352cbe2d-9713-4db3-80c3-025924fa997a|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-09-30T09:19:26.610Z|352cbe2d-9713-4db3-80c3-025924fa997a|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 5430baaf-8697 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-30T09:19:26.610Z|352cbe2d-9713-4db3-80c3-025924fa997a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T09:19:26.610Z|352cbe2d-9713-4db3-80c3-025924fa997a|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_6oYLs6YKj7rLGb3Dt8sl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T09:19:26.610Z|352cbe2d-9713-4db3-80c3-025924fa997a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T09:19:26.610Z|352cbe2d-9713-4db3-80c3-025924fa997a|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_6oYLs6YKj7rLGb3Dt8sl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T09:19:26.610Z|352cbe2d-9713-4db3-80c3-025924fa997a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T09:19:26.610Z|352cbe2d-9713-4db3-80c3-025924fa997a|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_6oYLs6YKj7rLGb3Dt8sl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T09:19:26.611Z|352cbe2d-9713-4db3-80c3-025924fa997a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T09:19:26.611Z|352cbe2d-9713-4db3-80c3-025924fa997a|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_6oYLs6YKj7rLGb3Dt8sl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T09:19:26.611Z|352cbe2d-9713-4db3-80c3-025924fa997a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T09:19:26.611Z|352cbe2d-9713-4db3-80c3-025924fa997a|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_6oYLs6YKj7rLGb3Dt8sl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T09:19:26.611Z|352cbe2d-9713-4db3-80c3-025924fa997a|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_6oYLs6YKj7rLGb3Dt8sl
Description:catalog service description
Model UUID:f47dce30-7e11-4b89-8bcc-56097b8896f3
Model Version:NULL
Model InvariantUuid:fc28a852-fe16-44a1-8886-dd21b4bcf623
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-30T09:19:26.619Z|352cbe2d-9713-4db3-80c3-025924fa997a|pool-2-thread-5|||||INFO|500||Processing Resource Type: PNF, Model UUID: 1bbde6eb-4437-43ad-8eab-534ac8d82e0d
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-30T09:19:26.623Z|352cbe2d-9713-4db3-80c3-025924fa997a|pool-2-thread-5|||||INFO|500||pNF 5430baaf-8697 0
2021-09-30T09:19:26.623Z|352cbe2d-9713-4db3-80c3-025924fa997a|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 1bbde6eb-4437-43ad-8eab-534ac8d82e0d
2021-09-30T09:19:26.623Z|352cbe2d-9713-4db3-80c3-025924fa997a|pool-2-thread-5|||||DEBUG|500||No resources found for Service: f47dce30-7e11-4b89-8bcc-56097b8896f3
2021-09-30T09:19:26.623Z|352cbe2d-9713-4db3-80c3-025924fa997a|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: f47dce30-7e11-4b89-8bcc-56097b8896f3
2021-09-30T09:19:26.624Z|352cbe2d-9713-4db3-80c3-025924fa997a|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 5430baaf-8697 0 1bbde6eb-4437-43ad-8eab-534ac8d82e0d 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-30T09:19:26.628Z|352cbe2d-9713-4db3-80c3-025924fa997a|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4cb53a15, org.onap.sdc.toscaparser.api.parameters.Input@63b37f93, org.onap.sdc.toscaparser.api.parameters.Input@78a81eb9, org.onap.sdc.toscaparser.api.parameters.Input@17b585e9, org.onap.sdc.toscaparser.api.parameters.Input@72356098]
2021-09-30T09:19:26.628Z|352cbe2d-9713-4db3-80c3-025924fa997a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T09:19:26.628Z|352cbe2d-9713-4db3-80c3-025924fa997a|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_6oYLs6YKj7rLGb3Dt8sl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T09:19:26.628Z|352cbe2d-9713-4db3-80c3-025924fa997a|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid f47dce30-7e11-4b89-8bcc-56097b8896f3: pNF 5430baaf-8697
2021-09-30T09:19:26.629Z|352cbe2d-9713-4db3-80c3-025924fa997a|pool-2-thread-5|||||INFO|500||Processing PNF resource: 1bbde6eb-4437-43ad-8eab-534ac8d82e0d
2021-09-30T09:19:26.629Z|352cbe2d-9713-4db3-80c3-025924fa997a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-30T09:19:26.629Z|352cbe2d-9713-4db3-80c3-025924fa997a|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_6oYLs6YKj7rLGb3Dt8sl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T09:19:26.629Z|352cbe2d-9713-4db3-80c3-025924fa997a|pool-2-thread-5|||||INFO|500||Resource customization UUID: 233b350c-0957-416e-8477-86173db99978 is the same as notified resource customizationUUID: 233b350c-0957-416e-8477-86173db99978
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-30T09:19:26.661Z|352cbe2d-9713-4db3-80c3-025924fa997a|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 5430baaf-8697 1bbde6eb-4437-43ad-8eab-534ac8d82e0d 0 ASDC deployResourceStructure
2021-09-30T09:19:26.661Z|352cbe2d-9713-4db3-80c3-025924fa997a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf6oyls6ykj7rlgb3dt8sl/1.0/artifacts/service-DemoPnf6oyls6ykj7rlgb3dt8sl-csar.csar ASDC sendASDCNotification
2021-09-30T09:19:26.661Z|352cbe2d-9713-4db3-80c3-025924fa997a|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf6oyls6ykj7rlgb3dt8sl/1.0/artifacts/service-DemoPnf6oyls6ykj7rlgb3dt8sl-csar.csar
2021-09-30T09:19:26.661Z|352cbe2d-9713-4db3-80c3-025924fa997a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-30T09:19:26.662Z|352cbe2d-9713-4db3-80c3-025924fa997a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-30T09:19:26.664Z|352cbe2d-9713-4db3-80c3-025924fa997a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T09:19:26.664Z|352cbe2d-9713-4db3-80c3-025924fa997a|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "352cbe2d-9713-4db3-80c3-025924fa997a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632993566661,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6oyls6ykj7rlgb3dt8sl/1.0/artifacts/service-DemoPnf6oyls6ykj7rlgb3dt8sl-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-30T09:19:26.764Z||pool-248-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T09:19:26.765Z||pool-248-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-30T09:19:26.765Z||pool-248-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T09:19:26.778Z||pool-248-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T09:19:26.779Z||pool-248-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-09-30T09:19:27.664Z|352cbe2d-9713-4db3-80c3-025924fa997a|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 352cbe2d-9713-4db3-80c3-025924fa997a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-30T09:19:27.675Z|352cbe2d-9713-4db3-80c3-025924fa997a|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 352cbe2d-9713-4db3-80c3-025924fa997a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-30T09:19:27.677Z|352cbe2d-9713-4db3-80c3-025924fa997a|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-30T09:19:27.677Z|352cbe2d-9713-4db3-80c3-025924fa997a|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-30T09:19:27.678Z|352cbe2d-9713-4db3-80c3-025924fa997a|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-30T09:19:27.678Z|352cbe2d-9713-4db3-80c3-025924fa997a|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-30T09:19:27.678Z|352cbe2d-9713-4db3-80c3-025924fa997a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-30T09:19:27.678Z|352cbe2d-9713-4db3-80c3-025924fa997a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-30T09:19:27.678Z|352cbe2d-9713-4db3-80c3-025924fa997a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-30T09:19:27.678Z|352cbe2d-9713-4db3-80c3-025924fa997a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-30T09:19:27.678Z|352cbe2d-9713-4db3-80c3-025924fa997a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-30T09:19:27.679Z|352cbe2d-9713-4db3-80c3-025924fa997a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-30T09:19:27.679Z|352cbe2d-9713-4db3-80c3-025924fa997a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-30T09:19:27.679Z|352cbe2d-9713-4db3-80c3-025924fa997a|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-30T09:19:27.685Z|352cbe2d-9713-4db3-80c3-025924fa997a|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-30T09:19:57.685Z|352cbe2d-9713-4db3-80c3-025924fa997a|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 352cbe2d-9713-4db3-80c3-025924fa997a 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-30T09:19:57.698Z|352cbe2d-9713-4db3-80c3-025924fa997a|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 352cbe2d-9713-4db3-80c3-025924fa997a and serviceModelVersionId: f47dce30-7e11-4b89-8bcc-56097b8896f3
2021-09-30T09:19:57.698Z|352cbe2d-9713-4db3-80c3-025924fa997a|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : fc28a852-fe16-44a1-8886-dd21b4bcf623
2021-09-30T09:19:57.700Z|352cbe2d-9713-4db3-80c3-025924fa997a|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/fc28a852-fe16-44a1-8886-dd21b4bcf623/model-vers/model-ver/f47dce30-7e11-4b89-8bcc-56097b8896f3?depth=0
2021-09-30T09:19:57.707Z|352cbe2d-9713-4db3-80c3-025924fa997a|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2021-09-30T09:19:57.753Z|352cbe2d-9713-4db3-80c3-025924fa997a|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/fc28a852-fe16-44a1-8886-dd21b4bcf623/model-vers/model-ver/f47dce30-7e11-4b89-8bcc-56097b8896f3?depth=0|INFO|500||Invoke
2021-09-30T09:19:57.753Z|352cbe2d-9713-4db3-80c3-025924fa997a|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/fc28a852-fe16-44a1-8886-dd21b4bcf623/model-vers/model-ver/f47dce30-7e11-4b89-8bcc-56097b8896f3?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/fc28a852-fe16-44a1-8886-dd21b4bcf623/model-vers/model-ver/f47dce30-7e11-4b89-8bcc-56097b8896f3?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[352cbe2d-9713-4db3-80c3-025924fa997a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[2f9be80a-d511-4149-998a-4a91e38c6408], X-ECOMP-RequestID=[352cbe2d-9713-4db3-80c3-025924fa997a], X-TransactionId=[], X-ONAP-RequestID=[352cbe2d-9713-4db3-80c3-025924fa997a], Content-Type=[application/merge-patch+json]}
2021-09-30T09:19:57.778Z|352cbe2d-9713-4db3-80c3-025924fa997a|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/fc28a852-fe16-44a1-8886-dd21b4bcf623/model-vers/model-ver/f47dce30-7e11-4b89-8bcc-56097b8896f3?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-30T09:19:57.960Z|352cbe2d-9713-4db3-80c3-025924fa997a|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/fc28a852-fe16-44a1-8886-dd21b4bcf623/model-vers/model-ver/f47dce30-7e11-4b89-8bcc-56097b8896f3?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/fc28a852-fe16-44a1-8886-dd21b4bcf623/model-vers/model-ver/f47dce30-7e11-4b89-8bcc-56097b8896f3?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210930-09:19:57:787-15312], vertex-id=[266440], Content-Length=[0], Date=[Thu, 30 Sep 2021 09:19:57 GMT], Content-Type=[application/json]}
2021-09-30T09:19:57.960Z|352cbe2d-9713-4db3-80c3-025924fa997a|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/fc28a852-fe16-44a1-8886-dd21b4bcf623/model-vers/model-ver/f47dce30-7e11-4b89-8bcc-56097b8896f3?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-09-30T09:19:57.961Z|352cbe2d-9713-4db3-80c3-025924fa997a|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/fc28a852-fe16-44a1-8886-dd21b4bcf623/model-vers/model-ver/f47dce30-7e11-4b89-8bcc-56097b8896f3?depth=0|INFO|500||InvokeReturn
2021-09-30T09:19:57.962Z|352cbe2d-9713-4db3-80c3-025924fa997a|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-30T09:19:57.963Z|352cbe2d-9713-4db3-80c3-025924fa997a|pool-2-thread-5|||||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-30T09:19:57.968Z|352cbe2d-9713-4db3-80c3-025924fa997a|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-09-30T09:19:57.969Z|352cbe2d-9713-4db3-80c3-025924fa997a|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 352cbe2d-9713-4db3-80c3-025924fa997a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-30T09:19:57.969Z|352cbe2d-9713-4db3-80c3-025924fa997a|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-30T09:19:57.969Z|352cbe2d-9713-4db3-80c3-025924fa997a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-30T09:19:57.973Z|352cbe2d-9713-4db3-80c3-025924fa997a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T09:19:57.974Z|352cbe2d-9713-4db3-80c3-025924fa997a|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "352cbe2d-9713-4db3-80c3-025924fa997a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632993597969,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-30T09:19:58.074Z||pool-249-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T09:19:58.075Z||pool-249-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-30T09:19:58.075Z||pool-249-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2cjfMityS9h3J0jo) ...
2021-09-30T09:19:58.090Z||pool-249-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T09:19:58.091Z||pool-249-thread-1|||||INFO|500||cambria reply ok (17 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-30T09:20:14.933Z|352cbe2d-9713-4db3-80c3-025924fa997a|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T09:20:14.934Z|352cbe2d-9713-4db3-80c3-025924fa997a|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-30T09:20:14.934Z|352cbe2d-9713-4db3-80c3-025924fa997a|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 2cjfMityS9h3J0jo) ...
2021-09-30T09:20:14.934Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T09:20:14.935Z|2697b011-ed1d-4632-a89a-def73d4735c8|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-30T09:20:14.935Z|2697b011-ed1d-4632-a89a-def73d4735c8|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 2cjfMityS9h3J0jo) ...
2021-09-30T09:20:15.063Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T09:20:15.065Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T09:20:15.065Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "352cbe2d-9713-4db3-80c3-025924fa997a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632993554933,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6oyls6ykj7rlgb3dt8sl/1.0/resourceInstances/pnf5430baaf86970/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:20:15.066Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:20:24.496Z|352cbe2d-9713-4db3-80c3-025924fa997a|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T09:21:14.937Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T09:21:14.937Z|352cbe2d-9713-4db3-80c3-025924fa997a|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T09:21:14.941Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|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-30T09:21:14.941Z|352cbe2d-9713-4db3-80c3-025924fa997a|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-30T09:21:14.941Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|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 2cjfMityS9h3J0jo) ...
2021-09-30T09:21:14.941Z|352cbe2d-9713-4db3-80c3-025924fa997a|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 2cjfMityS9h3J0jo) ...
2021-09-30T09:21:15.477Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T09:21:15.479Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-30T09:21:15.480Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "352cbe2d-9713-4db3-80c3-025924fa997a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632993554933,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6oyls6ykj7rlgb3dt8sl/1.0/resourceInstances/pnf5430baaf86970/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:21:15.482Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:21:15.482Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-30T09:21:15.482Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "352cbe2d-9713-4db3-80c3-025924fa997a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632993554933,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6oyls6ykj7rlgb3dt8sl/1.0/resourceInstances/pnf5430baaf86970/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:21:15.482Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:21:15.482Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-30T09:21:15.483Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "352cbe2d-9713-4db3-80c3-025924fa997a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632993554933,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6oyls6ykj7rlgb3dt8sl/1.0/resourceInstances/pnf5430baaf86970/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:21:15.483Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:21:15.483Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-30T09:21:15.483Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "352cbe2d-9713-4db3-80c3-025924fa997a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632993554933,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6oyls6ykj7rlgb3dt8sl/1.0/resourceInstances/pnf5430baaf86970/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:21:15.483Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:21:15.483Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-30T09:21:15.483Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "352cbe2d-9713-4db3-80c3-025924fa997a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632993554933,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6oyls6ykj7rlgb3dt8sl/1.0/resourceInstances/pnf5430baaf86970/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:21:15.483Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:21:15.483Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-30T09:21:15.484Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "352cbe2d-9713-4db3-80c3-025924fa997a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632993554933,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6oyls6ykj7rlgb3dt8sl/1.0/artifacts/service-DemoPnf6oyls6ykj7rlgb3dt8sl-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-30T09:21:15.484Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:21:15.484Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-30T09:21:15.484Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "352cbe2d-9713-4db3-80c3-025924fa997a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632993554933,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6oyls6ykj7rlgb3dt8sl/1.0/artifacts/service-DemoPnf6oyls6ykj7rlgb3dt8sl-csar.csar",
  "status": "NOTIFIED"
}
2021-09-30T09:21:15.484Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-30T09:21:15.484Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-30T09:21:15.484Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "352cbe2d-9713-4db3-80c3-025924fa997a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632993564465,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6oyls6ykj7rlgb3dt8sl/1.0/artifacts/service-DemoPnf6oyls6ykj7rlgb3dt8sl-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-30T09:21:15.484Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T09:21:15.484Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-30T09:21:15.484Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "352cbe2d-9713-4db3-80c3-025924fa997a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632993566661,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6oyls6ykj7rlgb3dt8sl/1.0/artifacts/service-DemoPnf6oyls6ykj7rlgb3dt8sl-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-30T09:21:15.485Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T09:21:15.485Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-30T09:21:15.485Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "352cbe2d-9713-4db3-80c3-025924fa997a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1632993597969,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-30T09:21:15.485Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T09:21:24.507Z|352cbe2d-9713-4db3-80c3-025924fa997a|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T09:22:14.933Z|48773fe4-8e21-458b-b6a6-66f2ecf6eb60|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T09:22:14.934Z|48773fe4-8e21-458b-b6a6-66f2ecf6eb60|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-30T09:22:14.934Z|48773fe4-8e21-458b-b6a6-66f2ecf6eb60|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 2cjfMityS9h3J0jo) ...
2021-09-30T09:22:14.935Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T09:22:14.935Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|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-30T09:22:14.935Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|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 2cjfMityS9h3J0jo) ...
2021-09-30T09:22:24.564Z|48773fe4-8e21-458b-b6a6-66f2ecf6eb60|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T09:22:24.624Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T09:23:14.933Z|c5960122-d1b9-4aa5-accd-1f3ceeac9ab6|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T09:23:14.935Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T09:23:14.935Z||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-30T09:23:14.935Z|c5960122-d1b9-4aa5-accd-1f3ceeac9ab6|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T09:23:14.936Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T09:23:14.936Z|c5960122-d1b9-4aa5-accd-1f3ceeac9ab6|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2cjfMityS9h3J0jo) ...
2021-09-30T09:23:24.514Z|c5960122-d1b9-4aa5-accd-1f3ceeac9ab6|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T09:23:24.528Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T09:24:14.935Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T09:24:14.934Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T09:24:14.938Z||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-30T09:24:14.938Z||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-30T09:24:14.939Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T09:24:14.939Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T09:24:24.601Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T09:24:24.601Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T09:25:14.935Z|352cbe2d-9713-4db3-80c3-025924fa997a|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T09:25:14.934Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T09:25:14.937Z|352cbe2d-9713-4db3-80c3-025924fa997a|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-30T09:25:14.937Z|352cbe2d-9713-4db3-80c3-025924fa997a|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 2cjfMityS9h3J0jo) ...
2021-09-30T09:25:14.937Z||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-30T09:25:14.937Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T09:25:24.511Z|352cbe2d-9713-4db3-80c3-025924fa997a|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T09:25:24.519Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T09:26:14.935Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T09:26:14.935Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T09:26:14.939Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|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-30T09:26:14.939Z||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-30T09:26:14.939Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|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 2cjfMityS9h3J0jo) ...
2021-09-30T09:26:14.939Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T09:26:24.523Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T09:26:24.538Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T09:27:14.933Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T09:27:14.935Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T09:27:14.936Z||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-30T09:27:14.936Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T09:27:14.936Z||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-30T09:27:14.936Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T09:27:24.513Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T09:27:24.528Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T09:28:14.933Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T09:28:14.935Z|7781e528-2325-4bdb-89a4-8710128028e6|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T09:28:14.935Z||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-30T09:28:14.935Z|7781e528-2325-4bdb-89a4-8710128028e6|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-30T09:28:14.935Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T09:28:14.935Z|7781e528-2325-4bdb-89a4-8710128028e6|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 2cjfMityS9h3J0jo) ...
2021-09-30T09:28:24.502Z|7781e528-2325-4bdb-89a4-8710128028e6|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T09:28:24.523Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T09:29:14.933Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T09:29:14.935Z|7781e528-2325-4bdb-89a4-8710128028e6|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T09:29:14.937Z|7781e528-2325-4bdb-89a4-8710128028e6|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-30T09:29:14.938Z|7781e528-2325-4bdb-89a4-8710128028e6|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 2cjfMityS9h3J0jo) ...
2021-09-30T09:29:14.937Z||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-30T09:29:14.938Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T09:29:24.520Z|7781e528-2325-4bdb-89a4-8710128028e6|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T09:29:24.520Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T09:30:14.933Z|7781e528-2325-4bdb-89a4-8710128028e6|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T09:30:14.936Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T09:30:14.937Z|7781e528-2325-4bdb-89a4-8710128028e6|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T09:30:14.938Z|7781e528-2325-4bdb-89a4-8710128028e6|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2cjfMityS9h3J0jo) ...
2021-09-30T09:30:14.937Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|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-30T09:30:14.938Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|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 2cjfMityS9h3J0jo) ...
2021-09-30T09:30:24.515Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T09:30:24.520Z|7781e528-2325-4bdb-89a4-8710128028e6|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T09:31:14.933Z|7781e528-2325-4bdb-89a4-8710128028e6|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T09:31:14.935Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T09:31:14.935Z|7781e528-2325-4bdb-89a4-8710128028e6|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T09:31:14.935Z||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-30T09:31:14.935Z|7781e528-2325-4bdb-89a4-8710128028e6|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2cjfMityS9h3J0jo) ...
2021-09-30T09:31:14.935Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T09:31:24.513Z|7781e528-2325-4bdb-89a4-8710128028e6|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T09:31:24.515Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T09:32:14.933Z|7781e528-2325-4bdb-89a4-8710128028e6|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T09:32:14.935Z|48773fe4-8e21-458b-b6a6-66f2ecf6eb60|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T09:32:14.935Z|7781e528-2325-4bdb-89a4-8710128028e6|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T09:32:14.935Z|48773fe4-8e21-458b-b6a6-66f2ecf6eb60|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-30T09:32:14.935Z|7781e528-2325-4bdb-89a4-8710128028e6|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2cjfMityS9h3J0jo) ...
2021-09-30T09:32:14.935Z|48773fe4-8e21-458b-b6a6-66f2ecf6eb60|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 2cjfMityS9h3J0jo) ...
2021-09-30T09:32:24.574Z|7781e528-2325-4bdb-89a4-8710128028e6|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T09:32:24.584Z|48773fe4-8e21-458b-b6a6-66f2ecf6eb60|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T09:33:14.935Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T09:33:14.935Z|7781e528-2325-4bdb-89a4-8710128028e6|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T09:33:14.941Z||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-30T09:33:14.941Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T09:33:14.941Z|7781e528-2325-4bdb-89a4-8710128028e6|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T09:33:14.941Z|7781e528-2325-4bdb-89a4-8710128028e6|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2cjfMityS9h3J0jo) ...
2021-09-30T09:33:24.521Z|7781e528-2325-4bdb-89a4-8710128028e6|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T09:33:24.530Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T09:34:14.935Z|7781e528-2325-4bdb-89a4-8710128028e6|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T09:34:14.935Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T09:34:14.942Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|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-30T09:34:14.942Z|7781e528-2325-4bdb-89a4-8710128028e6|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T09:34:14.942Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|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 2cjfMityS9h3J0jo) ...
2021-09-30T09:34:14.942Z|7781e528-2325-4bdb-89a4-8710128028e6|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2cjfMityS9h3J0jo) ...
2021-09-30T09:34:24.506Z|7781e528-2325-4bdb-89a4-8710128028e6|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T09:34:24.510Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T09:35:14.933Z|7781e528-2325-4bdb-89a4-8710128028e6|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T09:35:14.935Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T09:35:14.935Z|7781e528-2325-4bdb-89a4-8710128028e6|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T09:35:14.935Z|7781e528-2325-4bdb-89a4-8710128028e6|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2cjfMityS9h3J0jo) ...
2021-09-30T09:35:14.935Z|2697b011-ed1d-4632-a89a-def73d4735c8|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-30T09:35:14.935Z|2697b011-ed1d-4632-a89a-def73d4735c8|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 2cjfMityS9h3J0jo) ...
2021-09-30T09:35:24.530Z|7781e528-2325-4bdb-89a4-8710128028e6|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T09:35:24.544Z|2697b011-ed1d-4632-a89a-def73d4735c8|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T09:36:14.934Z|7781e528-2325-4bdb-89a4-8710128028e6|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T09:36:14.935Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T09:36:14.939Z||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-30T09:36:14.939Z||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 2cjfMityS9h3J0jo) ...
2021-09-30T09:36:14.939Z|7781e528-2325-4bdb-89a4-8710128028e6|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T09:36:14.942Z|7781e528-2325-4bdb-89a4-8710128028e6|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2cjfMityS9h3J0jo) ...
2021-09-30T09:36:24.509Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T09:36:24.553Z|7781e528-2325-4bdb-89a4-8710128028e6|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T09:37:14.935Z|c5960122-d1b9-4aa5-accd-1f3ceeac9ab6|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T09:37:14.935Z|7781e528-2325-4bdb-89a4-8710128028e6|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T09:37:14.940Z|c5960122-d1b9-4aa5-accd-1f3ceeac9ab6|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-30T09:37:14.940Z|7781e528-2325-4bdb-89a4-8710128028e6|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T09:37:14.941Z|c5960122-d1b9-4aa5-accd-1f3ceeac9ab6|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 2cjfMityS9h3J0jo) ...
2021-09-30T09:37:14.941Z|7781e528-2325-4bdb-89a4-8710128028e6|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2cjfMityS9h3J0jo) ...
2021-09-30T09:37:24.505Z|c5960122-d1b9-4aa5-accd-1f3ceeac9ab6|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T09:37:24.517Z|7781e528-2325-4bdb-89a4-8710128028e6|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T09:38:14.933Z|7781e528-2325-4bdb-89a4-8710128028e6|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T09:38:14.934Z|7781e528-2325-4bdb-89a4-8710128028e6|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T09:38:14.935Z|7781e528-2325-4bdb-89a4-8710128028e6|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2cjfMityS9h3J0jo) ...
2021-09-30T09:38:14.935Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T09:38:14.936Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|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-30T09:38:14.936Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|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 2cjfMityS9h3J0jo) ...
2021-09-30T09:38:24.508Z|f3e9bc1b-542c-4f92-a27b-95aa53902adb|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T09:38:24.509Z|7781e528-2325-4bdb-89a4-8710128028e6|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T09:39:14.934Z|7781e528-2325-4bdb-89a4-8710128028e6|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T09:39:14.935Z|352cbe2d-9713-4db3-80c3-025924fa997a|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T09:39:14.937Z|352cbe2d-9713-4db3-80c3-025924fa997a|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-30T09:39:14.937Z|7781e528-2325-4bdb-89a4-8710128028e6|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T09:39:14.937Z|352cbe2d-9713-4db3-80c3-025924fa997a|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 2cjfMityS9h3J0jo) ...
2021-09-30T09:39:14.937Z|7781e528-2325-4bdb-89a4-8710128028e6|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2cjfMityS9h3J0jo) ...
2021-09-30T09:39:24.495Z|7781e528-2325-4bdb-89a4-8710128028e6|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-30T09:39:24.516Z|352cbe2d-9713-4db3-80c3-025924fa997a|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK