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-10-22T10:21:53.862Z||main|||||INFO|500||The following profiles are active: basic
2021-10-22T10:22:06.307Z||main|||||INFO|500||Starting service [Tomcat]
2021-10-22T10:22:06.308Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-10-22T10:22:06.438Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-10-22T10:22:10.848Z||main|||||INFO|500||catdb-pool - Starting...
2021-10-22T10:22:11.273Z||main|||||INFO|500||catdb-pool - Start completed.
2021-10-22T10:22:11.977Z||main|||||INFO|500||reqdb-pool - Starting...
2021-10-22T10:22:11.985Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-10-22T10:22:12.161Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-10-22T10:22:12.441Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-10-22T10:22:13.386Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-10-22T10:22:18.271Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-10-22T10:22:20.462Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-10-22T10:22:20.518Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-10-22T10:22:21.098Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-10-22T10:22:21.216Z||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-10-22T10:22:22.413Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-10-22T10:22:23.401Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2021-10-22T10:22:23.420Z||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$$b3d2088f.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-10-22T10:22:23.421Z||main|||||WARN|500||The sdc end point is not alive
2021-10-22T10:22:27.047Z||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-10-22T10:22:29.880Z||main|||||WARN|500||---
2021-10-22T10:22:29.880Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-10-22T10:22:29.881Z||main|||||WARN|500||---
2021-10-22T10:22:30.276Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-10-22T10:22:34.919Z||main|||||INFO|500||Started Application in 44.496 seconds (JVM running for 48.481)
2021-10-22T10:22:34.962Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-22T10:22:34.969Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-22T10:22:34.979Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-22T10:22:35.001Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-22T10:22:35.042Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= b0482b9c-485d-4c6a-a129-9065a0eb83ac url= /sdc/v1/artifactTypes
2021-10-22T10:22:35.042Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-22T10:22:35.310Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-10-22T10:22:35.339Z||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-10-22T10:22:35.367Z||scheduling-1|||||DEBUG|500||create keys
2021-10-22T10:22:35.376Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-10-22T10:22:35.741Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T10:22:35.760Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 599f3503-3792-48b9-9d31-074001f96fd9 url= /sdc/v1/registerForDistribution
2021-10-22T10:22:36.360Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 599f3503-3792-48b9-9d31-074001f96fd9 url= /sdc/v1/registerForDistribution
2021-10-22T10:22:36.360Z||scheduling-1|||||INFO|500||start DistributionClient
2021-10-22T10:22:36.369Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T10:22:36.370Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T10:22:36.378Z||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-10-22T10:22:36.378Z||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-10-22T10:22:36.378Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T10:22:36.378Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T10:22:36.379Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-10-22T10:22:48.075Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T10:22:48.312Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T10:23:36.368Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T10:23:36.370Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T10:23:36.370Z||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-10-22T10:23:36.370Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T10:23:36.372Z||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-10-22T10:23:36.373Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T10:23:45.923Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T10:23:45.924Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T10:24:36.368Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T10:24:36.370Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T10:24:36.374Z||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-10-22T10:24:36.374Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T10:24:36.375Z||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-10-22T10:24:36.375Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T10:24:45.934Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T10:24:45.934Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T10:25:36.368Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T10:25:36.369Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T10:25:36.370Z||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-10-22T10:25:36.370Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T10:25:36.370Z||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-10-22T10:25:36.371Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T10:25:45.939Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T10:25:45.944Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T10:26:36.368Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T10:26:36.370Z||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-10-22T10:26:36.370Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T10:26:36.370Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T10:26:36.373Z||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-10-22T10:26:36.374Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T10:26:45.938Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T10:26:45.940Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T10:27:36.368Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T10:27:36.370Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T10:27:36.370Z||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-10-22T10:27:36.371Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T10:27:36.371Z||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-10-22T10:27:36.371Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T10:27:45.940Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T10:27:45.947Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T10:28:36.367Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T10:28:36.368Z||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-10-22T10:28:36.369Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T10:28:36.369Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T10:28:36.370Z||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-10-22T10:28:36.371Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T10:28:45.926Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T10:28:45.932Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T10:29:36.368Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T10:29:36.370Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T10:29:36.371Z||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-10-22T10:29:36.371Z||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-10-22T10:29:36.372Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T10:29:36.372Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T10:29:45.950Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T10:29:45.953Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T10:30:36.368Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T10:30:36.369Z||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-10-22T10:30:36.369Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T10:30:36.370Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T10:30:36.370Z||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-10-22T10:30:36.371Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T10:30:45.924Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T10:30:45.926Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T10:31:36.368Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T10:31:36.370Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T10:31:36.370Z||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-10-22T10:31:36.370Z||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-10-22T10:31:36.370Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T10:31:36.370Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T10:31:45.932Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T10:31:45.933Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T10:31:48.383Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-10-22T10:32:36.367Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T10:32:36.369Z||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-10-22T10:32:36.369Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T10:32:36.370Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T10:32:36.371Z||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-10-22T10:32:36.371Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T10:32:45.917Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T10:32:45.920Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T10:33:36.368Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T10:33:36.370Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T10:33:36.370Z||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-10-22T10:33:36.370Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T10:33:36.370Z||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-10-22T10:33:36.371Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T10:33:45.943Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T10:33:45.945Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T10:34:36.367Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T10:34:36.368Z||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-10-22T10:34:36.369Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T10:34:36.369Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T10:34:36.370Z||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-10-22T10:34:36.370Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T10:34:45.925Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T10:34:45.925Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T10:35:36.367Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T10:35:36.370Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T10:35:36.370Z||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-10-22T10:35:36.370Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T10:35:36.371Z||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-10-22T10:35:36.371Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T10:35:45.926Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T10:35:45.926Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T10:36:36.367Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T10:36:36.369Z||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-10-22T10:36:36.369Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T10:36:36.370Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T10:36:36.370Z||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-10-22T10:36:36.370Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T10:36:45.919Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T10:36:45.920Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T10:37:36.368Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T10:37:36.370Z||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-10-22T10:37:36.370Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T10:37:36.370Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T10:37:36.371Z||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-10-22T10:37:36.371Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T10:37:45.939Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T10:37:45.940Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T10:38:36.367Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T10:38:36.368Z||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-10-22T10:38:36.368Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T10:38:36.370Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T10:38:36.370Z||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-10-22T10:38:36.371Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T10:38:45.922Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T10:38:45.929Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T10:39:36.368Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T10:39:36.370Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T10:39:36.370Z||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-10-22T10:39:36.370Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T10:39:36.371Z||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-10-22T10:39:36.371Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T10:39:45.954Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T10:39:45.954Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T10:40:36.367Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T10:40:36.368Z||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-10-22T10:40:36.368Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T10:40:36.369Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T10:40:36.370Z||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-10-22T10:40:36.371Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T10:40:45.919Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T10:40:45.921Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T10:41:36.368Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T10:41:36.370Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T10:41:36.372Z||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-10-22T10:41:36.373Z||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-10-22T10:41:36.373Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T10:41:36.373Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T10:41:45.938Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T10:41:45.942Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T10:42:36.368Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T10:42:36.369Z||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-10-22T10:42:36.369Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T10:42:36.370Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T10:42:36.370Z||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-10-22T10:42:36.370Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T10:42:45.922Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T10:42:45.929Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T10:43:36.368Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T10:43:36.370Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T10:43:36.372Z||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-10-22T10:43:36.372Z||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-10-22T10:43:36.372Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T10:43:36.372Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T10:43:45.940Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T10:43:45.948Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T10:44:36.368Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T10:44:36.370Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T10:44:36.371Z||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-10-22T10:44:36.371Z||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-10-22T10:44:36.372Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T10:44:36.372Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T10:44:45.927Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T10:44:45.941Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T10:45:36.367Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T10:45:36.368Z||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-10-22T10:45:36.368Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T10:45:36.370Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T10:45:36.370Z||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-10-22T10:45:36.370Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T10:45:45.914Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T10:45:45.915Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T10:46:36.368Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T10:46:36.370Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T10:46:36.371Z||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-10-22T10:46:36.371Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T10:46:36.371Z||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-10-22T10:46:36.371Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T10:46:45.930Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T10:46:45.930Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T10:47:36.367Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T10:47:36.368Z||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-10-22T10:47:36.368Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T10:47:36.369Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T10:47:36.370Z||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-10-22T10:47:36.370Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T10:47:45.933Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T10:47:45.933Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T10:48:36.368Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T10:48:36.370Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T10:48:36.370Z||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-10-22T10:48:36.370Z||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-10-22T10:48:36.370Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T10:48:36.370Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T10:48:45.932Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T10:48:45.932Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T10:49:36.367Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T10:49:36.368Z||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-10-22T10:49:36.369Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T10:49:36.371Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T10:49:36.372Z||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-10-22T10:49:36.372Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T10:49:45.921Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T10:49:45.933Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T10:50:36.370Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T10:50:36.368Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T10:50:36.374Z||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-10-22T10:50:36.374Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T10:50:36.374Z||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-10-22T10:50:36.374Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T10:50:45.929Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T10:50:45.934Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T10:51:36.367Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T10:51:36.369Z||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-10-22T10:51:36.369Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T10:51:36.369Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T10:51:36.370Z||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-10-22T10:51:36.370Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T10:51:45.933Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T10:51:45.934Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T10:52:36.368Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T10:52:36.370Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T10:52:36.370Z||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-10-22T10:52:36.370Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T10:52:36.370Z||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-10-22T10:52:36.370Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T10:52:45.937Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T10:52:45.938Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T10:53:36.367Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T10:53:36.369Z||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-10-22T10:53:36.369Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T10:53:36.370Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T10:53:36.370Z||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-10-22T10:53:36.370Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T10:53:45.929Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T10:53:45.930Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T10:54:36.367Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T10:54:36.368Z||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-10-22T10:54:36.369Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T10:54:36.369Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T10:54:36.370Z||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-10-22T10:54:36.370Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T10:54:45.931Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T10:54:45.942Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T10:55:36.368Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T10:55:36.370Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T10:55:36.371Z||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-10-22T10:55:36.371Z||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-10-22T10:55:36.371Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T10:55:36.372Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T10:55:45.925Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T10:55:45.925Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T10:56:36.367Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T10:56:36.368Z||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-10-22T10:56:36.369Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T10:56:36.370Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T10:56:36.371Z||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-10-22T10:56:36.371Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T10:56:45.931Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T10:56:45.932Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T10:57:36.368Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T10:57:36.369Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T10:57:36.370Z||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-10-22T10:57:36.370Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T10:57:36.370Z||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-10-22T10:57:36.370Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T10:57:45.929Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T10:57:45.931Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T10:58:36.367Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T10:58:36.368Z||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-10-22T10:58:36.368Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T10:58:36.370Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T10:58:36.370Z||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-10-22T10:58:36.371Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T10:58:45.927Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T10:58:45.930Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T10:59:36.369Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T10:59:36.372Z||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-10-22T10:59:36.373Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T10:59:36.373Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T10:59:36.373Z||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-10-22T10:59:36.373Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T10:59:45.942Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T10:59:45.945Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T11:00:36.367Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:00:36.368Z||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-10-22T11:00:36.368Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:00:36.369Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:00:36.370Z||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-10-22T11:00:36.370Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:00:45.931Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T11:00:45.937Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T11:01:36.368Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:01:36.370Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:01:36.373Z||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-10-22T11:01:36.373Z||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-10-22T11:01:36.373Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:01:36.373Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:01:45.930Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T11:01:45.935Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T11:02:36.367Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:02:36.368Z||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-10-22T11:02:36.369Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:02:36.370Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:02:36.370Z||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-10-22T11:02:36.371Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:02:45.925Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T11:02:45.931Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T11:03:36.370Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:03:36.368Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:03:36.373Z||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-10-22T11:03:36.373Z||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-10-22T11:03:36.373Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:03:36.373Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:03:45.931Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T11:03:45.937Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T11:04:36.367Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:04:36.368Z||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-10-22T11:04:36.368Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:04:36.370Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:04:36.371Z||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-10-22T11:04:36.371Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:04:45.915Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T11:04:45.915Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T11:05:36.367Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:05:36.368Z||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-10-22T11:05:36.368Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:05:36.369Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:05:36.370Z||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-10-22T11:05:36.370Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:05:45.934Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T11:05:45.937Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T11:06:36.367Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:06:36.369Z||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-10-22T11:06:36.369Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:06:36.370Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:06:36.370Z||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-10-22T11:06:36.370Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:06:45.927Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T11:06:45.928Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T11:07:36.368Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:07:36.368Z||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-10-22T11:07:36.368Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:07:36.369Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:07:36.370Z||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-10-22T11:07:36.370Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:07:45.948Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T11:07:45.951Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T11:08:36.368Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:08:36.370Z||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-10-22T11:08:36.370Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:08:36.370Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:08:36.370Z||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-10-22T11:08:36.370Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:08:45.912Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T11:08:45.915Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T11:09:36.367Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:09:36.368Z||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-10-22T11:09:36.368Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:09:36.369Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:09:36.370Z||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-10-22T11:09:36.370Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:09:45.934Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T11:09:45.940Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T11:10:36.367Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:10:36.369Z||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-10-22T11:10:36.370Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:10:36.370Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:10:36.372Z||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-10-22T11:10:36.372Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:10:45.933Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T11:10:45.936Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T11:11:36.367Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:11:36.368Z||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-10-22T11:11:36.368Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:11:36.370Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:11:36.370Z||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-10-22T11:11:36.371Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:11:45.926Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T11:11:45.930Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T11:12:36.367Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:12:36.369Z||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-10-22T11:12:36.370Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:12:36.369Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:12:36.371Z||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-10-22T11:12:36.371Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:12:45.930Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T11:12:45.931Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T11:13:36.367Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:13:36.369Z||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-10-22T11:13:36.369Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:13:36.370Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:13:36.370Z||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-10-22T11:13:36.370Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:13:45.922Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T11:13:45.924Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T11:14:36.368Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:14:36.370Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:14:36.371Z||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-10-22T11:14:36.371Z||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-10-22T11:14:36.371Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:14:36.371Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:14:45.919Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T11:14:45.921Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T11:15:36.368Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:15:36.369Z||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-10-22T11:15:36.369Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:15:36.369Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:15:36.371Z||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-10-22T11:15:36.372Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:15:45.935Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T11:15:45.935Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T11:16:36.370Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:16:36.368Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:16:36.375Z||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-10-22T11:16:36.375Z||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-10-22T11:16:36.375Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:16:36.375Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:16:45.934Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T11:16:45.940Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T11:17:36.367Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:17:36.369Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:17:36.370Z||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-10-22T11:17:36.370Z||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-10-22T11:17:36.370Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:17:36.370Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:17:45.937Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T11:17:45.937Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T11:18:36.368Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:18:36.370Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:18:36.372Z||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-10-22T11:18:36.372Z||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-10-22T11:18:36.372Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:18:36.372Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:18:45.940Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T11:18:45.942Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T11:19:36.367Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:19:36.369Z||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-10-22T11:19:36.369Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:19:36.369Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:19:36.370Z||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-10-22T11:19:36.370Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:19:45.933Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T11:19:45.933Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T11:20:36.367Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:20:36.368Z||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-10-22T11:20:36.369Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:20:36.369Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:20:36.371Z||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-10-22T11:20:36.373Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:20:45.923Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T11:20:45.923Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T11:21:36.367Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:21:36.369Z||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-10-22T11:21:36.369Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:21:36.370Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:21:36.370Z||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-10-22T11:21:36.370Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:21:45.931Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T11:21:45.932Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T11:22:36.367Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:22:36.369Z||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-10-22T11:22:36.369Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:22:36.370Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:22:36.370Z||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-10-22T11:22:36.370Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:22:45.951Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T11:22:45.951Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T11:23:36.367Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:23:36.368Z||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-10-22T11:23:36.369Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:23:36.370Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:23:36.370Z||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-10-22T11:23:36.370Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:23:45.926Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T11:23:45.933Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T11:24:36.367Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:24:36.369Z||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-10-22T11:24:36.370Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:24:36.370Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:24:36.370Z||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-10-22T11:24:36.370Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:24:45.942Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T11:24:45.942Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T11:25:36.367Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:25:36.368Z||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-10-22T11:25:36.368Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:25:36.369Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:25:36.370Z||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-10-22T11:25:36.370Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:25:36.997Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T11:25:36.998Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-22T11:25:36.999Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"bae85134-e07c-47ae-9c8e-d45bc076821e","serviceName":"vFW 2021-10-22 11-23-08","serviceVersion":"1.0","serviceUUID":"fdb5dc98-55fb-4124-9789-88d662f7785d","serviceDescription":"catalog service description","serviceInvariantUUID":"87fa18ba-3844-4b39-bc50-69c6a754795b","resources":[{"resourceInstanceName":"vFW 7626ee20-044e 0","resourceName":"vFW 7626ee20-044e","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e78b7c25-7374-46e3-8931-5410647b7231","resourceInvariantUUID":"b4a351c6-abb1-4174-a686-d7575f6c0811","resourceCustomizationUUID":"b7636fb1-028c-4ae4-b8f9-4af6c45de85e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211022112308/1.0/resourceInstances/vfw7626ee20044e0/artifacts/vf-license-model.xml","artifactChecksum":"M2YxNzg3ZGJhODlkZTFjN2M1Y2Y4NzdiZDkwYzI1YTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3f23cc9b-36a5-4f29-8a88-99f446081958","artifactVersion":"1"},{"artifactName":"vfw7626ee20044e0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20211022112308/1.0/resourceInstances/vfw7626ee20044e0/artifacts/vfw7626ee20044e0_modules.json","artifactChecksum":"NGY4ZWQ3N2U4OTZkNzgxY2I0NDkwN2RjODc0MDRlNTM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"6340fe38-63df-41a5-a647-8390c29c8c73","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20211022112308/1.0/resourceInstances/vfw7626ee20044e0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"a90f110e-545a-40e7-ad3a-5e947cfc0349","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211022112308/1.0/resourceInstances/vfw7626ee20044e0/artifacts/vendor-license-model.xml","artifactChecksum":"NGJiYTBhMTFjOTk2YTEwYjE5MDhkZjViMGNhY2MzMWM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"62d733b3-c33c-4fe1-8c8e-12b39b9c1940","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20211022112308/1.0/resourceInstances/vfw7626ee20044e0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"ed99d646-a2c9-430a-9018-691068fc4c2e","artifactVersion":"2","generatedFromUUID":"a90f110e-545a-40e7-ad3a-5e947cfc0349"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20211022112308-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20211022112308/1.0/artifacts/service-Vfw20211022112308-template.yml","artifactChecksum":"MDRjZjM0YjMzMzA5YjQwZDRiNGY2NWQ5N2ZmZTE3YTc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e2d839a3-4577-4898-9073-fbbd7d078116","artifactVersion":"1"},{"artifactName":"service-Vfw20211022112308-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20211022112308/1.0/artifacts/service-Vfw20211022112308-csar.csar","artifactChecksum":"ODFkMDdkOWU0NWY0ZmI5MTBlMGIzNDc5MzU5ZTA2YWM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d88945c2-b5ca-4376-94cd-522ae58e40b4","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-22T11:25:37.006Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T11:25:37.011Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T11:25:37.011Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bae85134-e07c-47ae-9c8e-d45bc076821e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634901917219,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211022112308/1.0/resourceInstances/vfw7626ee20044e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:25:37.012Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-22T11:25:37.018Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-22T11:25:37.031Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T11:25:37.031Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "bae85134-e07c-47ae-9c8e-d45bc076821e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634901936367,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211022112308/1.0/resourceInstances/vfw7626ee20044e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:25:37.035Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:25:37.035Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T11:25:37.035Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bae85134-e07c-47ae-9c8e-d45bc076821e",
  "consumerID": "clamp",
  "timestamp": 1634901915086,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211022112308/1.0/resourceInstances/vfw7626ee20044e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:25:37.036Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:25:37.036Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T11:25:37.036Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bae85134-e07c-47ae-9c8e-d45bc076821e",
  "consumerID": "cds",
  "timestamp": 1634901912880,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211022112308/1.0/resourceInstances/vfw7626ee20044e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:25:37.036Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:25:37.036Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T11:25:37.036Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bae85134-e07c-47ae-9c8e-d45bc076821e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634901912841,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211022112308/1.0/resourceInstances/vfw7626ee20044e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:25:37.037Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:25:37.037Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T11:25:37.037Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bae85134-e07c-47ae-9c8e-d45bc076821e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634901912733,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211022112308/1.0/resourceInstances/vfw7626ee20044e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:25:37.037Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:25:37.037Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T11:25:37.037Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bae85134-e07c-47ae-9c8e-d45bc076821e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634901917219,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211022112308/1.0/resourceInstances/vfw7626ee20044e0/artifacts/vfw7626ee20044e0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:25:37.038Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:25:37.038Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T11:25:37.038Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bae85134-e07c-47ae-9c8e-d45bc076821e",
  "consumerID": "clamp",
  "timestamp": 1634901915086,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211022112308/1.0/resourceInstances/vfw7626ee20044e0/artifacts/vfw7626ee20044e0_modules.json",
  "status": "NOTIFIED"
}
2021-10-22T11:25:37.038Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:25:37.038Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T11:25:37.039Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bae85134-e07c-47ae-9c8e-d45bc076821e",
  "consumerID": "cds",
  "timestamp": 1634901912880,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211022112308/1.0/resourceInstances/vfw7626ee20044e0/artifacts/vfw7626ee20044e0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:25:37.039Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:25:37.039Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T11:25:37.039Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bae85134-e07c-47ae-9c8e-d45bc076821e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634901912841,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211022112308/1.0/resourceInstances/vfw7626ee20044e0/artifacts/vfw7626ee20044e0_modules.json",
  "status": "NOTIFIED"
}
2021-10-22T11:25:37.039Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:25:37.040Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T11:25:37.040Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bae85134-e07c-47ae-9c8e-d45bc076821e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634901912733,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211022112308/1.0/resourceInstances/vfw7626ee20044e0/artifacts/vfw7626ee20044e0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:25:37.040Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:25:37.040Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T11:25:37.040Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bae85134-e07c-47ae-9c8e-d45bc076821e",
  "consumerID": "dcae-sch",
  "timestamp": 1634901921828,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211022112308/1.0/resourceInstances/vfw7626ee20044e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:25:37.040Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:25:37.041Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T11:25:37.041Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bae85134-e07c-47ae-9c8e-d45bc076821e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634901917219,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211022112308/1.0/resourceInstances/vfw7626ee20044e0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:25:37.041Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:25:37.041Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T11:25:37.041Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bae85134-e07c-47ae-9c8e-d45bc076821e",
  "consumerID": "clamp",
  "timestamp": 1634901915086,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211022112308/1.0/resourceInstances/vfw7626ee20044e0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:25:37.042Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:25:37.042Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T11:25:37.042Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bae85134-e07c-47ae-9c8e-d45bc076821e",
  "consumerID": "cds",
  "timestamp": 1634901912880,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211022112308/1.0/resourceInstances/vfw7626ee20044e0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:25:37.042Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:25:37.042Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T11:25:37.042Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bae85134-e07c-47ae-9c8e-d45bc076821e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634901912841,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211022112308/1.0/resourceInstances/vfw7626ee20044e0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-10-22T11:25:37.043Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:25:37.043Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T11:25:37.043Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bae85134-e07c-47ae-9c8e-d45bc076821e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634901912733,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211022112308/1.0/resourceInstances/vfw7626ee20044e0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:25:37.044Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:25:37.044Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T11:25:37.044Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bae85134-e07c-47ae-9c8e-d45bc076821e",
  "consumerID": "dcae-sch",
  "timestamp": 1634901921828,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211022112308/1.0/resourceInstances/vfw7626ee20044e0/artifacts/vfw7626ee20044e0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:25:37.044Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:25:37.044Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T11:25:37.045Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bae85134-e07c-47ae-9c8e-d45bc076821e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634901917219,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211022112308/1.0/resourceInstances/vfw7626ee20044e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:25:37.045Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:25:37.045Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T11:25:37.045Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bae85134-e07c-47ae-9c8e-d45bc076821e",
  "consumerID": "clamp",
  "timestamp": 1634901915086,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211022112308/1.0/resourceInstances/vfw7626ee20044e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:25:37.045Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:25:37.046Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T11:25:37.046Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bae85134-e07c-47ae-9c8e-d45bc076821e",
  "consumerID": "cds",
  "timestamp": 1634901912880,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211022112308/1.0/resourceInstances/vfw7626ee20044e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:25:37.046Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:25:37.046Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T11:25:37.046Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bae85134-e07c-47ae-9c8e-d45bc076821e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634901912841,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211022112308/1.0/resourceInstances/vfw7626ee20044e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:25:37.047Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:25:37.047Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T11:25:37.047Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bae85134-e07c-47ae-9c8e-d45bc076821e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634901912733,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211022112308/1.0/resourceInstances/vfw7626ee20044e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:25:37.047Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:25:37.048Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T11:25:37.048Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bae85134-e07c-47ae-9c8e-d45bc076821e",
  "consumerID": "dcae-sch",
  "timestamp": 1634901921828,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211022112308/1.0/resourceInstances/vfw7626ee20044e0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:25:37.048Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:25:37.048Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T11:25:37.048Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bae85134-e07c-47ae-9c8e-d45bc076821e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634901917219,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211022112308/1.0/resourceInstances/vfw7626ee20044e0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:25:37.049Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:25:37.049Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T11:25:37.049Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bae85134-e07c-47ae-9c8e-d45bc076821e",
  "consumerID": "clamp",
  "timestamp": 1634901915086,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211022112308/1.0/resourceInstances/vfw7626ee20044e0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:25:37.049Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:25:37.049Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T11:25:37.049Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bae85134-e07c-47ae-9c8e-d45bc076821e",
  "consumerID": "cds",
  "timestamp": 1634901912880,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211022112308/1.0/resourceInstances/vfw7626ee20044e0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:25:37.050Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:25:37.050Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T11:25:37.050Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bae85134-e07c-47ae-9c8e-d45bc076821e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634901912841,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211022112308/1.0/resourceInstances/vfw7626ee20044e0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-10-22T11:25:37.050Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:25:37.050Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T11:25:37.050Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bae85134-e07c-47ae-9c8e-d45bc076821e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634901912733,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211022112308/1.0/resourceInstances/vfw7626ee20044e0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:25:37.051Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:25:37.051Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T11:25:37.051Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bae85134-e07c-47ae-9c8e-d45bc076821e",
  "consumerID": "policy-id",
  "timestamp": 1634901924150,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211022112308/1.0/resourceInstances/vfw7626ee20044e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:25:37.051Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:25:37.051Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T11:25:37.051Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bae85134-e07c-47ae-9c8e-d45bc076821e",
  "consumerID": "dcae-sch",
  "timestamp": 1634901921828,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211022112308/1.0/resourceInstances/vfw7626ee20044e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:25:37.052Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:25:37.052Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T11:25:37.052Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bae85134-e07c-47ae-9c8e-d45bc076821e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634901917219,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211022112308/1.0/artifacts/service-Vfw20211022112308-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:25:37.053Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:25:37.053Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T11:25:37.053Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bae85134-e07c-47ae-9c8e-d45bc076821e",
  "consumerID": "clamp",
  "timestamp": 1634901915086,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211022112308/1.0/artifacts/service-Vfw20211022112308-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:25:37.053Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:25:37.053Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T11:25:37.054Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bae85134-e07c-47ae-9c8e-d45bc076821e",
  "consumerID": "cds",
  "timestamp": 1634901912880,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211022112308/1.0/artifacts/service-Vfw20211022112308-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:25:37.054Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:25:37.054Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T11:25:37.055Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bae85134-e07c-47ae-9c8e-d45bc076821e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634901912841,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211022112308/1.0/artifacts/service-Vfw20211022112308-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:25:37.055Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:25:37.055Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T11:25:37.055Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bae85134-e07c-47ae-9c8e-d45bc076821e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634901912733,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211022112308/1.0/artifacts/service-Vfw20211022112308-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:25:37.055Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:25:37.055Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T11:25:37.056Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bae85134-e07c-47ae-9c8e-d45bc076821e",
  "consumerID": "policy-id",
  "timestamp": 1634901924150,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211022112308/1.0/resourceInstances/vfw7626ee20044e0/artifacts/vfw7626ee20044e0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:25:37.056Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:25:37.056Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T11:25:37.056Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bae85134-e07c-47ae-9c8e-d45bc076821e",
  "consumerID": "dcae-sch",
  "timestamp": 1634901921828,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211022112308/1.0/resourceInstances/vfw7626ee20044e0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:25:37.057Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:25:37.057Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T11:25:37.057Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bae85134-e07c-47ae-9c8e-d45bc076821e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634901917219,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211022112308/1.0/artifacts/service-Vfw20211022112308-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:25:37.058Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:25:37.058Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T11:25:37.058Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bae85134-e07c-47ae-9c8e-d45bc076821e",
  "consumerID": "clamp",
  "timestamp": 1634901915086,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211022112308/1.0/artifacts/service-Vfw20211022112308-csar.csar",
  "status": "NOTIFIED"
}
2021-10-22T11:25:37.058Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:25:37.058Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T11:25:37.059Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bae85134-e07c-47ae-9c8e-d45bc076821e",
  "consumerID": "cds",
  "timestamp": 1634901912880,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211022112308/1.0/artifacts/service-Vfw20211022112308-csar.csar",
  "status": "NOTIFIED"
}
2021-10-22T11:25:37.059Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:25:37.059Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T11:25:37.059Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bae85134-e07c-47ae-9c8e-d45bc076821e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634901912841,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211022112308/1.0/artifacts/service-Vfw20211022112308-csar.csar",
  "status": "NOTIFIED"
}
2021-10-22T11:25:37.060Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:25:37.060Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T11:25:37.060Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bae85134-e07c-47ae-9c8e-d45bc076821e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634901912733,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211022112308/1.0/artifacts/service-Vfw20211022112308-csar.csar",
  "status": "NOTIFIED"
}
2021-10-22T11:25:37.061Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:25:37.061Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T11:25:37.061Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bae85134-e07c-47ae-9c8e-d45bc076821e",
  "consumerID": "policy-id",
  "timestamp": 1634901924150,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211022112308/1.0/resourceInstances/vfw7626ee20044e0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-10-22T11:25:37.061Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:25:37.062Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T11:25:37.062Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bae85134-e07c-47ae-9c8e-d45bc076821e",
  "consumerID": "dcae-sch",
  "timestamp": 1634901921828,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211022112308/1.0/artifacts/service-Vfw20211022112308-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:25:37.062Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:25:37.062Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T11:25:37.063Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bae85134-e07c-47ae-9c8e-d45bc076821e",
  "consumerID": "policy-id",
  "timestamp": 1634901924150,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211022112308/1.0/resourceInstances/vfw7626ee20044e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:25:37.063Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:25:37.063Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T11:25:37.063Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bae85134-e07c-47ae-9c8e-d45bc076821e",
  "consumerID": "dcae-sch",
  "timestamp": 1634901921828,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211022112308/1.0/artifacts/service-Vfw20211022112308-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:25:37.064Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:25:37.064Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T11:25:37.064Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bae85134-e07c-47ae-9c8e-d45bc076821e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634901928779,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211022112308/1.0/artifacts/service-Vfw20211022112308-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-22T11:25:37.065Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T11:25:37.065Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T11:25:37.065Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bae85134-e07c-47ae-9c8e-d45bc076821e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634901928794,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211022112308/1.0/resourceInstances/vfw7626ee20044e0/artifacts/vfw7626ee20044e0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-22T11:25:37.065Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T11:25:37.066Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T11:25:37.066Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bae85134-e07c-47ae-9c8e-d45bc076821e",
  "consumerID": "cds",
  "timestamp": 1634901928831,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211022112308/1.0/artifacts/service-Vfw20211022112308-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-22T11:25:37.066Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T11:25:37.066Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T11:25:37.066Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bae85134-e07c-47ae-9c8e-d45bc076821e",
  "consumerID": "policy-id",
  "timestamp": 1634901924150,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211022112308/1.0/resourceInstances/vfw7626ee20044e0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:25:37.067Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:25:37.067Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T11:25:37.067Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bae85134-e07c-47ae-9c8e-d45bc076821e",
  "consumerID": "policy-id",
  "timestamp": 1634901924150,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211022112308/1.0/artifacts/service-Vfw20211022112308-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:25:37.068Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:25:37.068Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T11:25:37.068Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bae85134-e07c-47ae-9c8e-d45bc076821e",
  "consumerID": "cds",
  "timestamp": 1634901929850,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211022112308/1.0/artifacts/service-Vfw20211022112308-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-10-22T11:25:37.131Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2021-10-22T11:25:37.135Z||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-10-22T11:25:37.135Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOzP7zdlGYP7NOVE) ...
2021-10-22T11:25:37.146Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T11:25:37.147Z||pool-3-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: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-22T11:25:37.235Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of bae85134-e07c-47ae-9c8e-d45bc076821e
2021-10-22T11:25:37.260Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId bae85134-e07c-47ae-9c8e-d45bc076821e 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-10-22T11:25:37.282Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T11:25:37.283Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bae85134-e07c-47ae-9c8e-d45bc076821e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634901930493,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211022112308/1.0/resourceInstances/vfw7626ee20044e0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-22T11:25:37.283Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T11:25:37.284Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T11:25:37.284Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bae85134-e07c-47ae-9c8e-d45bc076821e",
  "consumerID": "policy-id",
  "timestamp": 1634901924150,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211022112308/1.0/artifacts/service-Vfw20211022112308-csar.csar",
  "status": "NOTIFIED"
}
2021-10-22T11:25:37.284Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:25:37.285Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T11:25:37.285Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bae85134-e07c-47ae-9c8e-d45bc076821e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634901931648,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211022112308/1.0/resourceInstances/vfw7626ee20044e0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-10-22T11:25:37.285Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T11:25:37.285Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T11:25:37.286Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bae85134-e07c-47ae-9c8e-d45bc076821e",
  "consumerID": "policy-id",
  "timestamp": 1634901932150,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211022112308/1.0/artifacts/service-Vfw20211022112308-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-22T11:25:37.286Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T11:25:37.286Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T11:25:37.286Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bae85134-e07c-47ae-9c8e-d45bc076821e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634901933180,
  "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-10-22T11:25:37.301Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bae85134-e07c-47ae-9c8e-d45bc076821e
2021-10-22T11:25:37.301Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId bae85134-e07c-47ae-9c8e-d45bc076821e 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-10-22T11:25:37.307Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T11:25:37.307Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bae85134-e07c-47ae-9c8e-d45bc076821e",
  "consumerID": "policy-id",
  "timestamp": 1634901933161,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211022112308/1.0/artifacts/service-Vfw20211022112308-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-22T11:25:37.307Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T11:25:37.307Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T11:25:37.307Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bae85134-e07c-47ae-9c8e-d45bc076821e",
  "consumerID": "aai-ml",
  "timestamp": 1634901933484,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211022112308/1.0/resourceInstances/vfw7626ee20044e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:25:37.308Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:25:37.308Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T11:25:37.308Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bae85134-e07c-47ae-9c8e-d45bc076821e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634901934187,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211022112308/1.0/resourceInstances/vfw7626ee20044e0/artifacts/vfw7626ee20044e0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-22T11:25:37.308Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T11:25:37.308Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T11:25:37.309Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bae85134-e07c-47ae-9c8e-d45bc076821e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634901934198,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211022112308/1.0/artifacts/service-Vfw20211022112308-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-22T11:25:37.309Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T11:25:37.309Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T11:25:37.309Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bae85134-e07c-47ae-9c8e-d45bc076821e",
  "consumerID": "policy-id",
  "timestamp": 1634901934166,
  "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-10-22T11:25:37.313Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bae85134-e07c-47ae-9c8e-d45bc076821e
2021-10-22T11:25:37.313Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId bae85134-e07c-47ae-9c8e-d45bc076821e 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-10-22T11:25:37.323Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T11:25:37.323Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bae85134-e07c-47ae-9c8e-d45bc076821e",
  "consumerID": "aai-ml",
  "timestamp": 1634901933484,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211022112308/1.0/resourceInstances/vfw7626ee20044e0/artifacts/vfw7626ee20044e0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:25:37.323Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:25:37.323Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T11:25:37.324Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bae85134-e07c-47ae-9c8e-d45bc076821e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634901935202,
  "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-10-22T11:25:37.326Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of bae85134-e07c-47ae-9c8e-d45bc076821e
2021-10-22T11:25:37.326Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId bae85134-e07c-47ae-9c8e-d45bc076821e 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-10-22T11:25:37.335Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T11:25:37.335Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bae85134-e07c-47ae-9c8e-d45bc076821e",
  "consumerID": "aai-ml",
  "timestamp": 1634901933484,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211022112308/1.0/resourceInstances/vfw7626ee20044e0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:25:37.335Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:25:38.038Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-22T11:25:38.038Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-22T11:25:38.041Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T11:25:38.041Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "bae85134-e07c-47ae-9c8e-d45bc076821e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634901936367,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211022112308/1.0/resourceInstances/vfw7626ee20044e0/artifacts/vfw7626ee20044e0_modules.json",
  "status": "NOTIFIED"
}
2021-10-22T11:25:38.141Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-22T11:25:38.142Z||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-10-22T11:25:38.142Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOzP7zdlGYP7NOVE) ...
2021-10-22T11:25:38.154Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T11:25:38.154Z||pool-4-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-22T11:25:39.042Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-22T11:25:39.042Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-22T11:25:39.044Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T11:25:39.044Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "bae85134-e07c-47ae-9c8e-d45bc076821e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634901936367,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211022112308/1.0/resourceInstances/vfw7626ee20044e0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-10-22T11:25:39.145Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-22T11:25:39.145Z||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-10-22T11:25:39.145Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOzP7zdlGYP7NOVE) ...
2021-10-22T11:25:39.159Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T11:25:39.159Z||pool-5-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-22T11:25:40.045Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-22T11:25:40.046Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-22T11:25:40.047Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T11:25:40.047Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "bae85134-e07c-47ae-9c8e-d45bc076821e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634901936367,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211022112308/1.0/resourceInstances/vfw7626ee20044e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:25:40.147Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-22T11:25:40.149Z||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-10-22T11:25:40.149Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOzP7zdlGYP7NOVE) ...
2021-10-22T11:25:40.160Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T11:25:40.161Z||pool-6-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-10-22T11:25:41.048Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-22T11:25:41.049Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-22T11:25:41.050Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T11:25:41.051Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "bae85134-e07c-47ae-9c8e-d45bc076821e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634901936367,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211022112308/1.0/resourceInstances/vfw7626ee20044e0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-10-22T11:25:41.151Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-22T11:25:41.152Z||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-10-22T11:25:41.152Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOzP7zdlGYP7NOVE) ...
2021-10-22T11:25:41.168Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T11:25:41.168Z||pool-7-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-10-22T11:25:42.051Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-22T11:25:42.052Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-22T11:25:42.055Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T11:25:42.055Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "bae85134-e07c-47ae-9c8e-d45bc076821e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634901936367,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211022112308/1.0/artifacts/service-Vfw20211022112308-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:25:42.155Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-22T11:25:42.156Z||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-10-22T11:25:42.156Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOzP7zdlGYP7NOVE) ...
2021-10-22T11:25:42.168Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T11:25:42.168Z||pool-8-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-22T11:25:43.056Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-22T11:25:43.056Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-22T11:25:43.059Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T11:25:43.060Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "bae85134-e07c-47ae-9c8e-d45bc076821e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634901936367,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211022112308/1.0/artifacts/service-Vfw20211022112308-csar.csar",
  "status": "NOTIFIED"
}
2021-10-22T11:25:43.159Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-22T11:25:43.160Z||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-10-22T11:25:43.160Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOzP7zdlGYP7NOVE) ...
2021-10-22T11:25:43.179Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T11:25:43.179Z||pool-9-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2021-10-22T11:25:44.072Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "bae85134-e07c-47ae-9c8e-d45bc076821e",
  "serviceName": "vFW 2021-10-22 11-23-08",
  "serviceVersion": "1.0",
  "serviceUUID": "fdb5dc98-55fb-4124-9789-88d662f7785d",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "87fa18ba-3844-4b39-bc50-69c6a754795b",
  "resources": [
    {
      "resourceInstanceName": "vFW 7626ee20-044e 0",
      "resourceCustomizationUUID": "b7636fb1-028c-4ae4-b8f9-4af6c45de85e",
      "resourceName": "vFW 7626ee20-044e",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "e78b7c25-7374-46e3-8931-5410647b7231",
      "resourceInvariantUUID": "b4a351c6-abb1-4174-a686-d7575f6c0811",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw7626ee20044e0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20211022112308/1.0/resourceInstances/vfw7626ee20044e0/artifacts/vfw7626ee20044e0_modules.json",
          "artifactChecksum": "NGY4ZWQ3N2U4OTZkNzgxY2I0NDkwN2RjODc0MDRlNTM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "6340fe38-63df-41a5-a647-8390c29c8c73",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20211022112308/1.0/resourceInstances/vfw7626ee20044e0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "a90f110e-545a-40e7-ad3a-5e947cfc0349",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20211022112308/1.0/resourceInstances/vfw7626ee20044e0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "ed99d646-a2c9-430a-9018-691068fc4c2e",
            "generatedFromUUID": "a90f110e-545a-40e7-ad3a-5e947cfc0349"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20211022112308/1.0/resourceInstances/vfw7626ee20044e0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "ed99d646-a2c9-430a-9018-691068fc4c2e",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20211022112308-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20211022112308/1.0/artifacts/service-Vfw20211022112308-csar.csar",
      "artifactChecksum": "ODFkMDdkOWU0NWY0ZmI5MTBlMGIzNDc5MzU5ZTA2YWM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d88945c2-b5ca-4376-94cd-522ae58e40b4"
    }
  ],
  "workloadContext": "Production"
}
2021-10-22T11:25:44.074Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-22T11:25:44.074Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 fdb5dc98-55fb-4124-9789-88d662f7785d ASDC
2021-10-22T11:25:44.199Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:bae85134-e07c-47ae-9c8e-d45bc076821e
ServiceName:vFW 2021-10-22 11-23-08
ServiceVersion:1.0
ServiceUUID:fdb5dc98-55fb-4124-9789-88d662f7785d
ServiceInvariantUUID:87fa18ba-3844-4b39-bc50-69c6a754795b
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20211022112308-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211022112308/1.0/artifacts/service-Vfw20211022112308-csar.csar
ArtifactUUID:d88945c2-b5ca-4376-94cd-522ae58e40b4
ArtifactChecksum:ODFkMDdkOWU0NWY0ZmI5MTBlMGIzNDc5MzU5ZTA2YWM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 7626ee20-044e 0
ResourceCustomizationUUID:b7636fb1-028c-4ae4-b8f9-4af6c45de85e
ResourceInvariantUUID:b4a351c6-abb1-4174-a686-d7575f6c0811
ResourceName:vFW 7626ee20-044e
ResourceType:VF
ResourceUUID:e78b7c25-7374-46e3-8931-5410647b7231
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw7626ee20044e0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211022112308/1.0/resourceInstances/vfw7626ee20044e0/artifacts/vfw7626ee20044e0_modules.json
ArtifactUUID:6340fe38-63df-41a5-a647-8390c29c8c73
ArtifactChecksum:NGY4ZWQ3N2U4OTZkNzgxY2I0NDkwN2RjODc0MDRlNTM=
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/Vfw20211022112308/1.0/resourceInstances/vfw7626ee20044e0/artifacts/base_vfw.yaml
ArtifactUUID:a90f110e-545a-40e7-ad3a-5e947cfc0349
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/Vfw20211022112308/1.0/resourceInstances/vfw7626ee20044e0/artifacts/base_vfw.env
ArtifactUUID:ed99d646-a2c9-430a-9018-691068fc4c2e
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/Vfw20211022112308/1.0/resourceInstances/vfw7626ee20044e0/artifacts/base_vfw.env
ArtifactUUID:ed99d646-a2c9-430a-9018-691068fc4c2e
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-10-22T11:25:44.200Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF fdb5dc98-55fb-4124-9789-88d662f7785d 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-10-22T11:25:44.246Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-22T11:25:44.247Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-10-22T11:25:44.248Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-10-22T11:25:44.249Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: d88945c2-b5ca-4376-94cd-522ae58e40b4 from URL: /sdc/v1/catalog/services/Vfw20211022112308/1.0/artifacts/service-Vfw20211022112308-csar.csar
2021-10-22T11:25:44.249Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-10-22T11:25:44.250Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211022112308/1.0/artifacts/service-Vfw20211022112308-csar.csar
2021-10-22T11:25:44.361Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-10-22T11:25:44.379Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211022112308/1.0/artifacts/service-Vfw20211022112308-csar.csar d88945c2-b5ca-4376-94cd-522ae58e40b4 98718
2021-10-22T11:25:44.381Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211022112308/1.0/artifacts/service-Vfw20211022112308-csar.csar ASDC sendASDCNotification
2021-10-22T11:25:44.381Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211022112308/1.0/artifacts/service-Vfw20211022112308-csar.csar
2021-10-22T11:25:44.382Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-22T11:25:44.382Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-22T11:25:44.384Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T11:25:44.384Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "bae85134-e07c-47ae-9c8e-d45bc076821e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634901944380,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211022112308/1.0/artifacts/service-Vfw20211022112308-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-22T11:25:44.485Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-22T11:25:44.486Z||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-10-22T11:25:44.486Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOzP7zdlGYP7NOVE) ...
2021-10-22T11:25:44.498Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T11:25:44.498Z||pool-10-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-22T11:25:45.385Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-22T11:25:45.387Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-10-22T11:25:45.387Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: d88945c2-b5ca-4376-94cd-522ae58e40b4, URL: /sdc/v1/catalog/services/Vfw20211022112308/1.0/artifacts/service-Vfw20211022112308-csar.csar to file: /app/ASDC/1/service-Vfw20211022112308-csar.csar
2021-10-22T11:25:45.389Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20211022112308-csar.csar
2021-10-22T11:25:45.487Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20211022112308-csar.csar
2021-10-22T11:25:45.487Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20211022112308-csar.csar
2021-10-22T11:25:46.361Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4778935269914955638/Definitions/service-Vfw20211022112308-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2021-10-22T11:25:49.355Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-22T11:25:49.360Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-10-22T11:25:49.360Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20211022112308-csar.csar
2021-10-22T11:25:49.361Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2021-10-22T11:25:49.361Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20211022112308-csar.csar
2021-10-22T11:25:49.361Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20211022112308-csar.csar
2021-10-22T11:25:49.361Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211022112308-csar.csar
2021-10-22T11:25:49.361Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211022112308-csar.csar
2021-10-22T11:25:49.361Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211022112308-csar.csar
2021-10-22T11:25:49.361Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20211022112308-csar.csar
2021-10-22T11:25:49.361Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211022112308-csar.csar
2021-10-22T11:25:49.361Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 7626ee20-044e 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-Vfw20211022112308-csar.csar
2021-10-22T11:25:49.361Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211022112308-csar.csar
2021-10-22T11:25:49.362Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20211022112308-csar.csar
2021-10-22T11:25:49.362Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20211022112308-csar.csar
2021-10-22T11:25:49.362Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211022112308-csar.csar
2021-10-22T11:25:49.362Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211022112308-csar.csar
2021-10-22T11:25:49.362Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-10-22T11:25:49.368Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-22T11:25:49.369Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-10-22 11-23-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-22T11:25:49.373Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Node template vFW 7626ee20-044e 0 is matching search criteria
2021-10-22T11:25:49.373Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-10-22T11:25:49.375Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 7626ee20-044e 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-22T11:25:49.376Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-22T11:25:49.377Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-10-22 11-23-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-22T11:25:49.377Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Node template vFW 7626ee20-044e 0 is matching search criteria
2021-10-22T11:25:49.377Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-10-22T11:25:49.377Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 7626ee20-044e 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-22T11:25:49.377Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-22T11:25:49.377Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-10-22 11-23-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-22T11:25:49.381Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-22T11:25:49.381Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Node template vFW 7626ee20-044e 0 is not matching search criteria
2021-10-22T11:25:49.381Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-22T11:25:49.381Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-10-22T11:25:49.381Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-10-22T11:25:49.381Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-10-22T11:25:49.382Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2021-10-22T11:25:49.382Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-10-22T11:25:49.382Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-22T11:25:49.382Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-10-22T11:25:49.382Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2021-10-22T11:25:49.382Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-10-22T11:25:49.382Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-10-22T11:25:49.383Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-10-22T11:25:49.383Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-10-22T11:25:49.383Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2021-10-22T11:25:49.383Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-10-22T11:25:49.383Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-10-22T11:25:49.383Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-22T11:25:49.383Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-10-22 11-23-08 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-22T11:25:49.385Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-22T11:25:49.385Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Node template vFW 7626ee20-044e 0 is matching search criteria
2021-10-22T11:25:49.385Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 7626ee20-044e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-22T11:25:49.385Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-22T11:25:49.385Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Node template vFW 7626ee20-044e 0 is matching search criteria
2021-10-22T11:25:49.386Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 7626ee20-044e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-22T11:25:49.386Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-22T11:25:49.386Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Node template vFW 7626ee20-044e 0 is matching search criteria
2021-10-22T11:25:49.386Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 7626ee20-044e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-22T11:25:49.386Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-22T11:25:49.387Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Node template vFW 7626ee20-044e 0 is not matching search criteria
2021-10-22T11:25:49.387Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-22T11:25:49.387Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-10-22T11:25:49.387Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-22T11:25:49.387Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-10-22T11:25:49.387Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2021-10-22T11:25:49.387Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-10-22T11:25:49.388Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-10-22T11:25:49.388Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-10-22T11:25:49.388Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-10-22T11:25:49.388Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2021-10-22T11:25:49.388Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-10-22T11:25:49.388Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=c1c44bb3-fcbf-48d7-b67c-b00fdd2d4c34
2021-10-22T11:25:49.389Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-22T11:25:49.389Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Node template vFW 7626ee20-044e 0 is not matching search criteria
2021-10-22T11:25:49.389Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-22T11:25:49.389Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-10-22T11:25:49.389Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-10-22T11:25:49.390Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-10-22T11:25:49.390Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2021-10-22T11:25:49.390Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-10-22T11:25:49.390Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-22T11:25:49.390Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-10-22T11:25:49.390Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-10-22T11:25:49.390Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-10-22T11:25:49.391Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2021-10-22T11:25:49.391Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-10-22T11:25:49.391Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=87ef9bf9-3fbf-4e40-b0b2-89433d86b750
2021-10-22T11:25:49.391Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-22T11:25:49.391Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Node template vFW 7626ee20-044e 0 is not matching search criteria
2021-10-22T11:25:49.391Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-22T11:25:49.392Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-10-22T11:25:49.392Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-10-22T11:25:49.392Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-10-22T11:25:49.392Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2021-10-22T11:25:49.392Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-10-22T11:25:49.392Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-22T11:25:49.392Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-10-22T11:25:49.393Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2021-10-22T11:25:49.393Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-10-22T11:25:49.393Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-10-22T11:25:49.393Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-10-22T11:25:49.393Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=4be9e8f3-79db-4162-b07f-1a2aa17a8015
2021-10-22T11:25:49.393Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-22T11:25:49.393Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-10-22 11-23-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-22T11:25:49.394Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-22T11:25:49.394Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-10-22 11-23-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-22T11:25:49.394Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-22T11:25:49.394Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-10-22 11-23-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-22T11:25:49.394Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-22T11:25:49.394Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-10-22 11-23-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-22T11:25:49.395Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2021-10-22 11-23-08
Description:catalog service description
Model UUID:fdb5dc98-55fb-4124-9789-88d662f7785d
Model Version:NULL
Model InvariantUuid:87fa18ba-3844-4b39-bc50-69c6a754795b
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 7626ee20-044e
Model UUID:1ba6273a-ed1d-4d10-b256-2fa66457594f
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:b4a351c6-abb1-4174-a686-d7575f6c0811
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:b7636fb1-028c-4ae4-b8f9-4af6c45de85e
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:5ec6f64f-e651-46fc-bed6-145edfc8d4ee
ModelName:Vfw7626ee20044e..base_vfw..module-0
ModelUuid:9a6fb06f-4785-4669-9b8d-a3b6c05df79c
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:c1c44bb3-fcbf-48d7-b67c-b00fdd2d4c34
ModelInvariantUuid:898c9190-75ff-48f6-95a0-6b8de496ac1a
ModelName:vFW 7626ee20-044e-nodes.vfwCvfc
ModelUuid:54ba06f1-f2c3-47f4-b2fe-d5a0e1615928
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:60218b96-aa27-476c-a528-1309b2d8c4b8
ModelInvariantUuid:ce939489-615a-4ef1-b2ab-abfe68f95398
ModelName:Vfw7626ee20044e.compute.nodes.heat.vfw
ModelUuid:b02d9521-80ff-46f6-ab43-0eeba4d6d53c
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:87ef9bf9-3fbf-4e40-b0b2-89433d86b750
ModelInvariantUuid:cee898c7-7007-4320-8838-bd2e5ce418be
ModelName:vFW 7626ee20-044e-nodes.vsnCvfc
ModelUuid:44937c24-cd9c-47d6-b161-ec0413db96ed
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:fbe0c67f-cc23-40e7-a459-746bc3c80e61
ModelInvariantUuid:9f98e0a0-1bcb-47f6-b3f9-812b43c6d26a
ModelName:Vfw7626ee20044e.compute.nodes.heat.vsn
ModelUuid:1a95f4b5-b9c7-46bd-84e0-1ad87eeee8bb
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:4be9e8f3-79db-4162-b07f-1a2aa17a8015
ModelInvariantUuid:35d8394d-b7eb-4a59-866c-1d30d1aa9a04
ModelName:vFW 7626ee20-044e-nodes.vpgCvfc
ModelUuid:df475e5c-3840-4daa-b764-ab447fb0bdbe
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:7d60f920-19b6-4c6e-bd4c-d03c8a7f594e
ModelInvariantUuid:91f32477-86ee-4876-9b71-e0abda33cb7d
ModelName:Vfw7626ee20044e.compute.nodes.heat.vpg
ModelUuid:13f77a28-5f11-4030-b904-25ba040678a2
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-10-22T11:25:49.401Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: e78b7c25-7374-46e3-8931-5410647b7231
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-22T11:25:49.486Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||INFO|500||vFW 7626ee20-044e 0
2021-10-22T11:25:49.510Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: e78b7c25-7374-46e3-8931-5410647b7231
2021-10-22T11:25:49.510Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 6340fe38-63df-41a5-a647-8390c29c8c73 from URL: /sdc/v1/catalog/services/Vfw20211022112308/1.0/resourceInstances/vfw7626ee20044e0/artifacts/vfw7626ee20044e0_modules.json
2021-10-22T11:25:49.510Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-10-22T11:25:49.510Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211022112308/1.0/resourceInstances/vfw7626ee20044e0/artifacts/vfw7626ee20044e0_modules.json
2021-10-22T11:25:49.870Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-10-22T11:25:49.870Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211022112308/1.0/resourceInstances/vfw7626ee20044e0/artifacts/vfw7626ee20044e0_modules.json 6340fe38-63df-41a5-a647-8390c29c8c73 785
2021-10-22T11:25:49.870Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211022112308/1.0/resourceInstances/vfw7626ee20044e0/artifacts/vfw7626ee20044e0_modules.json ASDC sendASDCNotification
2021-10-22T11:25:49.871Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211022112308/1.0/resourceInstances/vfw7626ee20044e0/artifacts/vfw7626ee20044e0_modules.json
2021-10-22T11:25:49.871Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-22T11:25:49.871Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-22T11:25:49.873Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T11:25:49.873Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "bae85134-e07c-47ae-9c8e-d45bc076821e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634901949870,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211022112308/1.0/resourceInstances/vfw7626ee20044e0/artifacts/vfw7626ee20044e0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-22T11:25:49.973Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-22T11:25:49.975Z||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-10-22T11:25:49.975Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOzP7zdlGYP7NOVE) ...
2021-10-22T11:25:49.985Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T11:25:49.985Z||pool-11-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-22T11:25:50.875Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw7626ee20044e..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "5ec6f64f-e651-46fc-bed6-145edfc8d4ee",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "9a6fb06f-4785-4669-9b8d-a3b6c05df79c",
    "vfModuleModelCustomizationUUID": "ffe00a38-0e15-4b8e-b6f8-92bf94ccb54f",
    "isBase": true,
    "artifacts": [
      "a90f110e-545a-40e7-ad3a-5e947cfc0349",
      "ed99d646-a2c9-430a-9018-691068fc4c2e"
    ],
    "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-10-22T11:25:50.888Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw7626ee20044e..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:9a6fb06f-4785-4669-9b8d-a3b6c05df79c
VfModuleModelInvariantUUID:5ec6f64f-e651-46fc-bed6-145edfc8d4ee
VfModuleModelDescription:NULL
Artifacts UUID List:{
a90f110e-545a-40e7-ad3a-5e947cfc0349
,
ed99d646-a2c9-430a-9018-691068fc4c2e

}
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-10-22T11:25:50.890Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw7626ee20044e..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "5ec6f64f-e651-46fc-bed6-145edfc8d4ee",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "9a6fb06f-4785-4669-9b8d-a3b6c05df79c",
    "vfModuleModelCustomizationUUID": "ffe00a38-0e15-4b8e-b6f8-92bf94ccb54f",
    "isBase": true,
    "artifacts": [
      "a90f110e-545a-40e7-ad3a-5e947cfc0349",
      "ed99d646-a2c9-430a-9018-691068fc4c2e"
    ],
    "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-10-22T11:25:50.890Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw7626ee20044e..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:9a6fb06f-4785-4669-9b8d-a3b6c05df79c
VfModuleModelInvariantUUID:5ec6f64f-e651-46fc-bed6-145edfc8d4ee
VfModuleModelDescription:NULL
Artifacts UUID List:{
a90f110e-545a-40e7-ad3a-5e947cfc0349
,
ed99d646-a2c9-430a-9018-691068fc4c2e

}
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-10-22T11:25:50.891Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: a90f110e-545a-40e7-ad3a-5e947cfc0349 from URL: /sdc/v1/catalog/services/Vfw20211022112308/1.0/resourceInstances/vfw7626ee20044e0/artifacts/base_vfw.yaml
2021-10-22T11:25:50.891Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-10-22T11:25:50.891Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211022112308/1.0/resourceInstances/vfw7626ee20044e0/artifacts/base_vfw.yaml
2021-10-22T11:25:51.056Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-10-22T11:25:51.057Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211022112308/1.0/resourceInstances/vfw7626ee20044e0/artifacts/base_vfw.yaml a90f110e-545a-40e7-ad3a-5e947cfc0349 20368
2021-10-22T11:25:51.057Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211022112308/1.0/resourceInstances/vfw7626ee20044e0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-10-22T11:25:51.057Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211022112308/1.0/resourceInstances/vfw7626ee20044e0/artifacts/base_vfw.yaml
2021-10-22T11:25:51.057Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-22T11:25:51.057Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-22T11:25:51.059Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T11:25:51.059Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "bae85134-e07c-47ae-9c8e-d45bc076821e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634901951057,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211022112308/1.0/resourceInstances/vfw7626ee20044e0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-22T11:25:51.159Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-22T11:25:51.160Z||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-10-22T11:25:51.160Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOzP7zdlGYP7NOVE) ...
2021-10-22T11:25:51.171Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T11:25:51.172Z||pool-12-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-10-22T11:25:52.060Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: ed99d646-a2c9-430a-9018-691068fc4c2e from URL: /sdc/v1/catalog/services/Vfw20211022112308/1.0/resourceInstances/vfw7626ee20044e0/artifacts/base_vfw.env
2021-10-22T11:25:52.060Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-10-22T11:25:52.061Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211022112308/1.0/resourceInstances/vfw7626ee20044e0/artifacts/base_vfw.env
2021-10-22T11:25:52.425Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-10-22T11:25:52.425Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211022112308/1.0/resourceInstances/vfw7626ee20044e0/artifacts/base_vfw.env ed99d646-a2c9-430a-9018-691068fc4c2e 2098
2021-10-22T11:25:52.425Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211022112308/1.0/resourceInstances/vfw7626ee20044e0/artifacts/base_vfw.env ASDC sendASDCNotification
2021-10-22T11:25:52.425Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211022112308/1.0/resourceInstances/vfw7626ee20044e0/artifacts/base_vfw.env
2021-10-22T11:25:52.426Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-22T11:25:52.426Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-22T11:25:52.428Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T11:25:52.428Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "bae85134-e07c-47ae-9c8e-d45bc076821e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634901952425,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211022112308/1.0/resourceInstances/vfw7626ee20044e0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-10-22T11:25:52.528Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-22T11:25:52.529Z||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-10-22T11:25:52.529Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOzP7zdlGYP7NOVE) ...
2021-10-22T11:25:52.542Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T11:25:52.542Z||pool-13-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-22T11:25:53.429Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: fdb5dc98-55fb-4124-9789-88d662f7785d
2021-10-22T11:25:53.429Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 7626ee20-044e 0 e78b7c25-7374-46e3-8931-5410647b7231 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-22T11:25:53.455Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@16304641, org.onap.sdc.toscaparser.api.parameters.Input@2488cd5d, org.onap.sdc.toscaparser.api.parameters.Input@7a4e2f62, org.onap.sdc.toscaparser.api.parameters.Input@311c0d31, org.onap.sdc.toscaparser.api.parameters.Input@258a471d]
2021-10-22T11:25:53.459Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-22T11:25:53.459Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-10-22 11-23-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-22T11:25:53.459Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 
2021-10-22T11:25:53.459Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= b7636fb1-028c-4ae4-b8f9-4af6c45de85e
2021-10-22T11:25:53.459Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b7636fb1-028c-4ae4-b8f9-4af6c45de85e matches Tosca VF Customization UUID: b7636fb1-028c-4ae4-b8f9-4af6c45de85e
2021-10-22T11:25:53.460Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: b7636fb1-028c-4ae4-b8f9-4af6c45de85e  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-10-22T11:25:53.464Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-22T11:25:53.464Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-10-22 11-23-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-22T11:25:53.465Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id b7636fb1-028c-4ae4-b8f9-4af6c45de85e: {\"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-10-22T11:25:53.465Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2da1bb7f
2021-10-22T11:25:53.466Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-22T11:25:53.466Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-10-22 11-23-08 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-22T11:25:53.466Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : ffe00a38-0e15-4b8e-b6f8-92bf94ccb54f
2021-10-22T11:25:53.467Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID ffe00a38-0e15-4b8e-b6f8-92bf94ccb54f
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-10-22T11:25:53.471Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-22T11:25:53.471Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Node template vFW 7626ee20-044e 0 is matching search criteria
2021-10-22T11:25:53.471Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 7626ee20-044e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-22T11:25:53.472Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-22T11:25:53.472Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Node template vFW 7626ee20-044e 0 is matching search criteria
2021-10-22T11:25:53.472Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 7626ee20-044e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-22T11:25:53.472Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-22T11:25:53.473Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Node template vFW 7626ee20-044e 0 is not matching search criteria
2021-10-22T11:25:53.473Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-22T11:25:53.473Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-10-22T11:25:53.473Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-22T11:25:53.473Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-10-22T11:25:53.473Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2021-10-22T11:25:53.474Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-10-22T11:25:53.474Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-10-22T11:25:53.474Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-10-22T11:25:53.474Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-10-22T11:25:53.474Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2021-10-22T11:25:53.474Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-10-22T11:25:53.474Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=c1c44bb3-fcbf-48d7-b67c-b00fdd2d4c34
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-10-22T11:25:53.484Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-22T11:25:53.484Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Node template vFW 7626ee20-044e 0 is matching search criteria
2021-10-22T11:25:53.484Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 7626ee20-044e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-22T11:25:53.484Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-22T11:25:53.485Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Node template vFW 7626ee20-044e 0 is not matching search criteria
2021-10-22T11:25:53.485Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-22T11:25:53.485Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-10-22T11:25:53.485Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-10-22T11:25:53.485Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-10-22T11:25:53.485Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2021-10-22T11:25:53.486Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-10-22T11:25:53.486Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-22T11:25:53.486Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-10-22T11:25:53.486Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-10-22T11:25:53.486Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-10-22T11:25:53.486Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2021-10-22T11:25:53.486Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-10-22T11:25:53.487Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=87ef9bf9-3fbf-4e40-b0b2-89433d86b750
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-10-22T11:25:53.488Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-22T11:25:53.488Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Node template vFW 7626ee20-044e 0 is matching search criteria
2021-10-22T11:25:53.488Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 7626ee20-044e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-22T11:25:53.490Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-22T11:25:53.490Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Node template vFW 7626ee20-044e 0 is not matching search criteria
2021-10-22T11:25:53.491Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-22T11:25:53.491Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-10-22T11:25:53.491Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-10-22T11:25:53.491Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-10-22T11:25:53.491Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2021-10-22T11:25:53.492Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-10-22T11:25:53.492Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-22T11:25:53.492Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-10-22T11:25:53.492Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2021-10-22T11:25:53.492Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-10-22T11:25:53.492Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-10-22T11:25:53.492Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-10-22T11:25:53.493Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=4be9e8f3-79db-4162-b07f-1a2aa17a8015
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-10-22T11:25:53.494Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-22T11:25:53.494Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Node template vFW 7626ee20-044e 0 is matching search criteria
2021-10-22T11:25:53.494Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 7626ee20-044e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-22T11:25:53.494Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-22T11:25:53.495Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Node template vFW 7626ee20-044e 0 is matching search criteria
2021-10-22T11:25:53.495Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 7626ee20-044e 0] matching following query criteria: sdcType=VF, customizationUUID=b7636fb1-028c-4ae4-b8f9-4af6c45de85e
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-22T11:25:53.496Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-22T11:25:53.496Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-10-22 11-23-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-22T11:25:53.496Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid fdb5dc98-55fb-4124-9789-88d662f7785d: vFW 7626ee20-044e
2021-10-22T11:25:53.496Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-22T11:25:53.497Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-10-22 11-23-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-22T11:25:53.497Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-22T11:25:53.497Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-10-22 11-23-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-22T11:25:53.497Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-22T11:25:53.497Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-10-22 11-23-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-22T11:25:53.497Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-22T11:25:53.498Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-10-22 11-23-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-22T11:25:53.498Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-22T11:25:53.498Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-10-22 11-23-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-22T11:25:53.498Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||INFO|500||Saving Service: vFW 2021-10-22 11-23-08 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-22T11:25:53.671Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 7626ee20-044e e78b7c25-7374-46e3-8931-5410647b7231 1 ASDC deployResourceStructure
2021-10-22T11:25:53.672Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211022112308/1.0/resourceInstances/vfw7626ee20044e0/artifacts/vfw7626ee20044e0_modules.json ASDC sendASDCNotification
2021-10-22T11:25:53.672Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211022112308/1.0/resourceInstances/vfw7626ee20044e0/artifacts/vfw7626ee20044e0_modules.json
2021-10-22T11:25:53.672Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-22T11:25:53.672Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-22T11:25:53.673Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T11:25:53.674Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "bae85134-e07c-47ae-9c8e-d45bc076821e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634901953672,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211022112308/1.0/resourceInstances/vfw7626ee20044e0/artifacts/vfw7626ee20044e0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-22T11:25:53.774Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-22T11:25:53.775Z||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-10-22T11:25:53.775Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOzP7zdlGYP7NOVE) ...
2021-10-22T11:25:53.792Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T11:25:53.792Z||pool-14-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2021-10-22T11:25:54.676Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211022112308/1.0/resourceInstances/vfw7626ee20044e0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-10-22T11:25:54.676Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211022112308/1.0/resourceInstances/vfw7626ee20044e0/artifacts/base_vfw.yaml
2021-10-22T11:25:54.676Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-22T11:25:54.676Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-22T11:25:54.678Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T11:25:54.678Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "bae85134-e07c-47ae-9c8e-d45bc076821e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634901954675,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211022112308/1.0/resourceInstances/vfw7626ee20044e0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-10-22T11:25:54.778Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-22T11:25:54.779Z||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-10-22T11:25:54.779Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOzP7zdlGYP7NOVE) ...
2021-10-22T11:25:54.792Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T11:25:54.793Z||pool-15-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-10-22T11:25:55.679Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211022112308/1.0/resourceInstances/vfw7626ee20044e0/artifacts/base_vfw.env ASDC sendASDCNotification
2021-10-22T11:25:55.679Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211022112308/1.0/resourceInstances/vfw7626ee20044e0/artifacts/base_vfw.env
2021-10-22T11:25:55.679Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-22T11:25:55.680Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-22T11:25:55.681Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T11:25:55.681Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "bae85134-e07c-47ae-9c8e-d45bc076821e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634901955679,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211022112308/1.0/resourceInstances/vfw7626ee20044e0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-10-22T11:25:55.781Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-22T11:25:55.782Z||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-10-22T11:25:55.782Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOzP7zdlGYP7NOVE) ...
2021-10-22T11:25:55.795Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T11:25:55.795Z||pool-16-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-22T11:25:56.683Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211022112308/1.0/artifacts/service-Vfw20211022112308-csar.csar ASDC sendASDCNotification
2021-10-22T11:25:56.684Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211022112308/1.0/artifacts/service-Vfw20211022112308-csar.csar
2021-10-22T11:25:56.684Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-22T11:25:56.685Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-22T11:25:56.687Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T11:25:56.687Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "bae85134-e07c-47ae-9c8e-d45bc076821e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634901956682,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211022112308/1.0/artifacts/service-Vfw20211022112308-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-22T11:25:56.787Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-22T11:25:56.788Z||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-10-22T11:25:56.788Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOzP7zdlGYP7NOVE) ...
2021-10-22T11:25:56.805Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T11:25:56.806Z||pool-17-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2021-10-22T11:25:57.689Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bae85134-e07c-47ae-9c8e-d45bc076821e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-22T11:25:57.715Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bae85134-e07c-47ae-9c8e-d45bc076821e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-22T11:25:57.718Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-22T11:25:57.718Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-22T11:25:57.718Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-22T11:26:27.719Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bae85134-e07c-47ae-9c8e-d45bc076821e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-22T11:26:27.733Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bae85134-e07c-47ae-9c8e-d45bc076821e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-22T11:26:27.736Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-22T11:26:27.736Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-22T11:26:27.736Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-22T11:26:36.370Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:26:36.371Z||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-10-22T11:26:36.372Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:26:36.498Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T11:26:36.499Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T11:26:36.499Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bae85134-e07c-47ae-9c8e-d45bc076821e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634901936367,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211022112308/1.0/resourceInstances/vfw7626ee20044e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:26:36.501Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:26:57.736Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bae85134-e07c-47ae-9c8e-d45bc076821e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-22T11:26:57.745Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bae85134-e07c-47ae-9c8e-d45bc076821e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-22T11:26:57.748Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-22T11:26:57.748Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-22T11:26:57.748Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-22T11:27:27.748Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bae85134-e07c-47ae-9c8e-d45bc076821e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-22T11:27:27.755Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bae85134-e07c-47ae-9c8e-d45bc076821e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-22T11:27:27.757Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-22T11:27:27.758Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-22T11:27:27.758Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-22T11:27:36.370Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:27:36.371Z||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-10-22T11:27:36.371Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:27:36.897Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T11:27:36.899Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T11:27:36.899Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bae85134-e07c-47ae-9c8e-d45bc076821e",
  "consumerID": "aai-ml",
  "timestamp": 1634901933484,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211022112308/1.0/resourceInstances/vfw7626ee20044e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:27:36.900Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:27:36.900Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T11:27:36.901Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bae85134-e07c-47ae-9c8e-d45bc076821e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634901936367,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211022112308/1.0/resourceInstances/vfw7626ee20044e0/artifacts/vfw7626ee20044e0_modules.json",
  "status": "NOTIFIED"
}
2021-10-22T11:27:36.901Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:27:36.901Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T11:27:36.901Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bae85134-e07c-47ae-9c8e-d45bc076821e",
  "consumerID": "aai-ml",
  "timestamp": 1634901933484,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211022112308/1.0/resourceInstances/vfw7626ee20044e0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:27:36.901Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:27:36.902Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T11:27:36.902Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bae85134-e07c-47ae-9c8e-d45bc076821e",
  "consumerID": "clamp",
  "timestamp": 1634901938249,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211022112308/1.0/artifacts/service-Vfw20211022112308-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-22T11:27:36.902Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T11:27:36.902Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T11:27:36.902Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bae85134-e07c-47ae-9c8e-d45bc076821e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634901936367,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211022112308/1.0/resourceInstances/vfw7626ee20044e0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-10-22T11:27:36.903Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:27:36.903Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T11:27:36.903Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bae85134-e07c-47ae-9c8e-d45bc076821e",
  "consumerID": "aai-ml",
  "timestamp": 1634901933484,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211022112308/1.0/artifacts/service-Vfw20211022112308-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:27:36.903Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:27:36.903Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T11:27:36.903Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bae85134-e07c-47ae-9c8e-d45bc076821e",
  "consumerID": "clamp",
  "timestamp": 1634901939630,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211022112308/1.0/artifacts/service-Vfw20211022112308-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-22T11:27:36.904Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T11:27:36.904Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T11:27:36.904Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bae85134-e07c-47ae-9c8e-d45bc076821e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634901936367,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211022112308/1.0/resourceInstances/vfw7626ee20044e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:27:36.904Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:27:36.904Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T11:27:36.904Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bae85134-e07c-47ae-9c8e-d45bc076821e",
  "consumerID": "aai-ml",
  "timestamp": 1634901933484,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211022112308/1.0/artifacts/service-Vfw20211022112308-csar.csar",
  "status": "NOTIFIED"
}
2021-10-22T11:27:36.905Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:27:36.905Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T11:27:36.905Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bae85134-e07c-47ae-9c8e-d45bc076821e",
  "consumerID": "clamp",
  "timestamp": 1634901940634,
  "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-10-22T11:27:36.909Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of bae85134-e07c-47ae-9c8e-d45bc076821e
2021-10-22T11:27:36.909Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId bae85134-e07c-47ae-9c8e-d45bc076821e 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-10-22T11:27:36.917Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T11:27:36.917Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bae85134-e07c-47ae-9c8e-d45bc076821e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634901936367,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211022112308/1.0/resourceInstances/vfw7626ee20044e0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-10-22T11:27:36.917Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:27:36.917Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T11:27:36.917Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bae85134-e07c-47ae-9c8e-d45bc076821e",
  "consumerID": "aai-ml",
  "timestamp": 1634901941412,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211022112308/1.0/artifacts/service-Vfw20211022112308-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-22T11:27:36.918Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T11:27:36.918Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T11:27:36.918Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bae85134-e07c-47ae-9c8e-d45bc076821e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634901936367,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211022112308/1.0/artifacts/service-Vfw20211022112308-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:27:36.919Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:27:36.919Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T11:27:36.919Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bae85134-e07c-47ae-9c8e-d45bc076821e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634901936367,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211022112308/1.0/artifacts/service-Vfw20211022112308-csar.csar",
  "status": "NOTIFIED"
}
2021-10-22T11:27:36.919Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:27:36.919Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T11:27:36.920Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bae85134-e07c-47ae-9c8e-d45bc076821e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634901944380,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211022112308/1.0/artifacts/service-Vfw20211022112308-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-22T11:27:36.920Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T11:27:36.920Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T11:27:36.920Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bae85134-e07c-47ae-9c8e-d45bc076821e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634901949870,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211022112308/1.0/resourceInstances/vfw7626ee20044e0/artifacts/vfw7626ee20044e0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-22T11:27:36.920Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T11:27:36.921Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T11:27:36.921Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bae85134-e07c-47ae-9c8e-d45bc076821e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634901951057,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211022112308/1.0/resourceInstances/vfw7626ee20044e0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-22T11:27:36.921Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T11:27:36.921Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T11:27:36.921Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bae85134-e07c-47ae-9c8e-d45bc076821e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634901952425,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211022112308/1.0/resourceInstances/vfw7626ee20044e0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-10-22T11:27:36.921Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T11:27:36.922Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T11:27:36.922Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bae85134-e07c-47ae-9c8e-d45bc076821e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634901953672,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211022112308/1.0/resourceInstances/vfw7626ee20044e0/artifacts/vfw7626ee20044e0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-22T11:27:36.922Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T11:27:36.922Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T11:27:36.922Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bae85134-e07c-47ae-9c8e-d45bc076821e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634901954675,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211022112308/1.0/resourceInstances/vfw7626ee20044e0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-10-22T11:27:36.923Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T11:27:36.923Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T11:27:36.923Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bae85134-e07c-47ae-9c8e-d45bc076821e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634901955679,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211022112308/1.0/resourceInstances/vfw7626ee20044e0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-10-22T11:27:36.923Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T11:27:36.923Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T11:27:36.923Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bae85134-e07c-47ae-9c8e-d45bc076821e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634901956682,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211022112308/1.0/artifacts/service-Vfw20211022112308-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-22T11:27:36.924Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T11:27:36.924Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T11:27:36.924Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bae85134-e07c-47ae-9c8e-d45bc076821e",
  "consumerID": "aai-ml",
  "timestamp": 1634901957035,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211022112308/1.0/artifacts/service-Vfw20211022112308-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-22T11:27:36.924Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T11:27:36.924Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T11:27:36.925Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bae85134-e07c-47ae-9c8e-d45bc076821e",
  "consumerID": "aai-ml",
  "timestamp": 1634901958040,
  "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-10-22T11:27:36.927Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of bae85134-e07c-47ae-9c8e-d45bc076821e
2021-10-22T11:27:36.928Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId bae85134-e07c-47ae-9c8e-d45bc076821e 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-10-22T11:27:57.758Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bae85134-e07c-47ae-9c8e-d45bc076821e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-22T11:27:57.766Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bae85134-e07c-47ae-9c8e-d45bc076821e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-22T11:27:57.768Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-22T11:27:57.768Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-22T11:27:57.768Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-10-22T11:27:57.768Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-10-22T11:27:57.768Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-22T11:27:57.769Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-22T11:27:57.769Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-22T11:27:57.769Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-22T11:27:57.769Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-22T11:27:57.769Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-22T11:27:57.769Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-22T11:27:57.772Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-10-22T11:28:27.773Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: bae85134-e07c-47ae-9c8e-d45bc076821e 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-10-22T11:28:27.793Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: bae85134-e07c-47ae-9c8e-d45bc076821e and serviceModelVersionId: fdb5dc98-55fb-4124-9789-88d662f7785d
2021-10-22T11:28:27.793Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 87fa18ba-3844-4b39-bc50-69c6a754795b
2021-10-22T11:28:36.370Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:28:36.371Z||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-10-22T11:28:36.371Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:28:42.168Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/87fa18ba-3844-4b39-bc50-69c6a754795b/model-vers/model-ver/fdb5dc98-55fb-4124-9789-88d662f7785d?depth=0
2021-10-22T11:28:42.280Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2021-10-22T11:28:42.758Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87fa18ba-3844-4b39-bc50-69c6a754795b/model-vers/model-ver/fdb5dc98-55fb-4124-9789-88d662f7785d?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-10-22T11:28:42.762Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87fa18ba-3844-4b39-bc50-69c6a754795b/model-vers/model-ver/fdb5dc98-55fb-4124-9789-88d662f7785d?depth=0|INFO|500||Invoke
2021-10-22T11:28:42.879Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87fa18ba-3844-4b39-bc50-69c6a754795b/model-vers/model-ver/fdb5dc98-55fb-4124-9789-88d662f7785d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-10-22T11:28:43.231Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87fa18ba-3844-4b39-bc50-69c6a754795b/model-vers/model-ver/fdb5dc98-55fb-4124-9789-88d662f7785d?depth=0|INFO|500||InvokeReturn
2021-10-22T11:28:43.232Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87fa18ba-3844-4b39-bc50-69c6a754795b/model-vers/model-ver/fdb5dc98-55fb-4124-9789-88d662f7785d?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-211022-11:28:42:891-31945], vertex-id=[376856], Content-Length=[0], Date=[Fri, 22 Oct 2021 11:28:42 GMT], Content-Type=[application/json]}
2021-10-22T11:28:43.232Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2021-10-22T11:28:43.235Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-10-22T11:28:43.235Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-22T11:28:43.239Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-10-22T11:28:43.239Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID bae85134-e07c-47ae-9c8e-d45bc076821e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-10-22T11:28:43.240Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-10-22T11:28:43.240Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-22T11:28:43.242Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T11:28:43.242Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "bae85134-e07c-47ae-9c8e-d45bc076821e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634902123239,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-22T11:28:43.343Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-22T11:28:43.343Z||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-10-22T11:28:43.343Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOzP7zdlGYP7NOVE) ...
2021-10-22T11:28:43.355Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T11:28:43.355Z||pool-18-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-22T11:28:43.972Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T11:28:43.973Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T11:28:43.973Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bae85134-e07c-47ae-9c8e-d45bc076821e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634902123239,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-22T11:28:43.975Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-10-22T11:28:44.251Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:28:44.252Z|bae85134-e07c-47ae-9c8e-d45bc076821e|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-10-22T11:28:44.252Z|bae85134-e07c-47ae-9c8e-d45bc076821e|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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:28:54.706Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T11:28:54.707Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:28:54.708Z|bae85134-e07c-47ae-9c8e-d45bc076821e|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-10-22T11:28:54.708Z|bae85134-e07c-47ae-9c8e-d45bc076821e|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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:29:04.246Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T11:29:04.247Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:29:04.248Z|bae85134-e07c-47ae-9c8e-d45bc076821e|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-10-22T11:29:04.248Z|bae85134-e07c-47ae-9c8e-d45bc076821e|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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:29:13.808Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T11:29:36.369Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:29:36.369Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:29:36.370Z|bae85134-e07c-47ae-9c8e-d45bc076821e|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-10-22T11:29:36.370Z||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-10-22T11:29:36.370Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:29:36.370Z|bae85134-e07c-47ae-9c8e-d45bc076821e|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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:29:45.908Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T11:29:45.909Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T11:30:36.370Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:30:36.368Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:30:36.372Z||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-10-22T11:30:36.372Z|bae85134-e07c-47ae-9c8e-d45bc076821e|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-10-22T11:30:36.372Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:30:36.373Z|bae85134-e07c-47ae-9c8e-d45bc076821e|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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:30:45.933Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T11:30:45.939Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T11:31:36.367Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:31:36.368Z|bae85134-e07c-47ae-9c8e-d45bc076821e|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-10-22T11:31:36.368Z|bae85134-e07c-47ae-9c8e-d45bc076821e|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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:31:36.369Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:31:36.370Z||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-10-22T11:31:36.370Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:31:37.003Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T11:31:37.003Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-22T11:31:37.004Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"e1df3e63-1d28-4fd2-b07d-5a3db1047a6a","serviceName":"basic_onboard_LPLJOa","serviceVersion":"1.0","serviceUUID":"b8300ebf-64aa-4fd5-9c54-cd75b7524ecd","serviceDescription":"service","serviceInvariantUUID":"2422cd36-0e70-4eb9-8b14-405705149388","resources":[{"resourceInstanceName":"basic_onboard_LPLJOa 0","resourceName":"basic_onboard_LPLJOa","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d981199b-ba21-431f-a538-87d37131986b","resourceInvariantUUID":"2b3b7292-391a-444b-b81c-b94a0451a70a","resourceCustomizationUUID":"68080db3-874a-45e2-8c13-7e802a840182","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/resourceInstances/basic_onboard_lpljoa0/artifacts/vf-license-model.xml","artifactChecksum":"YmI4ZDU1MzI4MTQ2MWM2M2E1OTc3OWIwYjhkNzBiZjY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8739683b-3efd-44c3-b3b3-d9333fc561bf","artifactVersion":"1"},{"artifactName":"basic_onboard_lpljoa0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/resourceInstances/basic_onboard_lpljoa0/artifacts/basic_onboard_lpljoa0_modules.json","artifactChecksum":"MzA4ZDMyMTg5NDk4MTM2NDgyOTM3Njk4NzA1NDBjMTE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"83f58c07-4c53-4e04-b6fb-8252ce27d819","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/resourceInstances/basic_onboard_lpljoa0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"f36abf02-2f6b-44d5-8665-54d5a3c1adca","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/resourceInstances/basic_onboard_lpljoa0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a37cfe4f-a9ef-4fd7-ac86-eab1fd3a3e7d","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/resourceInstances/basic_onboard_lpljoa0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"169d2838-fd2e-4e8b-ba3d-e67c6b29698c","artifactVersion":"2","generatedFromUUID":"f36abf02-2f6b-44d5-8665-54d5a3c1adca"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardLpljoa-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/artifacts/service-BasicOnboardLpljoa-template.yml","artifactChecksum":"MzI4Mzc5YWUyNjRlYTJlNDgyOThlMTNlOTIwYjkwNjQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"747e8647-6041-43ee-b32e-61749e426665","artifactVersion":"1"},{"artifactName":"service-BasicOnboardLpljoa-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/artifacts/service-BasicOnboardLpljoa-csar.csar","artifactChecksum":"ZDA1NzhkYjdkNGY0Y2Y5MzZmNGU4OTFhNzFlOWRlZTQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fce238cd-db68-452f-bfbc-887760d19ec1","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-22T11:31:37.006Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T11:31:37.007Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-22T11:31:37.008Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-22T11:31:37.009Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-22T11:31:37.010Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1df3e63-1d28-4fd2-b07d-5a3db1047a6a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634902252840,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/resourceInstances/basic_onboard_lpljoa0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:31:37.010Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:31:37.011Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-22T11:31:37.011Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T11:31:37.011Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "e1df3e63-1d28-4fd2-b07d-5a3db1047a6a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634902296367,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/resourceInstances/basic_onboard_lpljoa0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:31:37.011Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1df3e63-1d28-4fd2-b07d-5a3db1047a6a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634902257219,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/resourceInstances/basic_onboard_lpljoa0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:31:37.011Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:31:37.011Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-22T11:31:37.012Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1df3e63-1d28-4fd2-b07d-5a3db1047a6a",
  "consumerID": "cds",
  "timestamp": 1634902257881,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/resourceInstances/basic_onboard_lpljoa0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:31:37.012Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:31:37.012Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-22T11:31:37.012Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1df3e63-1d28-4fd2-b07d-5a3db1047a6a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634902252840,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/resourceInstances/basic_onboard_lpljoa0/artifacts/basic_onboard_lpljoa0_modules.json",
  "status": "NOTIFIED"
}
2021-10-22T11:31:37.013Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:31:37.013Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-22T11:31:37.013Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1df3e63-1d28-4fd2-b07d-5a3db1047a6a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634902257219,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/resourceInstances/basic_onboard_lpljoa0/artifacts/basic_onboard_lpljoa0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:31:37.014Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:31:37.014Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-22T11:31:37.014Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1df3e63-1d28-4fd2-b07d-5a3db1047a6a",
  "consumerID": "cds",
  "timestamp": 1634902257881,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/resourceInstances/basic_onboard_lpljoa0/artifacts/basic_onboard_lpljoa0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:31:37.015Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:31:37.015Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-22T11:31:37.015Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1df3e63-1d28-4fd2-b07d-5a3db1047a6a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634902252840,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/resourceInstances/basic_onboard_lpljoa0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-10-22T11:31:37.016Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:31:37.016Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-22T11:31:37.016Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1df3e63-1d28-4fd2-b07d-5a3db1047a6a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634902257219,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/resourceInstances/basic_onboard_lpljoa0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:31:37.017Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:31:37.017Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-22T11:31:37.017Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1df3e63-1d28-4fd2-b07d-5a3db1047a6a",
  "consumerID": "cds",
  "timestamp": 1634902257881,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/resourceInstances/basic_onboard_lpljoa0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:31:37.017Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:31:37.017Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-22T11:31:37.018Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1df3e63-1d28-4fd2-b07d-5a3db1047a6a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634902252840,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/resourceInstances/basic_onboard_lpljoa0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:31:37.018Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:31:37.018Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-22T11:31:37.018Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1df3e63-1d28-4fd2-b07d-5a3db1047a6a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634902257219,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/resourceInstances/basic_onboard_lpljoa0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:31:37.019Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:31:37.019Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-22T11:31:37.019Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1df3e63-1d28-4fd2-b07d-5a3db1047a6a",
  "consumerID": "cds",
  "timestamp": 1634902257881,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/resourceInstances/basic_onboard_lpljoa0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:31:37.019Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:31:37.020Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-22T11:31:37.020Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1df3e63-1d28-4fd2-b07d-5a3db1047a6a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634902252840,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/resourceInstances/basic_onboard_lpljoa0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-10-22T11:31:37.020Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:31:37.020Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-22T11:31:37.020Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1df3e63-1d28-4fd2-b07d-5a3db1047a6a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634902257219,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/resourceInstances/basic_onboard_lpljoa0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:31:37.021Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:31:37.021Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-22T11:31:37.024Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1df3e63-1d28-4fd2-b07d-5a3db1047a6a",
  "consumerID": "dcae-sch",
  "timestamp": 1634902261828,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/resourceInstances/basic_onboard_lpljoa0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:31:37.025Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:31:37.025Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-22T11:31:37.025Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1df3e63-1d28-4fd2-b07d-5a3db1047a6a",
  "consumerID": "cds",
  "timestamp": 1634902257881,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/resourceInstances/basic_onboard_lpljoa0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:31:37.025Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:31:37.025Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-22T11:31:37.026Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1df3e63-1d28-4fd2-b07d-5a3db1047a6a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634902252840,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/artifacts/service-BasicOnboardLpljoa-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:31:37.026Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:31:37.026Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-22T11:31:37.026Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1df3e63-1d28-4fd2-b07d-5a3db1047a6a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634902257219,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/artifacts/service-BasicOnboardLpljoa-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:31:37.026Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:31:37.027Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-22T11:31:37.027Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1df3e63-1d28-4fd2-b07d-5a3db1047a6a",
  "consumerID": "dcae-sch",
  "timestamp": 1634902261828,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/resourceInstances/basic_onboard_lpljoa0/artifacts/basic_onboard_lpljoa0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:31:37.027Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:31:37.027Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-22T11:31:37.027Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1df3e63-1d28-4fd2-b07d-5a3db1047a6a",
  "consumerID": "cds",
  "timestamp": 1634902257881,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/artifacts/service-BasicOnboardLpljoa-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:31:37.028Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:31:37.028Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-22T11:31:37.028Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1df3e63-1d28-4fd2-b07d-5a3db1047a6a",
  "consumerID": "aai-ml",
  "timestamp": 1634902263482,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/resourceInstances/basic_onboard_lpljoa0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:31:37.028Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:31:37.028Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-22T11:31:37.029Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1df3e63-1d28-4fd2-b07d-5a3db1047a6a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634902252840,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/artifacts/service-BasicOnboardLpljoa-csar.csar",
  "status": "NOTIFIED"
}
2021-10-22T11:31:37.029Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:31:37.029Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-22T11:31:37.029Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1df3e63-1d28-4fd2-b07d-5a3db1047a6a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634902257219,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/artifacts/service-BasicOnboardLpljoa-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:31:37.029Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:31:37.030Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-22T11:31:37.030Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1df3e63-1d28-4fd2-b07d-5a3db1047a6a",
  "consumerID": "dcae-sch",
  "timestamp": 1634902261828,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/resourceInstances/basic_onboard_lpljoa0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:31:37.030Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:31:37.030Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-22T11:31:37.030Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1df3e63-1d28-4fd2-b07d-5a3db1047a6a",
  "consumerID": "cds",
  "timestamp": 1634902257881,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/artifacts/service-BasicOnboardLpljoa-csar.csar",
  "status": "NOTIFIED"
}
2021-10-22T11:31:37.031Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:31:37.031Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-22T11:31:37.031Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1df3e63-1d28-4fd2-b07d-5a3db1047a6a",
  "consumerID": "policy-id",
  "timestamp": 1634902264150,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/resourceInstances/basic_onboard_lpljoa0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:31:37.031Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:31:37.031Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-22T11:31:37.032Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1df3e63-1d28-4fd2-b07d-5a3db1047a6a",
  "consumerID": "aai-ml",
  "timestamp": 1634902263482,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/resourceInstances/basic_onboard_lpljoa0/artifacts/basic_onboard_lpljoa0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:31:37.032Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:31:37.032Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-22T11:31:37.032Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1df3e63-1d28-4fd2-b07d-5a3db1047a6a",
  "consumerID": "dcae-sch",
  "timestamp": 1634902261828,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/resourceInstances/basic_onboard_lpljoa0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:31:37.032Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:31:37.032Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-22T11:31:37.032Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1df3e63-1d28-4fd2-b07d-5a3db1047a6a",
  "consumerID": "cds",
  "timestamp": 1634902265663,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/artifacts/service-BasicOnboardLpljoa-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-22T11:31:37.033Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T11:31:37.033Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-22T11:31:37.033Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1df3e63-1d28-4fd2-b07d-5a3db1047a6a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634902265722,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/resourceInstances/basic_onboard_lpljoa0/artifacts/basic_onboard_lpljoa0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-22T11:31:37.033Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T11:31:37.033Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-22T11:31:37.033Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1df3e63-1d28-4fd2-b07d-5a3db1047a6a",
  "consumerID": "policy-id",
  "timestamp": 1634902264150,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/resourceInstances/basic_onboard_lpljoa0/artifacts/basic_onboard_lpljoa0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:31:37.033Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:31:37.033Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-22T11:31:37.033Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1df3e63-1d28-4fd2-b07d-5a3db1047a6a",
  "consumerID": "aai-ml",
  "timestamp": 1634902263482,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/resourceInstances/basic_onboard_lpljoa0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:31:37.034Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:31:37.034Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-22T11:31:37.034Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1df3e63-1d28-4fd2-b07d-5a3db1047a6a",
  "consumerID": "dcae-sch",
  "timestamp": 1634902261828,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/resourceInstances/basic_onboard_lpljoa0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:31:37.034Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:31:37.034Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-22T11:31:37.034Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1df3e63-1d28-4fd2-b07d-5a3db1047a6a",
  "consumerID": "cds",
  "timestamp": 1634902266693,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/artifacts/service-BasicOnboardLpljoa-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-10-22T11:31:37.051Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e1df3e63-1d28-4fd2-b07d-5a3db1047a6a
2021-10-22T11:31:37.051Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId e1df3e63-1d28-4fd2-b07d-5a3db1047a6a 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-10-22T11:31:37.057Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-22T11:31:37.057Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1df3e63-1d28-4fd2-b07d-5a3db1047a6a",
  "consumerID": "policy-id",
  "timestamp": 1634902264150,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/resourceInstances/basic_onboard_lpljoa0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-10-22T11:31:37.057Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:31:37.058Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-22T11:31:37.058Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1df3e63-1d28-4fd2-b07d-5a3db1047a6a",
  "consumerID": "aai-ml",
  "timestamp": 1634902263482,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/resourceInstances/basic_onboard_lpljoa0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:31:37.058Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:31:37.058Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-22T11:31:37.058Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1df3e63-1d28-4fd2-b07d-5a3db1047a6a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634902267175,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/resourceInstances/basic_onboard_lpljoa0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-22T11:31:37.059Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T11:31:37.059Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-22T11:31:37.059Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1df3e63-1d28-4fd2-b07d-5a3db1047a6a",
  "consumerID": "dcae-sch",
  "timestamp": 1634902261828,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/artifacts/service-BasicOnboardLpljoa-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:31:37.059Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:31:37.059Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-22T11:31:37.059Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1df3e63-1d28-4fd2-b07d-5a3db1047a6a",
  "consumerID": "policy-id",
  "timestamp": 1634902264150,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/resourceInstances/basic_onboard_lpljoa0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:31:37.060Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:31:37.060Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-22T11:31:37.060Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1df3e63-1d28-4fd2-b07d-5a3db1047a6a",
  "consumerID": "aai-ml",
  "timestamp": 1634902263482,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/resourceInstances/basic_onboard_lpljoa0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:31:37.060Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:31:37.060Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-22T11:31:37.060Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1df3e63-1d28-4fd2-b07d-5a3db1047a6a",
  "consumerID": "dcae-sch",
  "timestamp": 1634902261828,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/artifacts/service-BasicOnboardLpljoa-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:31:37.061Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:31:37.061Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-22T11:31:37.061Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1df3e63-1d28-4fd2-b07d-5a3db1047a6a",
  "consumerID": "policy-id",
  "timestamp": 1634902264150,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/resourceInstances/basic_onboard_lpljoa0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:31:37.061Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:31:37.061Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-22T11:31:37.062Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1df3e63-1d28-4fd2-b07d-5a3db1047a6a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634902269048,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/resourceInstances/basic_onboard_lpljoa0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-10-22T11:31:37.062Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T11:31:37.062Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-22T11:31:37.062Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1df3e63-1d28-4fd2-b07d-5a3db1047a6a",
  "consumerID": "aai-ml",
  "timestamp": 1634902263482,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/artifacts/service-BasicOnboardLpljoa-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:31:37.062Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:31:37.062Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-22T11:31:37.063Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1df3e63-1d28-4fd2-b07d-5a3db1047a6a",
  "consumerID": "policy-id",
  "timestamp": 1634902264150,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/artifacts/service-BasicOnboardLpljoa-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:31:37.063Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:31:37.063Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-22T11:31:37.063Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1df3e63-1d28-4fd2-b07d-5a3db1047a6a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634902270086,
  "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-10-22T11:31:37.068Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e1df3e63-1d28-4fd2-b07d-5a3db1047a6a
2021-10-22T11:31:37.068Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId e1df3e63-1d28-4fd2-b07d-5a3db1047a6a 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-10-22T11:31:37.075Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-22T11:31:37.075Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1df3e63-1d28-4fd2-b07d-5a3db1047a6a",
  "consumerID": "aai-ml",
  "timestamp": 1634902263482,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/artifacts/service-BasicOnboardLpljoa-csar.csar",
  "status": "NOTIFIED"
}
2021-10-22T11:31:37.075Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:31:37.075Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-22T11:31:37.076Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1df3e63-1d28-4fd2-b07d-5a3db1047a6a",
  "consumerID": "policy-id",
  "timestamp": 1634902264150,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/artifacts/service-BasicOnboardLpljoa-csar.csar",
  "status": "NOTIFIED"
}
2021-10-22T11:31:37.076Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:31:37.076Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-22T11:31:37.076Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1df3e63-1d28-4fd2-b07d-5a3db1047a6a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634902271090,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/resourceInstances/basic_onboard_lpljoa0/artifacts/basic_onboard_lpljoa0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-22T11:31:37.076Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T11:31:37.076Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-22T11:31:37.077Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1df3e63-1d28-4fd2-b07d-5a3db1047a6a",
  "consumerID": "aai-ml",
  "timestamp": 1634902271368,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/artifacts/service-BasicOnboardLpljoa-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-22T11:31:37.077Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T11:31:37.077Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-22T11:31:37.077Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1df3e63-1d28-4fd2-b07d-5a3db1047a6a",
  "consumerID": "policy-id",
  "timestamp": 1634902272051,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/artifacts/service-BasicOnboardLpljoa-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-22T11:31:37.077Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T11:31:37.077Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-22T11:31:37.078Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1df3e63-1d28-4fd2-b07d-5a3db1047a6a",
  "consumerID": "policy-id",
  "timestamp": 1634902273055,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/artifacts/service-BasicOnboardLpljoa-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-22T11:31:37.078Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T11:31:37.078Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-22T11:31:37.078Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1df3e63-1d28-4fd2-b07d-5a3db1047a6a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634902272731,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/resourceInstances/basic_onboard_lpljoa0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:31:37.078Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:31:37.078Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-22T11:31:37.079Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1df3e63-1d28-4fd2-b07d-5a3db1047a6a",
  "consumerID": "policy-id",
  "timestamp": 1634902274058,
  "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-10-22T11:31:37.086Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e1df3e63-1d28-4fd2-b07d-5a3db1047a6a
2021-10-22T11:31:37.086Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId e1df3e63-1d28-4fd2-b07d-5a3db1047a6a 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-10-22T11:31:37.090Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-22T11:31:37.091Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1df3e63-1d28-4fd2-b07d-5a3db1047a6a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634902272731,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/resourceInstances/basic_onboard_lpljoa0/artifacts/basic_onboard_lpljoa0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:31:37.091Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:31:37.091Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-22T11:31:37.091Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1df3e63-1d28-4fd2-b07d-5a3db1047a6a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634902272731,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/resourceInstances/basic_onboard_lpljoa0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:31:37.091Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:31:37.092Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-22T11:31:37.092Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1df3e63-1d28-4fd2-b07d-5a3db1047a6a",
  "consumerID": "clamp",
  "timestamp": 1634902275086,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/resourceInstances/basic_onboard_lpljoa0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:31:37.092Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:31:37.092Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-22T11:31:37.092Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1df3e63-1d28-4fd2-b07d-5a3db1047a6a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634902272731,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/resourceInstances/basic_onboard_lpljoa0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:31:37.093Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:31:37.093Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-22T11:31:37.093Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1df3e63-1d28-4fd2-b07d-5a3db1047a6a",
  "consumerID": "clamp",
  "timestamp": 1634902275086,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/resourceInstances/basic_onboard_lpljoa0/artifacts/basic_onboard_lpljoa0_modules.json",
  "status": "NOTIFIED"
}
2021-10-22T11:31:37.093Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:31:37.093Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-22T11:31:37.093Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1df3e63-1d28-4fd2-b07d-5a3db1047a6a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634902272731,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/resourceInstances/basic_onboard_lpljoa0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:31:37.094Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:31:37.094Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-22T11:31:37.094Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1df3e63-1d28-4fd2-b07d-5a3db1047a6a",
  "consumerID": "clamp",
  "timestamp": 1634902275086,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/resourceInstances/basic_onboard_lpljoa0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:31:37.094Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:31:37.094Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-22T11:31:37.094Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1df3e63-1d28-4fd2-b07d-5a3db1047a6a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634902272731,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/artifacts/service-BasicOnboardLpljoa-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:31:37.095Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:31:37.095Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-22T11:31:37.095Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1df3e63-1d28-4fd2-b07d-5a3db1047a6a",
  "consumerID": "clamp",
  "timestamp": 1634902275086,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/resourceInstances/basic_onboard_lpljoa0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:31:37.095Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:31:37.095Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-22T11:31:37.095Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1df3e63-1d28-4fd2-b07d-5a3db1047a6a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634902272731,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/artifacts/service-BasicOnboardLpljoa-csar.csar",
  "status": "NOTIFIED"
}
2021-10-22T11:31:37.096Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:31:37.096Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-22T11:31:37.096Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1df3e63-1d28-4fd2-b07d-5a3db1047a6a",
  "consumerID": "clamp",
  "timestamp": 1634902275086,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/resourceInstances/basic_onboard_lpljoa0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:31:37.096Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:31:37.096Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-22T11:31:37.096Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1df3e63-1d28-4fd2-b07d-5a3db1047a6a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634902280528,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/artifacts/service-BasicOnboardLpljoa-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-22T11:31:37.097Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T11:31:37.097Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-22T11:31:37.097Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1df3e63-1d28-4fd2-b07d-5a3db1047a6a",
  "consumerID": "clamp",
  "timestamp": 1634902275086,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/artifacts/service-BasicOnboardLpljoa-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:31:37.097Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:31:37.097Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-22T11:31:37.097Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1df3e63-1d28-4fd2-b07d-5a3db1047a6a",
  "consumerID": "clamp",
  "timestamp": 1634902275086,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/artifacts/service-BasicOnboardLpljoa-csar.csar",
  "status": "NOTIFIED"
}
2021-10-22T11:31:37.097Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:31:37.097Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-22T11:31:37.097Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1df3e63-1d28-4fd2-b07d-5a3db1047a6a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634902283765,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/artifacts/service-BasicOnboardLpljoa-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-22T11:31:37.098Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T11:31:37.098Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-22T11:31:37.098Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1df3e63-1d28-4fd2-b07d-5a3db1047a6a",
  "consumerID": "aai-ml",
  "timestamp": 1634902284676,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/artifacts/service-BasicOnboardLpljoa-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-22T11:31:37.098Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T11:31:37.098Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-22T11:31:37.098Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1df3e63-1d28-4fd2-b07d-5a3db1047a6a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634902284769,
  "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-10-22T11:31:37.101Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e1df3e63-1d28-4fd2-b07d-5a3db1047a6a
2021-10-22T11:31:37.101Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId e1df3e63-1d28-4fd2-b07d-5a3db1047a6a 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-10-22T11:31:37.107Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-22T11:31:37.107Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1df3e63-1d28-4fd2-b07d-5a3db1047a6a",
  "consumerID": "aai-ml",
  "timestamp": 1634902285681,
  "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-10-22T11:31:37.109Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e1df3e63-1d28-4fd2-b07d-5a3db1047a6a
2021-10-22T11:31:37.109Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId e1df3e63-1d28-4fd2-b07d-5a3db1047a6a 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-10-22T11:31:37.111Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-22T11:31:37.112Z||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-10-22T11:31:37.112Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOzP7zdlGYP7NOVE) ...
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-22T11:31:37.116Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-22T11:31:37.116Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1df3e63-1d28-4fd2-b07d-5a3db1047a6a",
  "consumerID": "clamp",
  "timestamp": 1634902286671,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/artifacts/service-BasicOnboardLpljoa-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-22T11:31:37.117Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T11:31:37.117Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-22T11:31:37.117Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1df3e63-1d28-4fd2-b07d-5a3db1047a6a",
  "consumerID": "clamp",
  "timestamp": 1634902288681,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/artifacts/service-BasicOnboardLpljoa-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-22T11:31:37.118Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T11:31:37.118Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-22T11:31:37.118Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1df3e63-1d28-4fd2-b07d-5a3db1047a6a",
  "consumerID": "clamp",
  "timestamp": 1634902289685,
  "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-10-22T11:31:37.121Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of e1df3e63-1d28-4fd2-b07d-5a3db1047a6a
2021-10-22T11:31:37.121Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId e1df3e63-1d28-4fd2-b07d-5a3db1047a6a 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-10-22T11:31:37.125Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T11:31:37.126Z||pool-19-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-10-22T11:31:38.011Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-22T11:31:38.012Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-22T11:31:38.014Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T11:31:38.014Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "e1df3e63-1d28-4fd2-b07d-5a3db1047a6a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634902296367,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/resourceInstances/basic_onboard_lpljoa0/artifacts/basic_onboard_lpljoa0_modules.json",
  "status": "NOTIFIED"
}
2021-10-22T11:31:38.114Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-22T11:31:38.115Z||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-10-22T11:31:38.115Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOzP7zdlGYP7NOVE) ...
2021-10-22T11:31:38.126Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T11:31:38.127Z||pool-20-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-22T11:31:39.015Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-22T11:31:39.015Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-22T11:31:39.017Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T11:31:39.017Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "e1df3e63-1d28-4fd2-b07d-5a3db1047a6a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634902296367,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/resourceInstances/basic_onboard_lpljoa0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-10-22T11:31:39.117Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-22T11:31:39.118Z||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-10-22T11:31:39.119Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOzP7zdlGYP7NOVE) ...
2021-10-22T11:31:39.136Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T11:31:39.136Z||pool-21-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2021-10-22T11:31:40.018Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-22T11:31:40.019Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-22T11:31:40.021Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T11:31:40.022Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "e1df3e63-1d28-4fd2-b07d-5a3db1047a6a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634902296367,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/resourceInstances/basic_onboard_lpljoa0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:31:40.122Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-22T11:31:40.123Z||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-10-22T11:31:40.123Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOzP7zdlGYP7NOVE) ...
2021-10-22T11:31:40.134Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T11:31:40.135Z||pool-22-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-22T11:31:41.022Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-22T11:31:41.023Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-22T11:31:41.025Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T11:31:41.025Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "e1df3e63-1d28-4fd2-b07d-5a3db1047a6a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634902296367,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/resourceInstances/basic_onboard_lpljoa0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-10-22T11:31:41.125Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-22T11:31:41.126Z||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-10-22T11:31:41.126Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOzP7zdlGYP7NOVE) ...
2021-10-22T11:31:41.140Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T11:31:41.141Z||pool-23-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-10-22T11:31:42.025Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-22T11:31:42.026Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-22T11:31:42.029Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T11:31:42.029Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "e1df3e63-1d28-4fd2-b07d-5a3db1047a6a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634902296367,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/artifacts/service-BasicOnboardLpljoa-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:31:42.129Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-22T11:31:42.130Z||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-10-22T11:31:42.130Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOzP7zdlGYP7NOVE) ...
2021-10-22T11:31:42.141Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T11:31:42.141Z||pool-24-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-22T11:31:43.029Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-22T11:31:43.030Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-22T11:31:43.032Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T11:31:43.032Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "e1df3e63-1d28-4fd2-b07d-5a3db1047a6a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634902296367,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/artifacts/service-BasicOnboardLpljoa-csar.csar",
  "status": "NOTIFIED"
}
2021-10-22T11:31:43.132Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-22T11:31:43.133Z||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-10-22T11:31:43.134Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOzP7zdlGYP7NOVE) ...
2021-10-22T11:31:43.152Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T11:31:43.153Z||pool-25-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2021-10-22T11:31:44.034Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "e1df3e63-1d28-4fd2-b07d-5a3db1047a6a",
  "serviceName": "basic_onboard_LPLJOa",
  "serviceVersion": "1.0",
  "serviceUUID": "b8300ebf-64aa-4fd5-9c54-cd75b7524ecd",
  "serviceDescription": "service",
  "serviceInvariantUUID": "2422cd36-0e70-4eb9-8b14-405705149388",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_LPLJOa 0",
      "resourceCustomizationUUID": "68080db3-874a-45e2-8c13-7e802a840182",
      "resourceName": "basic_onboard_LPLJOa",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "d981199b-ba21-431f-a538-87d37131986b",
      "resourceInvariantUUID": "2b3b7292-391a-444b-b81c-b94a0451a70a",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_lpljoa0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/resourceInstances/basic_onboard_lpljoa0/artifacts/basic_onboard_lpljoa0_modules.json",
          "artifactChecksum": "MzA4ZDMyMTg5NDk4MTM2NDgyOTM3Njk4NzA1NDBjMTE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "83f58c07-4c53-4e04-b6fb-8252ce27d819",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/resourceInstances/basic_onboard_lpljoa0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "f36abf02-2f6b-44d5-8665-54d5a3c1adca",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/resourceInstances/basic_onboard_lpljoa0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "169d2838-fd2e-4e8b-ba3d-e67c6b29698c",
            "generatedFromUUID": "f36abf02-2f6b-44d5-8665-54d5a3c1adca"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/resourceInstances/basic_onboard_lpljoa0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "169d2838-fd2e-4e8b-ba3d-e67c6b29698c",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardLpljoa-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/artifacts/service-BasicOnboardLpljoa-csar.csar",
      "artifactChecksum": "ZDA1NzhkYjdkNGY0Y2Y5MzZmNGU4OTFhNzFlOWRlZTQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "fce238cd-db68-452f-bfbc-887760d19ec1"
    }
  ],
  "workloadContext": "Production"
}
2021-10-22T11:31:44.034Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-22T11:31:44.034Z|bae85134-e07c-47ae-9c8e-d45bc076821e|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 b8300ebf-64aa-4fd5-9c54-cd75b7524ecd ASDC
2021-10-22T11:31:44.035Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:e1df3e63-1d28-4fd2-b07d-5a3db1047a6a
ServiceName:basic_onboard_LPLJOa
ServiceVersion:1.0
ServiceUUID:b8300ebf-64aa-4fd5-9c54-cd75b7524ecd
ServiceInvariantUUID:2422cd36-0e70-4eb9-8b14-405705149388
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardLpljoa-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/artifacts/service-BasicOnboardLpljoa-csar.csar
ArtifactUUID:fce238cd-db68-452f-bfbc-887760d19ec1
ArtifactChecksum:ZDA1NzhkYjdkNGY0Y2Y5MzZmNGU4OTFhNzFlOWRlZTQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_LPLJOa 0
ResourceCustomizationUUID:68080db3-874a-45e2-8c13-7e802a840182
ResourceInvariantUUID:2b3b7292-391a-444b-b81c-b94a0451a70a
ResourceName:basic_onboard_LPLJOa
ResourceType:VF
ResourceUUID:d981199b-ba21-431f-a538-87d37131986b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_lpljoa0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/resourceInstances/basic_onboard_lpljoa0/artifacts/basic_onboard_lpljoa0_modules.json
ArtifactUUID:83f58c07-4c53-4e04-b6fb-8252ce27d819
ArtifactChecksum:MzA4ZDMyMTg5NDk4MTM2NDgyOTM3Njk4NzA1NDBjMTE=
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/BasicOnboardLpljoa/1.0/resourceInstances/basic_onboard_lpljoa0/artifacts/base_ubuntu18.yaml
ArtifactUUID:f36abf02-2f6b-44d5-8665-54d5a3c1adca
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/BasicOnboardLpljoa/1.0/resourceInstances/basic_onboard_lpljoa0/artifacts/base_ubuntu18.env
ArtifactUUID:169d2838-fd2e-4e8b-ba3d-e67c6b29698c
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/BasicOnboardLpljoa/1.0/resourceInstances/basic_onboard_lpljoa0/artifacts/base_ubuntu18.env
ArtifactUUID:169d2838-fd2e-4e8b-ba3d-e67c6b29698c
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-10-22T11:31:44.035Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b8300ebf-64aa-4fd5-9c54-cd75b7524ecd 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-10-22T11:31:44.063Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-22T11:31:44.063Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-10-22T11:31:44.064Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-10-22T11:31:44.064Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: fce238cd-db68-452f-bfbc-887760d19ec1 from URL: /sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/artifacts/service-BasicOnboardLpljoa-csar.csar
2021-10-22T11:31:44.064Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-10-22T11:31:44.064Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/artifacts/service-BasicOnboardLpljoa-csar.csar
2021-10-22T11:31:44.218Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-10-22T11:31:44.221Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/artifacts/service-BasicOnboardLpljoa-csar.csar fce238cd-db68-452f-bfbc-887760d19ec1 71370
2021-10-22T11:31:44.222Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/artifacts/service-BasicOnboardLpljoa-csar.csar ASDC sendASDCNotification
2021-10-22T11:31:44.222Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/artifacts/service-BasicOnboardLpljoa-csar.csar
2021-10-22T11:31:44.222Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-22T11:31:44.222Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-22T11:31:44.224Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T11:31:44.225Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "e1df3e63-1d28-4fd2-b07d-5a3db1047a6a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634902304222,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/artifacts/service-BasicOnboardLpljoa-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-22T11:31:44.325Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-22T11:31:44.325Z||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-10-22T11:31:44.326Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOzP7zdlGYP7NOVE) ...
2021-10-22T11:31:44.338Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T11:31:44.338Z||pool-26-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-22T11:31:45.225Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-22T11:31:45.226Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-10-22T11:31:45.226Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: fce238cd-db68-452f-bfbc-887760d19ec1, URL: /sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/artifacts/service-BasicOnboardLpljoa-csar.csar to file: /app/ASDC/1/service-BasicOnboardLpljoa-csar.csar
2021-10-22T11:31:45.227Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardLpljoa-csar.csar
2021-10-22T11:31:45.228Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardLpljoa-csar.csar
2021-10-22T11:31:45.228Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardLpljoa-csar.csar
2021-10-22T11:31:45.466Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2462174103032404100/Definitions/service-BasicOnboardLpljoa-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-10-22T11:31:46.822Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-22T11:31:46.823Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-10-22T11:31:46.823Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardLpljoa-csar.csar
2021-10-22T11:31:46.823Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-10-22T11:31:46.823Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_LPLJOa 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-BasicOnboardLpljoa-csar.csar
2021-10-22T11:31:46.824Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardLpljoa-csar.csar
2021-10-22T11:31:46.824Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardLpljoa-csar.csar
2021-10-22T11:31:46.824Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardLpljoa-csar.csar
2021-10-22T11:31:46.824Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardLpljoa-csar.csar
2021-10-22T11:31:46.824Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardLpljoa-csar.csar
2021-10-22T11:31:46.825Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardLpljoa-csar.csar
2021-10-22T11:31:46.825Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardLpljoa-csar.csar
2021-10-22T11:31:46.825Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardLpljoa-csar.csar
2021-10-22T11:31:46.825Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-10-22T11:31:46.825Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-22T11:31:46.826Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_LPLJOa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-22T11:31:46.826Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_LPLJOa 0 is matching search criteria
2021-10-22T11:31:46.826Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-10-22T11:31:46.827Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_LPLJOa 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-22T11:31:46.827Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-22T11:31:46.827Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_LPLJOa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-22T11:31:46.828Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_LPLJOa 0 is matching search criteria
2021-10-22T11:31:46.828Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-10-22T11:31:46.828Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_LPLJOa 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-22T11:31:46.828Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-22T11:31:46.829Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_LPLJOa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-22T11:31:46.829Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-22T11:31:46.829Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_LPLJOa 0 is not matching search criteria
2021-10-22T11:31:46.830Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-10-22T11:31:46.830Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-10-22T11:31:46.830Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-10-22T11:31:46.830Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-10-22T11:31:46.831Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-10-22T11:31:46.831Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-22T11:31:46.831Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_LPLJOa is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-22T11:31:46.831Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-22T11:31:46.832Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_LPLJOa 0 is matching search criteria
2021-10-22T11:31:46.832Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_LPLJOa 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-22T11:31:46.832Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-22T11:31:46.833Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_LPLJOa 0 is matching search criteria
2021-10-22T11:31:46.833Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_LPLJOa 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-22T11:31:46.833Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-22T11:31:46.833Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_LPLJOa 0 is matching search criteria
2021-10-22T11:31:46.834Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_LPLJOa 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-22T11:31:46.834Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-22T11:31:46.834Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_LPLJOa 0 is not matching search criteria
2021-10-22T11:31:46.834Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-10-22T11:31:46.835Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-10-22T11:31:46.835Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=15e7ca28-76f3-4ae8-bbe8-212f123d6a28
2021-10-22T11:31:46.835Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-22T11:31:46.835Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_LPLJOa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-22T11:31:46.836Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-22T11:31:46.836Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_LPLJOa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-22T11:31:46.836Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-22T11:31:46.836Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_LPLJOa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-22T11:31:46.837Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-22T11:31:46.837Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_LPLJOa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-22T11:31:46.837Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_LPLJOa
Description:service
Model UUID:b8300ebf-64aa-4fd5-9c54-cd75b7524ecd
Model Version:NULL
Model InvariantUuid:2422cd36-0e70-4eb9-8b14-405705149388
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_LPLJOa
Model UUID:ced02f13-8e6c-4f69-9085-ecbaac5d1b8b
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:2b3b7292-391a-444b-b81c-b94a0451a70a
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:68080db3-874a-45e2-8c13-7e802a840182
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:b00ac088-fca0-4d9d-a0fa-4390390d0671
ModelName:BasicOnboardLpljoa..base_ubuntu18..module-0
ModelUuid:330900a7-2b9f-4928-bccb-8e4570b184f1
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:15e7ca28-76f3-4ae8-bbe8-212f123d6a28
ModelInvariantUuid:128e2b94-b78f-42f3-bcef-5288fe034543
ModelName:basic_onboard_LPLJOa-nodes.ubuntu18Cvfc
ModelUuid:1b521dac-b46e-4126-8c96-d76d01baa162
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:7dc86fc9-d672-476f-b7ef-475fd627ac7e
ModelInvariantUuid:11596c04-2ec6-48a6-ba99-1355e776f4b1
ModelName:BasicOnboardLpljoa.compute.nodes.heat.ubuntu18
ModelUuid:ba78392e-2f7f-4862-97ce-8232c170c787
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-10-22T11:31:46.841Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: d981199b-ba21-431f-a538-87d37131986b
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-22T11:31:46.844Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||INFO|500||basic_onboard_LPLJOa 0
2021-10-22T11:31:46.844Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: d981199b-ba21-431f-a538-87d37131986b
2021-10-22T11:31:46.844Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 83f58c07-4c53-4e04-b6fb-8252ce27d819 from URL: /sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/resourceInstances/basic_onboard_lpljoa0/artifacts/basic_onboard_lpljoa0_modules.json
2021-10-22T11:31:46.844Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-10-22T11:31:46.845Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/resourceInstances/basic_onboard_lpljoa0/artifacts/basic_onboard_lpljoa0_modules.json
2021-10-22T11:31:47.170Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-10-22T11:31:47.170Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/resourceInstances/basic_onboard_lpljoa0/artifacts/basic_onboard_lpljoa0_modules.json 83f58c07-4c53-4e04-b6fb-8252ce27d819 798
2021-10-22T11:31:47.171Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/resourceInstances/basic_onboard_lpljoa0/artifacts/basic_onboard_lpljoa0_modules.json ASDC sendASDCNotification
2021-10-22T11:31:47.171Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/resourceInstances/basic_onboard_lpljoa0/artifacts/basic_onboard_lpljoa0_modules.json
2021-10-22T11:31:47.171Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-22T11:31:47.172Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-22T11:31:47.174Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T11:31:47.174Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "e1df3e63-1d28-4fd2-b07d-5a3db1047a6a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634902307171,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/resourceInstances/basic_onboard_lpljoa0/artifacts/basic_onboard_lpljoa0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-22T11:31:47.274Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-22T11:31:47.275Z||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-10-22T11:31:47.275Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOzP7zdlGYP7NOVE) ...
2021-10-22T11:31:47.289Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T11:31:47.289Z||pool-27-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-10-22T11:31:48.175Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardLpljoa..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "b00ac088-fca0-4d9d-a0fa-4390390d0671",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "330900a7-2b9f-4928-bccb-8e4570b184f1",
    "vfModuleModelCustomizationUUID": "d2687943-5e2f-4877-8ee8-e2f76d107005",
    "isBase": true,
    "artifacts": [
      "f36abf02-2f6b-44d5-8665-54d5a3c1adca",
      "169d2838-fd2e-4e8b-ba3d-e67c6b29698c"
    ],
    "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-10-22T11:31:48.180Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardLpljoa..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:330900a7-2b9f-4928-bccb-8e4570b184f1
VfModuleModelInvariantUUID:b00ac088-fca0-4d9d-a0fa-4390390d0671
VfModuleModelDescription:NULL
Artifacts UUID List:{
f36abf02-2f6b-44d5-8665-54d5a3c1adca
,
169d2838-fd2e-4e8b-ba3d-e67c6b29698c

}
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-10-22T11:31:48.182Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardLpljoa..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "b00ac088-fca0-4d9d-a0fa-4390390d0671",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "330900a7-2b9f-4928-bccb-8e4570b184f1",
    "vfModuleModelCustomizationUUID": "d2687943-5e2f-4877-8ee8-e2f76d107005",
    "isBase": true,
    "artifacts": [
      "f36abf02-2f6b-44d5-8665-54d5a3c1adca",
      "169d2838-fd2e-4e8b-ba3d-e67c6b29698c"
    ],
    "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-10-22T11:31:48.182Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardLpljoa..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:330900a7-2b9f-4928-bccb-8e4570b184f1
VfModuleModelInvariantUUID:b00ac088-fca0-4d9d-a0fa-4390390d0671
VfModuleModelDescription:NULL
Artifacts UUID List:{
f36abf02-2f6b-44d5-8665-54d5a3c1adca
,
169d2838-fd2e-4e8b-ba3d-e67c6b29698c

}
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-10-22T11:31:48.182Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: f36abf02-2f6b-44d5-8665-54d5a3c1adca from URL: /sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/resourceInstances/basic_onboard_lpljoa0/artifacts/base_ubuntu18.yaml
2021-10-22T11:31:48.182Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-10-22T11:31:48.182Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/resourceInstances/basic_onboard_lpljoa0/artifacts/base_ubuntu18.yaml
2021-10-22T11:31:49.169Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-10-22T11:31:49.170Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/resourceInstances/basic_onboard_lpljoa0/artifacts/base_ubuntu18.yaml f36abf02-2f6b-44d5-8665-54d5a3c1adca 5033
2021-10-22T11:31:49.170Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/resourceInstances/basic_onboard_lpljoa0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-10-22T11:31:49.170Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/resourceInstances/basic_onboard_lpljoa0/artifacts/base_ubuntu18.yaml
2021-10-22T11:31:49.171Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-22T11:31:49.171Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-22T11:31:49.172Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T11:31:49.173Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "e1df3e63-1d28-4fd2-b07d-5a3db1047a6a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634902309170,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/resourceInstances/basic_onboard_lpljoa0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-22T11:31:49.273Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-22T11:31:49.273Z||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-10-22T11:31:49.274Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOzP7zdlGYP7NOVE) ...
2021-10-22T11:31:49.284Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T11:31:49.285Z||pool-28-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-22T11:31:50.173Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 169d2838-fd2e-4e8b-ba3d-e67c6b29698c from URL: /sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/resourceInstances/basic_onboard_lpljoa0/artifacts/base_ubuntu18.env
2021-10-22T11:31:50.174Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-10-22T11:31:50.174Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/resourceInstances/basic_onboard_lpljoa0/artifacts/base_ubuntu18.env
2021-10-22T11:31:50.350Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-10-22T11:31:50.351Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/resourceInstances/basic_onboard_lpljoa0/artifacts/base_ubuntu18.env 169d2838-fd2e-4e8b-ba3d-e67c6b29698c 909
2021-10-22T11:31:50.351Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/resourceInstances/basic_onboard_lpljoa0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-10-22T11:31:50.351Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/resourceInstances/basic_onboard_lpljoa0/artifacts/base_ubuntu18.env
2021-10-22T11:31:50.351Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-22T11:31:50.351Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-22T11:31:50.353Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T11:31:50.353Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "e1df3e63-1d28-4fd2-b07d-5a3db1047a6a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634902310351,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/resourceInstances/basic_onboard_lpljoa0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-10-22T11:31:50.453Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-22T11:31:50.454Z||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-10-22T11:31:50.454Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOzP7zdlGYP7NOVE) ...
2021-10-22T11:31:50.465Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T11:31:50.465Z||pool-29-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-22T11:31:51.354Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: b8300ebf-64aa-4fd5-9c54-cd75b7524ecd
2021-10-22T11:31:51.354Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_LPLJOa 0 d981199b-ba21-431f-a538-87d37131986b ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-22T11:31:51.363Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@209ca01a, org.onap.sdc.toscaparser.api.parameters.Input@2f7c6fda, org.onap.sdc.toscaparser.api.parameters.Input@72f7a78b, org.onap.sdc.toscaparser.api.parameters.Input@6e98c3e8, org.onap.sdc.toscaparser.api.parameters.Input@2b413251]
2021-10-22T11:31:51.364Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-22T11:31:51.365Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_LPLJOa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-22T11:31:51.365Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 
2021-10-22T11:31:51.365Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 68080db3-874a-45e2-8c13-7e802a840182
2021-10-22T11:31:51.365Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 68080db3-874a-45e2-8c13-7e802a840182 matches Tosca VF Customization UUID: 68080db3-874a-45e2-8c13-7e802a840182
2021-10-22T11:31:51.366Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 68080db3-874a-45e2-8c13-7e802a840182  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-10-22T11:31:51.367Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-22T11:31:51.368Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_LPLJOa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-22T11:31:51.368Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 68080db3-874a-45e2-8c13-7e802a840182: {\"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-10-22T11:31:51.369Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@a4b3a3
2021-10-22T11:31:51.369Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-22T11:31:51.369Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_LPLJOa is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-22T11:31:51.369Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : d2687943-5e2f-4877-8ee8-e2f76d107005
2021-10-22T11:31:51.370Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID d2687943-5e2f-4877-8ee8-e2f76d107005
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-10-22T11:31:51.371Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-22T11:31:51.372Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_LPLJOa 0 is matching search criteria
2021-10-22T11:31:51.372Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_LPLJOa 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-22T11:31:51.372Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-22T11:31:51.373Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_LPLJOa 0 is matching search criteria
2021-10-22T11:31:51.373Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_LPLJOa 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-22T11:31:51.374Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-22T11:31:51.374Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_LPLJOa 0 is not matching search criteria
2021-10-22T11:31:51.375Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-10-22T11:31:51.375Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-10-22T11:31:51.375Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=15e7ca28-76f3-4ae8-bbe8-212f123d6a28
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-10-22T11:31:51.377Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-22T11:31:51.377Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_LPLJOa 0 is matching search criteria
2021-10-22T11:31:51.378Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_LPLJOa 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-22T11:31:51.378Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-22T11:31:51.379Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_LPLJOa 0 is matching search criteria
2021-10-22T11:31:51.380Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_LPLJOa 0] matching following query criteria: sdcType=VF, customizationUUID=68080db3-874a-45e2-8c13-7e802a840182
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-22T11:31:51.381Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-22T11:31:51.382Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_LPLJOa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-22T11:31:51.382Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid b8300ebf-64aa-4fd5-9c54-cd75b7524ecd: basic_onboard_LPLJOa
2021-10-22T11:31:51.382Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-22T11:31:51.382Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_LPLJOa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-22T11:31:51.382Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-22T11:31:51.383Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_LPLJOa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-22T11:31:51.383Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-22T11:31:51.383Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_LPLJOa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-22T11:31:51.383Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-22T11:31:51.383Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_LPLJOa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-22T11:31:51.383Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-22T11:31:51.384Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_LPLJOa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-22T11:31:51.384Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||INFO|500||Saving Service: basic_onboard_LPLJOa 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-22T11:31:51.437Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_LPLJOa d981199b-ba21-431f-a538-87d37131986b 1 ASDC deployResourceStructure
2021-10-22T11:31:51.437Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/resourceInstances/basic_onboard_lpljoa0/artifacts/basic_onboard_lpljoa0_modules.json ASDC sendASDCNotification
2021-10-22T11:31:51.437Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/resourceInstances/basic_onboard_lpljoa0/artifacts/basic_onboard_lpljoa0_modules.json
2021-10-22T11:31:51.438Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-22T11:31:51.438Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-22T11:31:51.439Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T11:31:51.440Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "e1df3e63-1d28-4fd2-b07d-5a3db1047a6a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634902311437,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/resourceInstances/basic_onboard_lpljoa0/artifacts/basic_onboard_lpljoa0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-22T11:31:51.540Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-22T11:31:51.541Z||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-10-22T11:31:51.541Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOzP7zdlGYP7NOVE) ...
2021-10-22T11:31:51.553Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T11:31:51.553Z||pool-30-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-22T11:31:52.440Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/resourceInstances/basic_onboard_lpljoa0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-10-22T11:31:52.441Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/resourceInstances/basic_onboard_lpljoa0/artifacts/base_ubuntu18.yaml
2021-10-22T11:31:52.441Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-22T11:31:52.441Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-22T11:31:52.443Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T11:31:52.443Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "e1df3e63-1d28-4fd2-b07d-5a3db1047a6a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634902312440,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/resourceInstances/basic_onboard_lpljoa0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-10-22T11:31:52.543Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-22T11:31:52.544Z||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-10-22T11:31:52.544Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOzP7zdlGYP7NOVE) ...
2021-10-22T11:31:52.557Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T11:31:52.557Z||pool-31-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-22T11:31:53.444Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/resourceInstances/basic_onboard_lpljoa0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-10-22T11:31:53.445Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/resourceInstances/basic_onboard_lpljoa0/artifacts/base_ubuntu18.env
2021-10-22T11:31:53.445Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-22T11:31:53.446Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-22T11:31:53.447Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T11:31:53.448Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "e1df3e63-1d28-4fd2-b07d-5a3db1047a6a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634902313444,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/resourceInstances/basic_onboard_lpljoa0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-10-22T11:31:53.548Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-22T11:31:53.549Z||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-10-22T11:31:53.549Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOzP7zdlGYP7NOVE) ...
2021-10-22T11:31:53.559Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T11:31:53.560Z||pool-32-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-10-22T11:31:54.448Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/artifacts/service-BasicOnboardLpljoa-csar.csar ASDC sendASDCNotification
2021-10-22T11:31:54.449Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/artifacts/service-BasicOnboardLpljoa-csar.csar
2021-10-22T11:31:54.449Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-22T11:31:54.449Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-22T11:31:54.454Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T11:31:54.455Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "e1df3e63-1d28-4fd2-b07d-5a3db1047a6a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634902314448,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/artifacts/service-BasicOnboardLpljoa-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-22T11:31:54.551Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2021-10-22T11:31:54.552Z||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-10-22T11:31:54.552Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOzP7zdlGYP7NOVE) ...
2021-10-22T11:31:54.563Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T11:31:54.564Z||pool-33-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-10-22T11:31:55.456Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e1df3e63-1d28-4fd2-b07d-5a3db1047a6a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-22T11:31:55.463Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e1df3e63-1d28-4fd2-b07d-5a3db1047a6a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-22T11:31:55.466Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-22T11:31:55.466Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-22T11:31:55.466Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-10-22T11:31:55.466Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-10-22T11:31:55.466Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-22T11:31:55.466Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-22T11:31:55.467Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-22T11:31:55.467Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-22T11:31:55.467Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-22T11:31:55.467Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-22T11:31:55.467Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-22T11:31:55.469Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-10-22T11:32:25.470Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e1df3e63-1d28-4fd2-b07d-5a3db1047a6a 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-10-22T11:32:25.480Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e1df3e63-1d28-4fd2-b07d-5a3db1047a6a and serviceModelVersionId: b8300ebf-64aa-4fd5-9c54-cd75b7524ecd
2021-10-22T11:32:25.480Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2422cd36-0e70-4eb9-8b14-405705149388
2021-10-22T11:32:25.482Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2422cd36-0e70-4eb9-8b14-405705149388/model-vers/model-ver/b8300ebf-64aa-4fd5-9c54-cd75b7524ecd?depth=0
2021-10-22T11:32:25.490Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2021-10-22T11:32:25.552Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2422cd36-0e70-4eb9-8b14-405705149388/model-vers/model-ver/b8300ebf-64aa-4fd5-9c54-cd75b7524ecd?depth=0|INFO|500||Invoke
2021-10-22T11:32:25.552Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2422cd36-0e70-4eb9-8b14-405705149388/model-vers/model-ver/b8300ebf-64aa-4fd5-9c54-cd75b7524ecd?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2422cd36-0e70-4eb9-8b14-405705149388/model-vers/model-ver/b8300ebf-64aa-4fd5-9c54-cd75b7524ecd?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[e1df3e63-1d28-4fd2-b07d-5a3db1047a6a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[33d16f45-d76d-418c-aa35-8e9b69dbf01b], X-ECOMP-RequestID=[e1df3e63-1d28-4fd2-b07d-5a3db1047a6a], X-TransactionId=[], X-ONAP-RequestID=[e1df3e63-1d28-4fd2-b07d-5a3db1047a6a], Content-Type=[application/merge-patch+json]}
2021-10-22T11:32:25.584Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2422cd36-0e70-4eb9-8b14-405705149388/model-vers/model-ver/b8300ebf-64aa-4fd5-9c54-cd75b7524ecd?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-10-22T11:32:25.743Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2422cd36-0e70-4eb9-8b14-405705149388/model-vers/model-ver/b8300ebf-64aa-4fd5-9c54-cd75b7524ecd?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2422cd36-0e70-4eb9-8b14-405705149388/model-vers/model-ver/b8300ebf-64aa-4fd5-9c54-cd75b7524ecd?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-211022-11:32:25:591-32277], vertex-id=[344312], Content-Length=[0], Date=[Fri, 22 Oct 2021 11:32:25 GMT], Content-Type=[application/json]}
2021-10-22T11:32:25.744Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2422cd36-0e70-4eb9-8b14-405705149388/model-vers/model-ver/b8300ebf-64aa-4fd5-9c54-cd75b7524ecd?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-10-22T11:32:25.744Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2422cd36-0e70-4eb9-8b14-405705149388/model-vers/model-ver/b8300ebf-64aa-4fd5-9c54-cd75b7524ecd?depth=0|INFO|500||InvokeReturn
2021-10-22T11:32:25.745Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-10-22T11:32:25.745Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-22T11:32:25.749Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-10-22T11:32:25.750Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e1df3e63-1d28-4fd2-b07d-5a3db1047a6a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-10-22T11:32:25.750Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-10-22T11:32:25.751Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-22T11:32:25.753Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T11:32:25.754Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "e1df3e63-1d28-4fd2-b07d-5a3db1047a6a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634902345750,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-22T11:32:25.854Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-22T11:32:25.855Z||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-10-22T11:32:25.856Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOzP7zdlGYP7NOVE) ...
2021-10-22T11:32:25.870Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T11:32:25.871Z||pool-34-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-10-22T11:32:36.367Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:32:36.368Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|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-10-22T11:32:36.368Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:32:36.370Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:32:36.370Z||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-10-22T11:32:36.370Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:32:36.499Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T11:32:36.499Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T11:32:36.499Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1df3e63-1d28-4fd2-b07d-5a3db1047a6a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634902296367,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/resourceInstances/basic_onboard_lpljoa0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:32:36.500Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:32:45.928Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T11:33:36.367Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:33:36.368Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|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-10-22T11:33:36.368Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:33:36.369Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:33:36.370Z||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-10-22T11:33:36.370Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:33:36.901Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T11:33:36.902Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T11:33:36.902Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1df3e63-1d28-4fd2-b07d-5a3db1047a6a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634902296367,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/resourceInstances/basic_onboard_lpljoa0/artifacts/basic_onboard_lpljoa0_modules.json",
  "status": "NOTIFIED"
}
2021-10-22T11:33:36.903Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:33:36.904Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T11:33:36.904Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1df3e63-1d28-4fd2-b07d-5a3db1047a6a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634902296367,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/resourceInstances/basic_onboard_lpljoa0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-10-22T11:33:36.904Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:33:36.904Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T11:33:36.904Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1df3e63-1d28-4fd2-b07d-5a3db1047a6a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634902296367,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/resourceInstances/basic_onboard_lpljoa0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:33:36.905Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:33:36.905Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T11:33:36.905Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1df3e63-1d28-4fd2-b07d-5a3db1047a6a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634902296367,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/resourceInstances/basic_onboard_lpljoa0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-10-22T11:33:36.905Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:33:36.906Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T11:33:36.906Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1df3e63-1d28-4fd2-b07d-5a3db1047a6a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634902296367,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/artifacts/service-BasicOnboardLpljoa-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:33:36.906Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:33:36.906Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T11:33:36.906Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1df3e63-1d28-4fd2-b07d-5a3db1047a6a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634902296367,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/artifacts/service-BasicOnboardLpljoa-csar.csar",
  "status": "NOTIFIED"
}
2021-10-22T11:33:36.907Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:33:36.907Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T11:33:36.907Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1df3e63-1d28-4fd2-b07d-5a3db1047a6a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634902304222,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/artifacts/service-BasicOnboardLpljoa-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-22T11:33:36.907Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T11:33:36.908Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T11:33:36.908Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1df3e63-1d28-4fd2-b07d-5a3db1047a6a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634902307171,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/resourceInstances/basic_onboard_lpljoa0/artifacts/basic_onboard_lpljoa0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-22T11:33:36.908Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T11:33:36.908Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T11:33:36.909Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1df3e63-1d28-4fd2-b07d-5a3db1047a6a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634902309170,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/resourceInstances/basic_onboard_lpljoa0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-22T11:33:36.909Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T11:33:36.909Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T11:33:36.909Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1df3e63-1d28-4fd2-b07d-5a3db1047a6a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634902310351,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/resourceInstances/basic_onboard_lpljoa0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-10-22T11:33:36.910Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T11:33:36.910Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T11:33:36.910Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1df3e63-1d28-4fd2-b07d-5a3db1047a6a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634902311437,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/resourceInstances/basic_onboard_lpljoa0/artifacts/basic_onboard_lpljoa0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-22T11:33:36.910Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T11:33:36.910Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T11:33:36.911Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1df3e63-1d28-4fd2-b07d-5a3db1047a6a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634902312440,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/resourceInstances/basic_onboard_lpljoa0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-10-22T11:33:36.911Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T11:33:36.911Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T11:33:36.911Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1df3e63-1d28-4fd2-b07d-5a3db1047a6a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634902313444,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/resourceInstances/basic_onboard_lpljoa0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-10-22T11:33:36.912Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T11:33:36.912Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T11:33:36.912Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1df3e63-1d28-4fd2-b07d-5a3db1047a6a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634902314448,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLpljoa/1.0/artifacts/service-BasicOnboardLpljoa-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-22T11:33:36.912Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T11:33:36.912Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T11:33:36.913Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e1df3e63-1d28-4fd2-b07d-5a3db1047a6a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634902345750,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-22T11:33:36.913Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T11:33:45.927Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T11:34:36.367Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:34:36.370Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:34:36.370Z||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-10-22T11:34:36.370Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|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-10-22T11:34:36.371Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:34:36.371Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:34:45.923Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T11:34:45.930Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T11:35:36.369Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:35:36.370Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:35:36.374Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|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-10-22T11:35:36.374Z||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-10-22T11:35:36.375Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:35:36.375Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:35:45.929Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T11:35:45.940Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T11:36:36.367Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:36:36.368Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|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-10-22T11:36:36.368Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:36:36.369Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:36:36.370Z||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-10-22T11:36:36.370Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:36:45.937Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T11:36:45.938Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T11:37:36.368Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:37:36.370Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:37:36.372Z||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-10-22T11:37:36.372Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|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-10-22T11:37:36.372Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:37:36.372Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:37:45.931Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T11:37:45.947Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T11:38:36.367Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:38:36.369Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:38:36.370Z||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-10-22T11:38:36.370Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|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-10-22T11:38:36.370Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:38:36.370Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:38:45.926Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T11:38:45.962Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T11:39:36.368Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:39:36.370Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:39:36.374Z||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-10-22T11:39:36.374Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:39:36.373Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|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-10-22T11:39:36.374Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:39:45.930Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T11:39:45.933Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T11:40:36.367Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:40:36.368Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|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-10-22T11:40:36.369Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:40:36.370Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:40:36.370Z||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-10-22T11:40:36.371Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:40:45.924Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T11:40:45.924Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T11:41:36.370Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:41:36.369Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:41:36.378Z||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-10-22T11:41:36.378Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|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-10-22T11:41:36.379Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:41:36.379Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:41:45.960Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T11:41:45.961Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T11:42:36.367Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:42:36.368Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|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-10-22T11:42:36.369Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:42:36.369Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:42:36.370Z||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-10-22T11:42:36.370Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:42:45.942Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T11:42:45.948Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T11:43:36.368Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:43:36.370Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:43:36.371Z||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-10-22T11:43:36.371Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:43:36.372Z||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-10-22T11:43:36.372Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:43:45.923Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T11:43:45.926Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T11:44:36.367Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:44:36.368Z||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-10-22T11:44:36.369Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:44:36.370Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:44:36.370Z||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-10-22T11:44:36.371Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:44:45.923Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T11:44:45.924Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T11:45:36.367Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:45:36.368Z||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-10-22T11:45:36.368Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:45:36.370Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:45:36.370Z||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-10-22T11:45:36.370Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:45:45.925Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T11:45:45.925Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T11:46:36.367Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:46:36.369Z||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-10-22T11:46:36.369Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:46:36.369Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:46:36.370Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|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-10-22T11:46:36.370Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:46:45.937Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T11:46:45.941Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T11:47:36.367Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:47:36.368Z||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-10-22T11:47:36.368Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:47:36.369Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:47:36.371Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|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-10-22T11:47:36.371Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:47:45.945Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T11:47:45.945Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T11:48:36.367Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:48:36.369Z||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-10-22T11:48:36.369Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:48:36.369Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:48:36.370Z||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-10-22T11:48:36.371Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:48:45.968Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T11:48:45.969Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T11:49:36.369Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:49:36.370Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:49:36.374Z||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-10-22T11:49:36.374Z||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-10-22T11:49:36.374Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:49:36.374Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:49:36.563Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T11:49:36.564Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T11:49:36.564Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9522d37a-8151-4b7b-9353-3c675a7106b0",
  "consumerID": "dcae-sch",
  "timestamp": 1634903361829,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:49:36.566Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:49:36.566Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T11:49:36.566Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9522d37a-8151-4b7b-9353-3c675a7106b0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634903357219,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:49:36.566Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:49:36.566Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T11:49:36.566Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9522d37a-8151-4b7b-9353-3c675a7106b0",
  "consumerID": "policy-id",
  "timestamp": 1634903364150,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:49:36.566Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:49:36.566Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T11:49:36.566Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9522d37a-8151-4b7b-9353-3c675a7106b0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634903357219,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:49:36.566Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:49:36.567Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T11:49:36.567Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9522d37a-8151-4b7b-9353-3c675a7106b0",
  "consumerID": "dcae-sch",
  "timestamp": 1634903361829,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:49:36.567Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:49:36.567Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T11:49:36.567Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9522d37a-8151-4b7b-9353-3c675a7106b0",
  "consumerID": "policy-id",
  "timestamp": 1634903364150,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-10-22T11:49:36.567Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:49:36.567Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T11:49:36.567Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9522d37a-8151-4b7b-9353-3c675a7106b0",
  "consumerID": "cds",
  "timestamp": 1634903367880,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:49:36.567Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:49:36.567Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T11:49:36.567Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9522d37a-8151-4b7b-9353-3c675a7106b0",
  "consumerID": "cds",
  "timestamp": 1634903367880,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-10-22T11:49:36.567Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:49:36.568Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T11:49:36.568Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9522d37a-8151-4b7b-9353-3c675a7106b0",
  "consumerID": "policy-id",
  "timestamp": 1634903369855,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-22T11:49:36.568Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T11:49:36.568Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T11:49:36.568Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9522d37a-8151-4b7b-9353-3c675a7106b0",
  "consumerID": "policy-id",
  "timestamp": 1634903370860,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-22T11:49:36.568Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T11:49:36.568Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T11:49:36.568Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9522d37a-8151-4b7b-9353-3c675a7106b0",
  "consumerID": "cds",
  "timestamp": 1634903371278,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-22T11:49:36.568Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T11:49:36.568Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T11:49:36.568Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9522d37a-8151-4b7b-9353-3c675a7106b0",
  "consumerID": "policy-id",
  "timestamp": 1634903371865,
  "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-10-22T11:49:36.584Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9522d37a-8151-4b7b-9353-3c675a7106b0
2021-10-22T11:49:36.584Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9522d37a-8151-4b7b-9353-3c675a7106b0 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-10-22T11:49:36.594Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T11:49:36.595Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9522d37a-8151-4b7b-9353-3c675a7106b0",
  "consumerID": "cds",
  "timestamp": 1634903372289,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-22T11:49:36.599Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9522d37a-8151-4b7b-9353-3c675a7106b0
2021-10-22T11:49:36.599Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9522d37a-8151-4b7b-9353-3c675a7106b0 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-10-22T11:49:36.611Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T11:49:36.612Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9522d37a-8151-4b7b-9353-3c675a7106b0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634903372839,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:49:36.612Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:49:36.612Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T11:49:36.612Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9522d37a-8151-4b7b-9353-3c675a7106b0",
  "consumerID": "aai-ml",
  "timestamp": 1634903373483,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:49:36.612Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:49:36.612Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T11:49:36.612Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9522d37a-8151-4b7b-9353-3c675a7106b0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634903372839,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-10-22T11:49:36.613Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:49:36.613Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T11:49:36.613Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9522d37a-8151-4b7b-9353-3c675a7106b0",
  "consumerID": "aai-ml",
  "timestamp": 1634903373483,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-10-22T11:49:36.613Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:49:37.016Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T11:49:37.017Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-22T11:49:37.017Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"9522d37a-8151-4b7b-9353-3c675a7106b0","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"b43e62c6-3058-432e-87da-172400b2412b","serviceDescription":"service","serviceInvariantUUID":"0678ad72-e021-413a-a1e4-c63d73d6bde8","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"759f0aeb-066f-4041-84ae-24edfff293df","resourceInvariantUUID":"6b0a1763-b03a-4d9d-b430-96c585cf9a95","resourceCustomizationUUID":"d0fcdeaf-9b07-4b27-8c75-9b44fc30ede5","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":"MjFkZjUxNWY1MTBiY2Q4ODcwMzFmZmY2MTk2NzUyYzc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"680ebab5-fb99-4895-a127-cf2b666aba6e","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MGI2ODRjY2RlNzhhY2YzMGQ3MjNlODU0OWRkYjM4ZTM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ce60cdcc-b0f7-4840-8e94-ef0daf3aea2c","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-22T11:49:37.021Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-22T11:49:37.021Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-22T11:49:37.024Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T11:49:37.024Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "9522d37a-8151-4b7b-9353-3c675a7106b0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634903376368,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:49:37.124Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-22T11:49:37.125Z||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-10-22T11:49:37.126Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOzP7zdlGYP7NOVE) ...
2021-10-22T11:49:37.141Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T11:49:37.141Z||pool-35-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-10-22T11:49:38.025Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-22T11:49:38.027Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-22T11:49:38.028Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T11:49:38.028Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "9522d37a-8151-4b7b-9353-3c675a7106b0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634903376368,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-10-22T11:49:38.128Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-22T11:49:38.129Z||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-10-22T11:49:38.130Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOzP7zdlGYP7NOVE) ...
2021-10-22T11:49:38.141Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T11:49:38.142Z||pool-36-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-22T11:49:39.029Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "9522d37a-8151-4b7b-9353-3c675a7106b0",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "b43e62c6-3058-432e-87da-172400b2412b",
  "serviceDescription": "service",
  "serviceInvariantUUID": "0678ad72-e021-413a-a1e4-c63d73d6bde8",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "d0fcdeaf-9b07-4b27-8c75-9b44fc30ede5",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "759f0aeb-066f-4041-84ae-24edfff293df",
      "resourceInvariantUUID": "6b0a1763-b03a-4d9d-b430-96c585cf9a95",
      "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": "MGI2ODRjY2RlNzhhY2YzMGQ3MjNlODU0OWRkYjM4ZTM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ce60cdcc-b0f7-4840-8e94-ef0daf3aea2c"
    }
  ],
  "workloadContext": "Production"
}
2021-10-22T11:49:39.030Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-22T11:49:39.030Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 b43e62c6-3058-432e-87da-172400b2412b ASDC
2021-10-22T11:49:39.031Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:9522d37a-8151-4b7b-9353-3c675a7106b0
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:b43e62c6-3058-432e-87da-172400b2412b
ServiceInvariantUUID:0678ad72-e021-413a-a1e4-c63d73d6bde8
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:ce60cdcc-b0f7-4840-8e94-ef0daf3aea2c
ArtifactChecksum:MGI2ODRjY2RlNzhhY2YzMGQ3MjNlODU0OWRkYjM4ZTM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:d0fcdeaf-9b07-4b27-8c75-9b44fc30ede5
ResourceInvariantUUID:6b0a1763-b03a-4d9d-b430-96c585cf9a95
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:759f0aeb-066f-4041-84ae-24edfff293df
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2021-10-22T11:49:39.031Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b43e62c6-3058-432e-87da-172400b2412b 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-10-22T11:49:39.051Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-22T11:49:39.052Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-10-22T11:49:39.052Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-10-22T11:49:39.052Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: ce60cdcc-b0f7-4840-8e94-ef0daf3aea2c from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-10-22T11:49:39.053Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-10-22T11:49:39.053Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-10-22T11:49:39.168Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-10-22T11:49:39.170Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ce60cdcc-b0f7-4840-8e94-ef0daf3aea2c 52174
2021-10-22T11:49:39.170Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-10-22T11:49:39.170Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-10-22T11:49:39.170Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-22T11:49:39.171Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-22T11:49:39.172Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T11:49:39.173Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "9522d37a-8151-4b7b-9353-3c675a7106b0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634903379170,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-22T11:49:39.273Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-22T11:49:39.273Z||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-10-22T11:49:39.274Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOzP7zdlGYP7NOVE) ...
2021-10-22T11:49:39.290Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T11:49:39.291Z||pool-37-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2021-10-22T11:49:40.173Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-22T11:49:40.174Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-10-22T11:49:40.174Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: ce60cdcc-b0f7-4840-8e94-ef0daf3aea2c, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-22T11:49:40.175Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2021-10-22T11:49:40.175Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-22T11:49:40.175Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-22T11:49:40.375Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13871640138108609268/Definitions/service-BasicNetwork-template.yml
2021-10-22T11:49:40.824Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-22T11:49:40.825Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-10-22T11:49:40.825Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-22T11:49:40.825Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-10-22T11:49:40.825Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||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-10-22T11:49:40.826Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||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-10-22T11:49:40.826Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||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-10-22T11:49:40.826Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||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-10-22T11:49:40.826Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-22T11:49:40.826Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||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-10-22T11:49:40.826Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||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-10-22T11:49:40.827Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||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-10-22T11:49:40.827Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-10-22T11:49:40.827Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-22T11:49:40.827Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-22T11:49:40.828Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-10-22T11:49:40.828Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-10-22T11:49:40.828Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-22T11:49:40.828Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-22T11:49:40.828Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-22T11:49:40.829Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-10-22T11:49:40.829Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-10-22T11:49:40.829Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-22T11:49:40.829Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-22T11:49:40.829Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-22T11:49:40.830Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-22T11:49:40.830Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-22T11:49:40.830Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-22T11:49:40.830Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-22T11:49:40.831Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-22T11:49:40.831Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-22T11:49:40.831Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-22T11:49:40.831Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-22T11:49:40.831Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:b43e62c6-3058-432e-87da-172400b2412b
Model Version:NULL
Model InvariantUuid:0678ad72-e021-413a-a1e4-c63d73d6bde8
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:6b0a1763-b03a-4d9d-b430-96c585cf9a95
Model UUID:183831b6-78df-4d40-ba33-d36b85c2701f
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:d0fcdeaf-9b07-4b27-8c75-9b44fc30ede5
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-10-22T11:49:40.835Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||INFO|500||Processing Resource Type: VL, Model UUID: 759f0aeb-066f-4041-84ae-24edfff293df
2021-10-22T11:49:40.835Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||INFO|500||No resources found for Service: b43e62c6-3058-432e-87da-172400b2412b
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-22T11:49:40.842Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||INFO|500||
2021-10-22T11:49:40.842Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2021-10-22T11:49:40.843Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||No resources found for Service: b43e62c6-3058-432e-87da-172400b2412b
2021-10-22T11:49:40.843Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: b43e62c6-3058-432e-87da-172400b2412b
2021-10-22T11:49:40.843Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2021-10-22T11:49:40.843Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-22T11:49:40.847Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5c89199e, org.onap.sdc.toscaparser.api.parameters.Input@451d8774, org.onap.sdc.toscaparser.api.parameters.Input@666e8870, org.onap.sdc.toscaparser.api.parameters.Input@70b94034, org.onap.sdc.toscaparser.api.parameters.Input@6468e254]
2021-10-22T11:49:40.849Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-22T11:49:40.849Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-22T11:49:40.849Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-22T11:49:40.849Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-22T11:49:40.850Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid b43e62c6-3058-432e-87da-172400b2412b: Generic NeutronNet
2021-10-22T11:49:40.850Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-22T11:49:40.850Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-22T11:49:40.850Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-22T11:49:40.850Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2021-10-22T11:49:40.884Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-22T11:49:40.885Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-22T11:49:40.885Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-22T11:49:40.885Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-22T11:49:40.886Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-22T11:49:40.886Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-22T11:49:40.886Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||INFO|500||Saving Service: basic_network 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2021-10-22T11:49:40.921Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2021-10-22T11:49:40.921Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-10-22T11:49:40.921Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-10-22T11:49:40.922Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-22T11:49:40.922Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-22T11:49:40.923Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T11:49:40.923Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "9522d37a-8151-4b7b-9353-3c675a7106b0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634903380921,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-22T11:49:41.023Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-22T11:49:41.024Z||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-10-22T11:49:41.024Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOzP7zdlGYP7NOVE) ...
2021-10-22T11:49:41.034Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T11:49:41.035Z||pool-38-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-22T11:49:41.924Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9522d37a-8151-4b7b-9353-3c675a7106b0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-22T11:49:41.931Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9522d37a-8151-4b7b-9353-3c675a7106b0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-22T11:49:41.932Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-22T11:49:41.932Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-22T11:49:41.932Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-22T11:50:11.933Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9522d37a-8151-4b7b-9353-3c675a7106b0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-22T11:50:11.940Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9522d37a-8151-4b7b-9353-3c675a7106b0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-22T11:50:11.943Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-22T11:50:11.943Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-22T11:50:11.943Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-22T11:50:36.370Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:50:36.370Z||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-10-22T11:50:36.371Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:50:36.397Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T11:50:36.397Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:50:36.397Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9522d37a-8151-4b7b-9353-3c675a7106b0",
  "consumerID": "aai-ml",
  "timestamp": 1634903376434,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-22T11:50:36.398Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T11:50:41.943Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9522d37a-8151-4b7b-9353-3c675a7106b0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-22T11:50:41.949Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9522d37a-8151-4b7b-9353-3c675a7106b0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-22T11:50:41.951Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-22T11:50:41.951Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-22T11:50:41.951Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-22T11:51:11.951Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9522d37a-8151-4b7b-9353-3c675a7106b0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-22T11:51:11.961Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9522d37a-8151-4b7b-9353-3c675a7106b0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-22T11:51:11.963Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-22T11:51:11.963Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-22T11:51:11.963Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-22T11:51:36.370Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:51:36.373Z||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-10-22T11:51:36.373Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:51:36.409Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T11:51:36.410Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:51:36.411Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9522d37a-8151-4b7b-9353-3c675a7106b0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634903376368,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:51:36.412Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:51:36.412Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:51:36.413Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9522d37a-8151-4b7b-9353-3c675a7106b0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634903376368,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-10-22T11:51:36.413Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:51:36.413Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:51:36.413Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9522d37a-8151-4b7b-9353-3c675a7106b0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634903379170,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-22T11:51:36.413Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T11:51:36.413Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:51:36.413Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9522d37a-8151-4b7b-9353-3c675a7106b0",
  "consumerID": "aai-ml",
  "timestamp": 1634903380575,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-22T11:51:36.413Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T11:51:36.413Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:51:36.413Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9522d37a-8151-4b7b-9353-3c675a7106b0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634903380921,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-22T11:51:36.413Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T11:51:36.414Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:51:36.414Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9522d37a-8151-4b7b-9353-3c675a7106b0",
  "consumerID": "aai-ml",
  "timestamp": 1634903381579,
  "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-10-22T11:51:36.424Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 9522d37a-8151-4b7b-9353-3c675a7106b0
2021-10-22T11:51:36.424Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9522d37a-8151-4b7b-9353-3c675a7106b0 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-10-22T11:51:36.434Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:51:36.434Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9522d37a-8151-4b7b-9353-3c675a7106b0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634903382732,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:51:36.435Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:51:36.435Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:51:36.435Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9522d37a-8151-4b7b-9353-3c675a7106b0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634903382732,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-10-22T11:51:36.435Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:51:36.435Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:51:36.435Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9522d37a-8151-4b7b-9353-3c675a7106b0",
  "consumerID": "clamp",
  "timestamp": 1634903385086,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:51:36.435Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:51:36.435Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:51:36.435Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9522d37a-8151-4b7b-9353-3c675a7106b0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634903386423,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-22T11:51:36.435Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T11:51:36.436Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:51:36.436Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9522d37a-8151-4b7b-9353-3c675a7106b0",
  "consumerID": "clamp",
  "timestamp": 1634903385086,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-10-22T11:51:36.436Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:51:36.436Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:51:36.436Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9522d37a-8151-4b7b-9353-3c675a7106b0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634903388016,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-22T11:51:36.436Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T11:51:36.436Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:51:36.437Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9522d37a-8151-4b7b-9353-3c675a7106b0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634903389019,
  "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-10-22T11:51:36.441Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9522d37a-8151-4b7b-9353-3c675a7106b0
2021-10-22T11:51:36.442Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9522d37a-8151-4b7b-9353-3c675a7106b0 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-10-22T11:51:36.448Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:51:36.448Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9522d37a-8151-4b7b-9353-3c675a7106b0",
  "consumerID": "clamp",
  "timestamp": 1634903393745,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-22T11:51:36.449Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T11:51:36.449Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:51:36.449Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9522d37a-8151-4b7b-9353-3c675a7106b0",
  "consumerID": "clamp",
  "timestamp": 1634903394841,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-22T11:51:36.449Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T11:51:36.449Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:51:36.449Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9522d37a-8151-4b7b-9353-3c675a7106b0",
  "consumerID": "clamp",
  "timestamp": 1634903395845,
  "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-10-22T11:51:36.455Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 9522d37a-8151-4b7b-9353-3c675a7106b0
2021-10-22T11:51:36.455Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9522d37a-8151-4b7b-9353-3c675a7106b0 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-10-22T11:51:41.964Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9522d37a-8151-4b7b-9353-3c675a7106b0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-22T11:51:41.981Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9522d37a-8151-4b7b-9353-3c675a7106b0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-22T11:51:41.989Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-22T11:51:41.989Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-22T11:51:41.989Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-10-22T11:51:41.989Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-10-22T11:51:41.990Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-22T11:51:41.990Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-22T11:51:41.990Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-22T11:51:41.990Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-22T11:51:41.990Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-22T11:51:41.990Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-22T11:51:41.990Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-22T11:51:41.994Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-10-22T11:52:11.994Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9522d37a-8151-4b7b-9353-3c675a7106b0 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-10-22T11:52:12.006Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9522d37a-8151-4b7b-9353-3c675a7106b0 and serviceModelVersionId: b43e62c6-3058-432e-87da-172400b2412b
2021-10-22T11:52:12.006Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0678ad72-e021-413a-a1e4-c63d73d6bde8
2021-10-22T11:52:12.008Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0678ad72-e021-413a-a1e4-c63d73d6bde8/model-vers/model-ver/b43e62c6-3058-432e-87da-172400b2412b?depth=0
2021-10-22T11:52:12.013Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2021-10-22T11:52:12.079Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0678ad72-e021-413a-a1e4-c63d73d6bde8/model-vers/model-ver/b43e62c6-3058-432e-87da-172400b2412b?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-10-22T11:52:12.081Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0678ad72-e021-413a-a1e4-c63d73d6bde8/model-vers/model-ver/b43e62c6-3058-432e-87da-172400b2412b?depth=0|INFO|500||Invoke
2021-10-22T11:52:12.112Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0678ad72-e021-413a-a1e4-c63d73d6bde8/model-vers/model-ver/b43e62c6-3058-432e-87da-172400b2412b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-10-22T11:52:12.542Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0678ad72-e021-413a-a1e4-c63d73d6bde8/model-vers/model-ver/b43e62c6-3058-432e-87da-172400b2412b?depth=0|INFO|500||InvokeReturn
2021-10-22T11:52:12.543Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0678ad72-e021-413a-a1e4-c63d73d6bde8/model-vers/model-ver/b43e62c6-3058-432e-87da-172400b2412b?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-211022-11:52:12:120-96779], vertex-id=[176184], Content-Length=[0], Date=[Fri, 22 Oct 2021 11:52:12 GMT], Content-Type=[application/json]}
2021-10-22T11:52:12.543Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2021-10-22T11:52:12.544Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-10-22T11:52:12.544Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-22T11:52:12.549Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-10-22T11:52:12.549Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9522d37a-8151-4b7b-9353-3c675a7106b0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-10-22T11:52:12.550Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-10-22T11:52:12.550Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-22T11:52:12.552Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T11:52:12.553Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "9522d37a-8151-4b7b-9353-3c675a7106b0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634903532550,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-22T11:52:12.653Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-22T11:52:12.654Z||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-10-22T11:52:12.654Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOzP7zdlGYP7NOVE) ...
2021-10-22T11:52:12.668Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T11:52:12.668Z||pool-39-thread-1|||||INFO|500||cambria reply ok (15 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-10-22T11:52:13.565Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:52:13.565Z|9522d37a-8151-4b7b-9353-3c675a7106b0|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-10-22T11:52:13.565Z|9522d37a-8151-4b7b-9353-3c675a7106b0|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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:52:18.339Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T11:52:18.340Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-22T11:52:18.341Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"bc118b71-b271-46e7-87e0-ff3b9f71972a","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"2b1947cf-ed90-4bb0-a8b2-4acc2bd666a0","serviceDescription":"service","serviceInvariantUUID":"26284ee4-1278-4ec4-847a-9e336f30bedd","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f728b753-b8ed-4b7a-ad3b-47459c67ccab","resourceInvariantUUID":"fae9c347-cc85-4fca-9447-715f1c23f018","resourceCustomizationUUID":"26e9581e-33b2-4467-a709-3a606fb0b692","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":"ZWM1ZjRlZDM5MzJmOWY3NTNmOTJhN2QwMGQ5YmYxZjU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"66d483b2-171e-46b8-8cc9-5d69e247571b","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":"ZjlkNDQ4MDJmZTVmYjZhMzZmODg5YmVkMGI1MzkzZDE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"6ddfe2cb-cd4b-45d2-9ad1-b657968f71f1","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":"0bd62711-c74a-42cf-9f3c-cb679dfbaeac","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":"05b8e76d-f3eb-4f46-9605-7fa183cb01db","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":"67604abd-57ac-4968-a1c0-adb418ba0d8f","artifactVersion":"2","generatedFromUUID":"0bd62711-c74a-42cf-9f3c-cb679dfbaeac"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"NzBiYzJkNTVlNDYzZGNiZTBkZjkwNmVlNjQyNTMwOTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"10ceabdb-d8bc-4a33-a86e-c3d209d019ca","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"MGUwNDAxNzVhMTRjODU1YTAwZjg2OGEyYzhkYmNlNWE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3b22563f-53ae-41c2-8b37-71b5deaff8a7","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-22T11:52:18.343Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-22T11:52:18.343Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-22T11:52:18.345Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T11:52:18.345Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "bc118b71-b271-46e7-87e0-ff3b9f71972a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634903533565,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:52:18.445Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-22T11:52:18.446Z||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-10-22T11:52:18.446Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOzP7zdlGYP7NOVE) ...
2021-10-22T11:52:18.457Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T11:52:18.457Z||pool-40-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-22T11:52:19.345Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-22T11:52:19.346Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-22T11:52:19.348Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T11:52:19.348Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "bc118b71-b271-46e7-87e0-ff3b9f71972a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634903533565,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-10-22T11:52:19.448Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-22T11:52:19.449Z||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-10-22T11:52:19.449Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOzP7zdlGYP7NOVE) ...
2021-10-22T11:52:19.461Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T11:52:19.461Z||pool-41-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-22T11:52:20.348Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-22T11:52:20.349Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-22T11:52:20.351Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T11:52:20.351Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "bc118b71-b271-46e7-87e0-ff3b9f71972a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634903533565,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-10-22T11:52:20.451Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-22T11:52:20.452Z||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-10-22T11:52:20.452Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOzP7zdlGYP7NOVE) ...
2021-10-22T11:52:20.467Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T11:52:20.467Z||pool-42-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-10-22T11:52:21.351Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-22T11:52:21.352Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-22T11:52:21.355Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T11:52:21.355Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "bc118b71-b271-46e7-87e0-ff3b9f71972a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634903533565,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:52:21.455Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-22T11:52:21.456Z||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-10-22T11:52:21.456Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOzP7zdlGYP7NOVE) ...
2021-10-22T11:52:21.469Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T11:52:21.469Z||pool-43-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-22T11:52:22.356Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-22T11:52:22.356Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-22T11:52:22.359Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T11:52:22.359Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "bc118b71-b271-46e7-87e0-ff3b9f71972a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634903533565,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-10-22T11:52:22.459Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-22T11:52:22.459Z||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-10-22T11:52:22.460Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOzP7zdlGYP7NOVE) ...
2021-10-22T11:52:22.471Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T11:52:22.471Z||pool-44-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-22T11:52:23.359Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-22T11:52:23.360Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-22T11:52:23.362Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T11:52:23.362Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "bc118b71-b271-46e7-87e0-ff3b9f71972a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634903533565,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:52:23.462Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-22T11:52:23.463Z||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-10-22T11:52:23.463Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOzP7zdlGYP7NOVE) ...
2021-10-22T11:52:23.474Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T11:52:23.475Z||pool-45-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-22T11:52:24.363Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-22T11:52:24.363Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-22T11:52:24.365Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T11:52:24.365Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "bc118b71-b271-46e7-87e0-ff3b9f71972a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634903533565,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-10-22T11:52:24.465Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-22T11:52:24.466Z||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-10-22T11:52:24.466Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOzP7zdlGYP7NOVE) ...
2021-10-22T11:52:24.477Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T11:52:24.477Z||pool-46-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-22T11:52:25.366Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "bc118b71-b271-46e7-87e0-ff3b9f71972a",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "2b1947cf-ed90-4bb0-a8b2-4acc2bd666a0",
  "serviceDescription": "service",
  "serviceInvariantUUID": "26284ee4-1278-4ec4-847a-9e336f30bedd",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "26e9581e-33b2-4467-a709-3a606fb0b692",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "f728b753-b8ed-4b7a-ad3b-47459c67ccab",
      "resourceInvariantUUID": "fae9c347-cc85-4fca-9447-715f1c23f018",
      "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": "ZjlkNDQ4MDJmZTVmYjZhMzZmODg5YmVkMGI1MzkzZDE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "6ddfe2cb-cd4b-45d2-9ad1-b657968f71f1",
          "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": "0bd62711-c74a-42cf-9f3c-cb679dfbaeac",
          "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": "67604abd-57ac-4968-a1c0-adb418ba0d8f",
            "generatedFromUUID": "0bd62711-c74a-42cf-9f3c-cb679dfbaeac"
          },
          "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": "67604abd-57ac-4968-a1c0-adb418ba0d8f",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "MGUwNDAxNzVhMTRjODU1YTAwZjg2OGEyYzhkYmNlNWE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "3b22563f-53ae-41c2-8b37-71b5deaff8a7"
    }
  ],
  "workloadContext": "Production"
}
2021-10-22T11:52:25.367Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-22T11:52:25.367Z|9522d37a-8151-4b7b-9353-3c675a7106b0|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 2b1947cf-ed90-4bb0-a8b2-4acc2bd666a0 ASDC
2021-10-22T11:52:25.368Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:bc118b71-b271-46e7-87e0-ff3b9f71972a
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:2b1947cf-ed90-4bb0-a8b2-4acc2bd666a0
ServiceInvariantUUID:26284ee4-1278-4ec4-847a-9e336f30bedd
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:3b22563f-53ae-41c2-8b37-71b5deaff8a7
ArtifactChecksum:MGUwNDAxNzVhMTRjODU1YTAwZjg2OGEyYzhkYmNlNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:26e9581e-33b2-4467-a709-3a606fb0b692
ResourceInvariantUUID:fae9c347-cc85-4fca-9447-715f1c23f018
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:f728b753-b8ed-4b7a-ad3b-47459c67ccab
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:6ddfe2cb-cd4b-45d2-9ad1-b657968f71f1
ArtifactChecksum:ZjlkNDQ4MDJmZTVmYjZhMzZmODg5YmVkMGI1MzkzZDE=
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:0bd62711-c74a-42cf-9f3c-cb679dfbaeac
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:67604abd-57ac-4968-a1c0-adb418ba0d8f
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:67604abd-57ac-4968-a1c0-adb418ba0d8f
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-10-22T11:52:25.368Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2b1947cf-ed90-4bb0-a8b2-4acc2bd666a0 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-10-22T11:52:25.399Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-22T11:52:25.400Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-10-22T11:52:25.400Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-10-22T11:52:25.400Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 3b22563f-53ae-41c2-8b37-71b5deaff8a7 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-10-22T11:52:25.401Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-10-22T11:52:25.401Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-10-22T11:52:25.614Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-10-22T11:52:25.617Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 3b22563f-53ae-41c2-8b37-71b5deaff8a7 70859
2021-10-22T11:52:25.618Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2021-10-22T11:52:25.618Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-10-22T11:52:25.618Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-22T11:52:25.618Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-22T11:52:25.620Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T11:52:25.620Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "bc118b71-b271-46e7-87e0-ff3b9f71972a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634903545618,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-22T11:52:25.720Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-22T11:52:25.721Z||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-10-22T11:52:25.721Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOzP7zdlGYP7NOVE) ...
2021-10-22T11:52:25.732Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T11:52:25.732Z||pool-47-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-22T11:52:26.621Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-22T11:52:26.622Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-10-22T11:52:26.622Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 3b22563f-53ae-41c2-8b37-71b5deaff8a7, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2021-10-22T11:52:26.623Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2021-10-22T11:52:26.623Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2021-10-22T11:52:26.623Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2021-10-22T11:52:27.031Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5527547613711140161/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-10-22T11:52:28.236Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-22T11:52:28.236Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-10-22T11:52:28.236Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-10-22T11:52:28.237Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-10-22T11:52:28.237Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||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-10-22T11:52:28.237Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||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-10-22T11:52:28.237Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-10-22T11:52:28.237Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-10-22T11:52:28.237Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-10-22T11:52:28.238Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||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-10-22T11:52:28.238Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-10-22T11:52:28.238Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||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-10-22T11:52:28.238Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-10-22T11:52:28.238Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-10-22T11:52:28.239Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-22T11:52:28.239Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-22T11:52:28.239Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-10-22T11:52:28.239Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-10-22T11:52:28.240Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-22T11:52:28.240Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-22T11:52:28.240Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-22T11:52:28.240Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-10-22T11:52:28.241Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-10-22T11:52:28.241Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-22T11:52:28.241Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-22T11:52:28.241Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-22T11:52:28.241Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-22T11:52:28.242Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-10-22T11:52:28.242Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2021-10-22T11:52:28.242Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2021-10-22T11:52:28.242Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2021-10-22T11:52:28.243Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-10-22T11:52:28.243Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-10-22T11:52:28.243Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-22T11:52:28.243Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-22T11:52:28.244Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-22T11:52:28.244Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-10-22T11:52:28.244Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-22T11:52:28.244Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-22T11:52:28.244Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-10-22T11:52:28.245Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-22T11:52:28.245Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-22T11:52:28.245Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-10-22T11:52:28.245Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-22T11:52:28.246Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-22T11:52:28.246Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-10-22T11:52:28.246Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-10-22T11:52:28.246Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-10-22T11:52:28.246Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=a963f526-5363-4c42-a917-97082fbf0a7a
2021-10-22T11:52:28.247Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-22T11:52:28.247Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-22T11:52:28.247Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-22T11:52:28.247Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-22T11:52:28.247Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-22T11:52:28.248Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-22T11:52:28.248Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-22T11:52:28.248Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-22T11:52:28.248Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:2b1947cf-ed90-4bb0-a8b2-4acc2bd666a0
Model Version:NULL
Model InvariantUuid:26284ee4-1278-4ec4-847a-9e336f30bedd
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:21658f55-d53b-493b-a787-53bf120c64ef
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:fae9c347-cc85-4fca-9447-715f1c23f018
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:26e9581e-33b2-4467-a709-3a606fb0b692
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:f2141feb-c345-4436-ba99-493a0db923d4
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:e92c5234-1a77-4c9e-bf79-57931c17431d
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:a963f526-5363-4c42-a917-97082fbf0a7a
ModelInvariantUuid:1f5f7228-80ab-4ac7-9a81-8ed0d7c9c06f
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:436ab413-8ddf-415a-9462-eb7bfa036c5f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:03c3d61f-954b-4fff-b566-1876f0e3da0a
ModelInvariantUuid:fa3203d1-9550-4c78-ad0a-42f9083b5b65
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:27dde49b-0af6-49e1-9e05-a89829b76b93
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-10-22T11:52:28.259Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: f728b753-b8ed-4b7a-ad3b-47459c67ccab
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-22T11:52:28.262Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||INFO|500||basic_vm 0
2021-10-22T11:52:28.262Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f728b753-b8ed-4b7a-ad3b-47459c67ccab
2021-10-22T11:52:28.262Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 6ddfe2cb-cd4b-45d2-9ad1-b657968f71f1 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-10-22T11:52:28.262Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-10-22T11:52:28.263Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||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-10-22T11:52:28.837Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-10-22T11:52:28.838Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 6ddfe2cb-cd4b-45d2-9ad1-b657968f71f1 787
2021-10-22T11:52:28.838Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||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-10-22T11:52:28.838Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||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-10-22T11:52:28.839Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-22T11:52:28.839Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-22T11:52:28.840Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T11:52:28.841Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "bc118b71-b271-46e7-87e0-ff3b9f71972a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634903548838,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-22T11:52:28.941Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-22T11:52:28.941Z||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-10-22T11:52:28.942Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOzP7zdlGYP7NOVE) ...
2021-10-22T11:52:28.971Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T11:52:28.971Z||pool-48-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2021-10-22T11:52:29.841Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "f2141feb-c345-4436-ba99-493a0db923d4",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "e92c5234-1a77-4c9e-bf79-57931c17431d",
    "vfModuleModelCustomizationUUID": "ee591edb-f190-4ce6-8283-12c30faffb24",
    "isBase": true,
    "artifacts": [
      "0bd62711-c74a-42cf-9f3c-cb679dfbaeac",
      "67604abd-57ac-4968-a1c0-adb418ba0d8f"
    ],
    "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-10-22T11:52:29.845Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e92c5234-1a77-4c9e-bf79-57931c17431d
VfModuleModelInvariantUUID:f2141feb-c345-4436-ba99-493a0db923d4
VfModuleModelDescription:NULL
Artifacts UUID List:{
0bd62711-c74a-42cf-9f3c-cb679dfbaeac
,
67604abd-57ac-4968-a1c0-adb418ba0d8f

}
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-10-22T11:52:29.847Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "f2141feb-c345-4436-ba99-493a0db923d4",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "e92c5234-1a77-4c9e-bf79-57931c17431d",
    "vfModuleModelCustomizationUUID": "ee591edb-f190-4ce6-8283-12c30faffb24",
    "isBase": true,
    "artifacts": [
      "0bd62711-c74a-42cf-9f3c-cb679dfbaeac",
      "67604abd-57ac-4968-a1c0-adb418ba0d8f"
    ],
    "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-10-22T11:52:29.848Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e92c5234-1a77-4c9e-bf79-57931c17431d
VfModuleModelInvariantUUID:f2141feb-c345-4436-ba99-493a0db923d4
VfModuleModelDescription:NULL
Artifacts UUID List:{
0bd62711-c74a-42cf-9f3c-cb679dfbaeac
,
67604abd-57ac-4968-a1c0-adb418ba0d8f

}
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-10-22T11:52:29.848Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 0bd62711-c74a-42cf-9f3c-cb679dfbaeac from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-10-22T11:52:29.848Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-10-22T11:52:29.848Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||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-10-22T11:52:30.051Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-10-22T11:52:30.052Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 0bd62711-c74a-42cf-9f3c-cb679dfbaeac 5033
2021-10-22T11:52:30.052Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||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-10-22T11:52:30.052Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||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-10-22T11:52:30.052Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-22T11:52:30.053Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-22T11:52:30.054Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T11:52:30.054Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "bc118b71-b271-46e7-87e0-ff3b9f71972a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634903550052,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-22T11:52:30.154Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-22T11:52:30.155Z||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-10-22T11:52:30.155Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOzP7zdlGYP7NOVE) ...
2021-10-22T11:52:30.167Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T11:52:30.168Z||pool-49-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-22T11:52:31.055Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 67604abd-57ac-4968-a1c0-adb418ba0d8f from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-10-22T11:52:31.055Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-10-22T11:52:31.056Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||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-10-22T11:52:31.252Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-10-22T11:52:31.253Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 67604abd-57ac-4968-a1c0-adb418ba0d8f 903
2021-10-22T11:52:31.253Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||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-10-22T11:52:31.253Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||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-10-22T11:52:31.253Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-22T11:52:31.254Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-22T11:52:31.255Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T11:52:31.256Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "bc118b71-b271-46e7-87e0-ff3b9f71972a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634903551253,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-10-22T11:52:31.356Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-22T11:52:31.356Z||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-10-22T11:52:31.356Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOzP7zdlGYP7NOVE) ...
2021-10-22T11:52:31.370Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T11:52:31.370Z||pool-50-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-22T11:52:32.256Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 2b1947cf-ed90-4bb0-a8b2-4acc2bd666a0
2021-10-22T11:52:32.257Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 f728b753-b8ed-4b7a-ad3b-47459c67ccab ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-22T11:52:32.268Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4db90e1e, org.onap.sdc.toscaparser.api.parameters.Input@4c737dc, org.onap.sdc.toscaparser.api.parameters.Input@58da3552, org.onap.sdc.toscaparser.api.parameters.Input@354e011b, org.onap.sdc.toscaparser.api.parameters.Input@30823052]
2021-10-22T11:52:32.269Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-22T11:52:32.269Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-22T11:52:32.270Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 
2021-10-22T11:52:32.270Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 26e9581e-33b2-4467-a709-3a606fb0b692
2021-10-22T11:52:32.270Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 26e9581e-33b2-4467-a709-3a606fb0b692 matches Tosca VF Customization UUID: 26e9581e-33b2-4467-a709-3a606fb0b692
2021-10-22T11:52:32.270Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 26e9581e-33b2-4467-a709-3a606fb0b692  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-10-22T11:52:32.272Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-22T11:52:32.273Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-22T11:52:32.273Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 26e9581e-33b2-4467-a709-3a606fb0b692: {\"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-10-22T11:52:32.273Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@41bcc343
2021-10-22T11:52:32.274Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-22T11:52:32.274Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-22T11:52:32.274Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : ee591edb-f190-4ce6-8283-12c30faffb24
2021-10-22T11:52:32.274Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID ee591edb-f190-4ce6-8283-12c30faffb24
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-10-22T11:52:32.277Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-22T11:52:32.277Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-10-22T11:52:32.277Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-22T11:52:32.277Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-22T11:52:32.277Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-10-22T11:52:32.277Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-22T11:52:32.278Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-22T11:52:32.278Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-10-22T11:52:32.278Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-10-22T11:52:32.278Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-10-22T11:52:32.278Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=a963f526-5363-4c42-a917-97082fbf0a7a
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-10-22T11:52:32.280Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-22T11:52:32.281Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-10-22T11:52:32.281Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-22T11:52:32.281Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-22T11:52:32.281Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-10-22T11:52:32.281Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=26e9581e-33b2-4467-a709-3a606fb0b692
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-22T11:52:32.283Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-22T11:52:32.283Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-22T11:52:32.283Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 2b1947cf-ed90-4bb0-a8b2-4acc2bd666a0: basic_vm
2021-10-22T11:52:32.283Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-22T11:52:32.283Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-22T11:52:32.283Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-22T11:52:32.284Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-22T11:52:32.284Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-22T11:52:32.284Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-22T11:52:32.284Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-22T11:52:32.284Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-22T11:52:32.284Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-22T11:52:32.285Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-22T11:52:32.285Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||INFO|500||Saving Service: basic_vm 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-22T11:52:32.368Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm f728b753-b8ed-4b7a-ad3b-47459c67ccab 1 ASDC deployResourceStructure
2021-10-22T11:52:32.368Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||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-10-22T11:52:32.368Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||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-10-22T11:52:32.369Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-22T11:52:32.369Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-22T11:52:32.371Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T11:52:32.371Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "bc118b71-b271-46e7-87e0-ff3b9f71972a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634903552368,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-22T11:52:32.471Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-22T11:52:32.472Z||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-10-22T11:52:32.472Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOzP7zdlGYP7NOVE) ...
2021-10-22T11:52:32.492Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T11:52:32.493Z||pool-51-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2021-10-22T11:52:33.372Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||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-10-22T11:52:33.372Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||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-10-22T11:52:33.372Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-22T11:52:33.373Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-22T11:52:33.374Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T11:52:33.374Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "bc118b71-b271-46e7-87e0-ff3b9f71972a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634903553372,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-10-22T11:52:33.474Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-22T11:52:33.475Z||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-10-22T11:52:33.475Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOzP7zdlGYP7NOVE) ...
2021-10-22T11:52:33.486Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T11:52:33.487Z||pool-52-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-22T11:52:34.376Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||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-10-22T11:52:34.376Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||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-10-22T11:52:34.376Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-22T11:52:34.376Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-22T11:52:34.378Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T11:52:34.378Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "bc118b71-b271-46e7-87e0-ff3b9f71972a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634903554375,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-10-22T11:52:34.479Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-22T11:52:34.479Z||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-10-22T11:52:34.479Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOzP7zdlGYP7NOVE) ...
2021-10-22T11:52:34.490Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T11:52:34.490Z||pool-53-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-22T11:52:35.379Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2021-10-22T11:52:35.380Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-10-22T11:52:35.380Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-22T11:52:35.380Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-22T11:52:35.381Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T11:52:35.381Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "bc118b71-b271-46e7-87e0-ff3b9f71972a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634903555379,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-22T11:52:35.481Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-22T11:52:35.482Z||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-10-22T11:52:35.482Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOzP7zdlGYP7NOVE) ...
2021-10-22T11:52:35.493Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T11:52:35.494Z||pool-54-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-22T11:52:36.370Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:52:36.370Z||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-10-22T11:52:36.370Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:52:36.382Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bc118b71-b271-46e7-87e0-ff3b9f71972a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-22T11:52:36.391Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bc118b71-b271-46e7-87e0-ff3b9f71972a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-22T11:52:36.393Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-22T11:52:36.393Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-22T11:52:36.393Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-22T11:52:36.408Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T11:52:36.409Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:52:36.410Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc118b71-b271-46e7-87e0-ff3b9f71972a",
  "consumerID": "clamp",
  "timestamp": 1634903475086,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:52:36.410Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:52:36.410Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:52:36.411Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc118b71-b271-46e7-87e0-ff3b9f71972a",
  "consumerID": "cds",
  "timestamp": 1634903472880,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:52:36.411Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:52:36.411Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:52:36.411Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc118b71-b271-46e7-87e0-ff3b9f71972a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634903472732,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:52:36.411Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:52:36.411Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:52:36.411Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc118b71-b271-46e7-87e0-ff3b9f71972a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634903472839,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:52:36.411Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:52:36.412Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:52:36.412Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc118b71-b271-46e7-87e0-ff3b9f71972a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634903477219,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:52:36.412Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:52:36.412Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:52:36.412Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc118b71-b271-46e7-87e0-ff3b9f71972a",
  "consumerID": "clamp",
  "timestamp": 1634903475086,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-10-22T11:52:36.412Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:52:36.413Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:52:36.413Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc118b71-b271-46e7-87e0-ff3b9f71972a",
  "consumerID": "cds",
  "timestamp": 1634903472880,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:52:36.413Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:52:36.413Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:52:36.413Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc118b71-b271-46e7-87e0-ff3b9f71972a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634903472732,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:52:36.413Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:52:36.414Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:52:36.414Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc118b71-b271-46e7-87e0-ff3b9f71972a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634903477219,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:52:36.414Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:52:36.414Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:52:36.414Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc118b71-b271-46e7-87e0-ff3b9f71972a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634903472839,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-10-22T11:52:36.415Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:52:36.415Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:52:36.415Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc118b71-b271-46e7-87e0-ff3b9f71972a",
  "consumerID": "dcae-sch",
  "timestamp": 1634903481828,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:52:36.415Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:52:36.415Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:52:36.415Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc118b71-b271-46e7-87e0-ff3b9f71972a",
  "consumerID": "clamp",
  "timestamp": 1634903475086,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:52:36.416Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:52:36.416Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:52:36.416Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc118b71-b271-46e7-87e0-ff3b9f71972a",
  "consumerID": "cds",
  "timestamp": 1634903472880,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:52:36.416Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:52:36.416Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:52:36.416Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc118b71-b271-46e7-87e0-ff3b9f71972a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634903472732,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:52:36.416Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:52:36.416Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:52:36.417Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc118b71-b271-46e7-87e0-ff3b9f71972a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634903472839,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-10-22T11:52:36.417Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:52:36.417Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:52:36.417Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc118b71-b271-46e7-87e0-ff3b9f71972a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634903477219,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:52:36.417Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:52:36.417Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:52:36.417Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc118b71-b271-46e7-87e0-ff3b9f71972a",
  "consumerID": "dcae-sch",
  "timestamp": 1634903481828,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:52:36.417Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:52:36.418Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:52:36.418Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc118b71-b271-46e7-87e0-ff3b9f71972a",
  "consumerID": "clamp",
  "timestamp": 1634903475086,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:52:36.418Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:52:36.418Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:52:36.418Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc118b71-b271-46e7-87e0-ff3b9f71972a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634903472732,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:52:36.418Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:52:36.418Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:52:36.418Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc118b71-b271-46e7-87e0-ff3b9f71972a",
  "consumerID": "cds",
  "timestamp": 1634903472880,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:52:36.418Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:52:36.419Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:52:36.419Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc118b71-b271-46e7-87e0-ff3b9f71972a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634903472839,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:52:36.419Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:52:36.419Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:52:36.419Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc118b71-b271-46e7-87e0-ff3b9f71972a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634903477219,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:52:36.419Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:52:36.420Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:52:36.420Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc118b71-b271-46e7-87e0-ff3b9f71972a",
  "consumerID": "dcae-sch",
  "timestamp": 1634903481828,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:52:36.420Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:52:36.420Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:52:36.420Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc118b71-b271-46e7-87e0-ff3b9f71972a",
  "consumerID": "cds",
  "timestamp": 1634903472880,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:52:36.420Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:52:36.420Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:52:36.420Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc118b71-b271-46e7-87e0-ff3b9f71972a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634903477219,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:52:36.421Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:52:36.421Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:52:36.421Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc118b71-b271-46e7-87e0-ff3b9f71972a",
  "consumerID": "policy-id",
  "timestamp": 1634903484150,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:52:36.421Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:52:36.421Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:52:36.421Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc118b71-b271-46e7-87e0-ff3b9f71972a",
  "consumerID": "clamp",
  "timestamp": 1634903475086,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:52:36.421Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:52:36.421Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:52:36.421Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc118b71-b271-46e7-87e0-ff3b9f71972a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634903472732,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:52:36.421Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:52:36.422Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:52:36.422Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc118b71-b271-46e7-87e0-ff3b9f71972a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634903472839,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-10-22T11:52:36.422Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:52:36.422Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:52:36.422Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc118b71-b271-46e7-87e0-ff3b9f71972a",
  "consumerID": "dcae-sch",
  "timestamp": 1634903481828,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:52:36.422Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:52:36.422Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:52:36.422Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc118b71-b271-46e7-87e0-ff3b9f71972a",
  "consumerID": "clamp",
  "timestamp": 1634903475086,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:52:36.423Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:52:36.423Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:52:36.423Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc118b71-b271-46e7-87e0-ff3b9f71972a",
  "consumerID": "policy-id",
  "timestamp": 1634903484150,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:52:36.423Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:52:36.423Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:52:36.423Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc118b71-b271-46e7-87e0-ff3b9f71972a",
  "consumerID": "cds",
  "timestamp": 1634903472880,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:52:36.423Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:52:36.424Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:52:36.424Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc118b71-b271-46e7-87e0-ff3b9f71972a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634903477219,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:52:36.424Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:52:36.424Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:52:36.424Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc118b71-b271-46e7-87e0-ff3b9f71972a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634903472839,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:52:36.424Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:52:36.424Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:52:36.424Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc118b71-b271-46e7-87e0-ff3b9f71972a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634903472732,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:52:36.424Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:52:36.425Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:52:36.425Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc118b71-b271-46e7-87e0-ff3b9f71972a",
  "consumerID": "dcae-sch",
  "timestamp": 1634903481828,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:52:36.425Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:52:36.425Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:52:36.425Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc118b71-b271-46e7-87e0-ff3b9f71972a",
  "consumerID": "policy-id",
  "timestamp": 1634903484150,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-10-22T11:52:36.425Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:52:36.425Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:52:36.425Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc118b71-b271-46e7-87e0-ff3b9f71972a",
  "consumerID": "clamp",
  "timestamp": 1634903475086,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-10-22T11:52:36.425Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:52:36.426Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:52:36.426Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc118b71-b271-46e7-87e0-ff3b9f71972a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634903477219,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:52:36.426Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:52:36.426Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:52:36.426Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc118b71-b271-46e7-87e0-ff3b9f71972a",
  "consumerID": "cds",
  "timestamp": 1634903472880,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-10-22T11:52:36.426Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:52:36.426Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:52:36.426Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc118b71-b271-46e7-87e0-ff3b9f71972a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634903472732,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-10-22T11:52:36.427Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:52:36.427Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:52:36.427Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc118b71-b271-46e7-87e0-ff3b9f71972a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634903472839,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-10-22T11:52:36.427Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:52:36.427Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:52:36.427Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc118b71-b271-46e7-87e0-ff3b9f71972a",
  "consumerID": "dcae-sch",
  "timestamp": 1634903481828,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:52:36.427Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:52:36.427Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:52:36.427Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc118b71-b271-46e7-87e0-ff3b9f71972a",
  "consumerID": "policy-id",
  "timestamp": 1634903484150,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:52:36.428Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:52:36.428Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:52:36.428Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc118b71-b271-46e7-87e0-ff3b9f71972a",
  "consumerID": "dcae-sch",
  "timestamp": 1634903481828,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:52:36.428Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:52:36.428Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:52:36.428Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc118b71-b271-46e7-87e0-ff3b9f71972a",
  "consumerID": "policy-id",
  "timestamp": 1634903484150,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:52:36.428Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:52:36.429Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:52:36.429Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc118b71-b271-46e7-87e0-ff3b9f71972a",
  "consumerID": "cds",
  "timestamp": 1634903489079,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-22T11:52:36.429Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T11:52:36.429Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:52:36.429Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc118b71-b271-46e7-87e0-ff3b9f71972a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634903489181,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-22T11:52:36.429Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T11:52:36.429Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:52:36.429Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc118b71-b271-46e7-87e0-ff3b9f71972a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634903489415,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-22T11:52:36.429Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T11:52:36.429Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:52:36.430Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc118b71-b271-46e7-87e0-ff3b9f71972a",
  "consumerID": "policy-id",
  "timestamp": 1634903484150,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:52:36.430Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:52:36.430Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:52:36.430Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc118b71-b271-46e7-87e0-ff3b9f71972a",
  "consumerID": "cds",
  "timestamp": 1634903490093,
  "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-10-22T11:52:36.435Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of bc118b71-b271-46e7-87e0-ff3b9f71972a
2021-10-22T11:52:36.436Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId bc118b71-b271-46e7-87e0-ff3b9f71972a 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-10-22T11:52:36.443Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:52:36.443Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc118b71-b271-46e7-87e0-ff3b9f71972a",
  "consumerID": "policy-id",
  "timestamp": 1634903484150,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-10-22T11:52:36.443Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:52:36.444Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:52:36.444Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc118b71-b271-46e7-87e0-ff3b9f71972a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634903490948,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-22T11:52:36.444Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T11:52:36.444Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:52:36.444Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc118b71-b271-46e7-87e0-ff3b9f71972a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634903491803,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-22T11:52:36.444Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T11:52:36.444Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:52:36.445Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc118b71-b271-46e7-87e0-ff3b9f71972a",
  "consumerID": "policy-id",
  "timestamp": 1634903492059,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-22T11:52:36.445Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T11:52:36.445Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:52:36.445Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc118b71-b271-46e7-87e0-ff3b9f71972a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634903492155,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-10-22T11:52:36.445Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T11:52:36.446Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:52:36.446Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc118b71-b271-46e7-87e0-ff3b9f71972a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634903492809,
  "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-10-22T11:52:36.450Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of bc118b71-b271-46e7-87e0-ff3b9f71972a
2021-10-22T11:52:36.450Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId bc118b71-b271-46e7-87e0-ff3b9f71972a 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-10-22T11:52:36.458Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:52:36.458Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc118b71-b271-46e7-87e0-ff3b9f71972a",
  "consumerID": "policy-id",
  "timestamp": 1634903493065,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-22T11:52:36.459Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T11:52:36.459Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:52:36.459Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc118b71-b271-46e7-87e0-ff3b9f71972a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634903493183,
  "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-10-22T11:52:36.463Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bc118b71-b271-46e7-87e0-ff3b9f71972a
2021-10-22T11:52:36.464Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId bc118b71-b271-46e7-87e0-ff3b9f71972a 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-10-22T11:52:36.471Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:52:36.471Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc118b71-b271-46e7-87e0-ff3b9f71972a",
  "consumerID": "policy-id",
  "timestamp": 1634903494068,
  "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-10-22T11:52:36.475Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bc118b71-b271-46e7-87e0-ff3b9f71972a
2021-10-22T11:52:36.475Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId bc118b71-b271-46e7-87e0-ff3b9f71972a 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-10-22T11:52:36.482Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:52:36.482Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc118b71-b271-46e7-87e0-ff3b9f71972a",
  "consumerID": "aai-ml",
  "timestamp": 1634903493487,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:52:36.482Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:52:36.482Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:52:36.483Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc118b71-b271-46e7-87e0-ff3b9f71972a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634903494188,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-22T11:52:36.483Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T11:52:36.483Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:52:36.484Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44de3292-b6b3-474d-8e10-d2b34b78d617",
  "consumerID": "cds",
  "timestamp": 1634903491096,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:52:36.484Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:52:36.484Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:52:36.484Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc118b71-b271-46e7-87e0-ff3b9f71972a",
  "consumerID": "aai-ml",
  "timestamp": 1634903493487,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:52:36.485Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:52:36.485Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:52:36.485Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44de3292-b6b3-474d-8e10-d2b34b78d617",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634903495194,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:52:36.486Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:52:36.486Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:52:36.486Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44de3292-b6b3-474d-8e10-d2b34b78d617",
  "consumerID": "cds",
  "timestamp": 1634903491096,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:52:36.487Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:52:36.487Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:52:36.487Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc118b71-b271-46e7-87e0-ff3b9f71972a",
  "consumerID": "aai-ml",
  "timestamp": 1634903493487,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:52:36.487Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:53:06.394Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bc118b71-b271-46e7-87e0-ff3b9f71972a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-22T11:53:06.405Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bc118b71-b271-46e7-87e0-ff3b9f71972a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-22T11:53:06.408Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-22T11:53:06.408Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-22T11:53:06.409Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-22T11:53:36.371Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:53:36.374Z||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-10-22T11:53:36.374Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:53:36.397Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T11:53:36.409Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bc118b71-b271-46e7-87e0-ff3b9f71972a
2021-10-22T11:53:36.412Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:53:36.413Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44de3292-b6b3-474d-8e10-d2b34b78d617",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634903495194,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-10-22T11:53:36.414Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:53:36.414Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:53:36.414Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44de3292-b6b3-474d-8e10-d2b34b78d617",
  "consumerID": "cds",
  "timestamp": 1634903491096,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:53:36.414Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:53:36.414Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:53:36.415Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc118b71-b271-46e7-87e0-ff3b9f71972a",
  "consumerID": "aai-ml",
  "timestamp": 1634903493487,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:53:36.415Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:53:36.415Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:53:36.415Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44de3292-b6b3-474d-8e10-d2b34b78d617",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634903495194,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-10-22T11:53:36.415Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:53:36.415Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:53:36.415Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44de3292-b6b3-474d-8e10-d2b34b78d617",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634903497219,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:53:36.415Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:53:36.415Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:53:36.416Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44de3292-b6b3-474d-8e10-d2b34b78d617",
  "consumerID": "cds",
  "timestamp": 1634903491096,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:53:36.416Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:53:36.416Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:53:36.416Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc118b71-b271-46e7-87e0-ff3b9f71972a",
  "consumerID": "aai-ml",
  "timestamp": 1634903493487,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:53:36.416Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:53:36.416Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:53:36.416Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44de3292-b6b3-474d-8e10-d2b34b78d617",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634903495194,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:53:36.416Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:53:36.416Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:53:36.417Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44de3292-b6b3-474d-8e10-d2b34b78d617",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634903497219,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:53:36.417Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:53:36.417Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:53:36.417Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44de3292-b6b3-474d-8e10-d2b34b78d617",
  "consumerID": "cds",
  "timestamp": 1634903491096,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:53:36.417Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:53:36.417Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:53:36.417Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc118b71-b271-46e7-87e0-ff3b9f71972a",
  "consumerID": "aai-ml",
  "timestamp": 1634903493487,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:53:36.417Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:53:36.417Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:53:36.417Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44de3292-b6b3-474d-8e10-d2b34b78d617",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634903495194,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-10-22T11:53:36.417Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:53:36.418Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:53:36.418Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc118b71-b271-46e7-87e0-ff3b9f71972a",
  "consumerID": "clamp",
  "timestamp": 1634903499847,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-22T11:53:36.418Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T11:53:36.418Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:53:36.418Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44de3292-b6b3-474d-8e10-d2b34b78d617",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634903497219,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-22T11:53:36.418Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:53:36.418Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:53:36.418Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44de3292-b6b3-474d-8e10-d2b34b78d617",
  "consumerID": "cds",
  "timestamp": 1634903491096,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:53:36.419Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:53:36.419Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:53:36.419Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc118b71-b271-46e7-87e0-ff3b9f71972a",
  "consumerID": "aai-ml",
  "timestamp": 1634903493487,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-10-22T11:53:36.419Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:53:36.419Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:53:36.419Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44de3292-b6b3-474d-8e10-d2b34b78d617",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634903495194,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:53:36.419Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:53:36.419Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:53:36.419Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44de3292-b6b3-474d-8e10-d2b34b78d617",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634903497219,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:53:36.419Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:53:36.420Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:53:36.420Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44de3292-b6b3-474d-8e10-d2b34b78d617",
  "consumerID": "cds",
  "timestamp": 1634903491096,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:53:36.420Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:53:36.420Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:53:36.420Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc118b71-b271-46e7-87e0-ff3b9f71972a",
  "consumerID": "aai-ml",
  "timestamp": 1634903501304,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-22T11:53:36.420Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T11:53:36.420Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:53:36.420Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44de3292-b6b3-474d-8e10-d2b34b78d617",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634903495194,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:53:36.420Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:53:36.420Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:53:36.421Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc118b71-b271-46e7-87e0-ff3b9f71972a",
  "consumerID": "clamp",
  "timestamp": 1634903501856,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-22T11:53:36.421Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T11:53:36.421Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:53:36.421Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44de3292-b6b3-474d-8e10-d2b34b78d617",
  "consumerID": "cds",
  "timestamp": 1634903491096,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-22T11:53:36.421Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:53:36.422Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:53:36.422Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44de3292-b6b3-474d-8e10-d2b34b78d617",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634903497219,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:53:36.422Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:53:36.422Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:53:36.422Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44de3292-b6b3-474d-8e10-d2b34b78d617",
  "consumerID": "dcae-sch",
  "timestamp": 1634903501829,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:53:36.422Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:53:36.422Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:53:36.422Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44de3292-b6b3-474d-8e10-d2b34b78d617",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634903495194,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-22T11:53:36.422Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:53:36.422Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:53:36.423Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc118b71-b271-46e7-87e0-ff3b9f71972a",
  "consumerID": "clamp",
  "timestamp": 1634903502859,
  "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-10-22T11:53:36.428Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of bc118b71-b271-46e7-87e0-ff3b9f71972a
2021-10-22T11:53:36.428Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId bc118b71-b271-46e7-87e0-ff3b9f71972a and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-22T11:53:36.436Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bc118b71-b271-46e7-87e0-ff3b9f71972a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-22T11:53:36.439Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-22T11:53:36.439Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-22T11:53:36.439Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-22T11:53:36.441Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:53:36.441Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44de3292-b6b3-474d-8e10-d2b34b78d617",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634903497219,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:53:36.441Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:53:36.441Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:53:36.441Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44de3292-b6b3-474d-8e10-d2b34b78d617",
  "consumerID": "cds",
  "timestamp": 1634903503193,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-22T11:53:36.443Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T11:53:36.443Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:53:36.443Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44de3292-b6b3-474d-8e10-d2b34b78d617",
  "consumerID": "dcae-sch",
  "timestamp": 1634903501829,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:53:36.443Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:53:36.443Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:53:36.444Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44de3292-b6b3-474d-8e10-d2b34b78d617",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634903502731,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:53:36.444Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:53:36.444Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:53:36.444Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44de3292-b6b3-474d-8e10-d2b34b78d617",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634903497219,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:53:36.444Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:53:36.444Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:53:36.445Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44de3292-b6b3-474d-8e10-d2b34b78d617",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634903503982,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-22T11:53:36.445Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T11:53:36.445Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:53:36.445Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44de3292-b6b3-474d-8e10-d2b34b78d617",
  "consumerID": "dcae-sch",
  "timestamp": 1634903501829,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:53:36.445Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:53:36.445Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:53:36.446Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44de3292-b6b3-474d-8e10-d2b34b78d617",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634903502731,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:53:36.446Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:53:36.446Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:53:36.446Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44de3292-b6b3-474d-8e10-d2b34b78d617",
  "consumerID": "policy-id",
  "timestamp": 1634903504150,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:53:36.446Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:53:36.447Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:53:36.447Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44de3292-b6b3-474d-8e10-d2b34b78d617",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634903497219,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:53:36.447Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:53:36.447Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:53:36.447Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44de3292-b6b3-474d-8e10-d2b34b78d617",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634903505041,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-22T11:53:36.447Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T11:53:36.447Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:53:36.448Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44de3292-b6b3-474d-8e10-d2b34b78d617",
  "consumerID": "dcae-sch",
  "timestamp": 1634903501829,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:53:36.448Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:53:36.448Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:53:36.448Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44de3292-b6b3-474d-8e10-d2b34b78d617",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634903502731,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:53:36.448Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:53:36.448Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:53:36.448Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44de3292-b6b3-474d-8e10-d2b34b78d617",
  "consumerID": "cds",
  "timestamp": 1634903505556,
  "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-10-22T11:53:36.459Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 44de3292-b6b3-474d-8e10-d2b34b78d617
2021-10-22T11:53:36.459Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 44de3292-b6b3-474d-8e10-d2b34b78d617 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-10-22T11:53:36.466Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:53:36.466Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44de3292-b6b3-474d-8e10-d2b34b78d617",
  "consumerID": "clamp",
  "timestamp": 1634903505086,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:53:36.466Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:53:36.467Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:53:36.467Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44de3292-b6b3-474d-8e10-d2b34b78d617",
  "consumerID": "policy-id",
  "timestamp": 1634903504150,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:53:36.467Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:53:36.467Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:53:36.467Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44de3292-b6b3-474d-8e10-d2b34b78d617",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634903506128,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-10-22T11:53:36.467Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T11:53:36.467Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:53:36.467Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44de3292-b6b3-474d-8e10-d2b34b78d617",
  "consumerID": "dcae-sch",
  "timestamp": 1634903501829,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:53:36.467Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:53:36.467Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:53:36.467Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44de3292-b6b3-474d-8e10-d2b34b78d617",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634903502731,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:53:36.468Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:53:36.468Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:53:36.468Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44de3292-b6b3-474d-8e10-d2b34b78d617",
  "consumerID": "clamp",
  "timestamp": 1634903505086,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-10-22T11:53:36.468Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:53:36.468Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:53:36.468Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44de3292-b6b3-474d-8e10-d2b34b78d617",
  "consumerID": "policy-id",
  "timestamp": 1634903504150,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-10-22T11:53:36.468Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:53:36.469Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:53:36.469Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80b78577-f10f-4935-bc37-c1b2ff27f60a",
  "consumerID": "cds",
  "timestamp": 1634903506558,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:53:36.469Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:53:36.469Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:53:36.469Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44de3292-b6b3-474d-8e10-d2b34b78d617",
  "consumerID": "dcae-sch",
  "timestamp": 1634903501829,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:53:36.469Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:53:36.469Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:53:36.469Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44de3292-b6b3-474d-8e10-d2b34b78d617",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634903502731,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:53:36.469Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:53:36.470Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:53:36.470Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44de3292-b6b3-474d-8e10-d2b34b78d617",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634903507715,
  "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-10-22T11:53:36.474Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 44de3292-b6b3-474d-8e10-d2b34b78d617
2021-10-22T11:53:36.474Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 44de3292-b6b3-474d-8e10-d2b34b78d617 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-10-22T11:53:36.482Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:53:36.482Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44de3292-b6b3-474d-8e10-d2b34b78d617",
  "consumerID": "clamp",
  "timestamp": 1634903505086,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:53:36.482Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:53:36.482Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:53:36.482Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44de3292-b6b3-474d-8e10-d2b34b78d617",
  "consumerID": "policy-id",
  "timestamp": 1634903504150,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:53:36.482Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:53:36.482Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:53:36.483Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80b78577-f10f-4935-bc37-c1b2ff27f60a",
  "consumerID": "cds",
  "timestamp": 1634903506558,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:53:36.483Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:53:36.483Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:53:36.483Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44de3292-b6b3-474d-8e10-d2b34b78d617",
  "consumerID": "dcae-sch",
  "timestamp": 1634903501829,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:53:36.483Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:53:36.483Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:53:36.484Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44de3292-b6b3-474d-8e10-d2b34b78d617",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634903502731,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:53:36.484Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:53:36.484Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:53:36.484Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44de3292-b6b3-474d-8e10-d2b34b78d617",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634903508719,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-22T11:53:36.484Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T11:53:36.484Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:53:36.484Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44de3292-b6b3-474d-8e10-d2b34b78d617",
  "consumerID": "clamp",
  "timestamp": 1634903505086,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:53:36.485Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:53:36.485Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:53:36.485Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44de3292-b6b3-474d-8e10-d2b34b78d617",
  "consumerID": "policy-id",
  "timestamp": 1634903504150,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:53:36.485Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:53:36.485Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:53:36.485Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80b78577-f10f-4935-bc37-c1b2ff27f60a",
  "consumerID": "cds",
  "timestamp": 1634903506558,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:53:36.486Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:53:36.486Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:53:36.486Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44de3292-b6b3-474d-8e10-d2b34b78d617",
  "consumerID": "dcae-sch",
  "timestamp": 1634903501829,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:53:36.486Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:53:36.486Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:53:36.486Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44de3292-b6b3-474d-8e10-d2b34b78d617",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634903502731,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:53:36.486Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:53:36.487Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:53:36.487Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44de3292-b6b3-474d-8e10-d2b34b78d617",
  "consumerID": "clamp",
  "timestamp": 1634903505086,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:53:36.487Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:53:36.487Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:53:36.487Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44de3292-b6b3-474d-8e10-d2b34b78d617",
  "consumerID": "policy-id",
  "timestamp": 1634903504150,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:53:36.487Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:53:36.487Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:53:36.488Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80b78577-f10f-4935-bc37-c1b2ff27f60a",
  "consumerID": "cds",
  "timestamp": 1634903506558,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:53:36.488Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:53:36.488Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:53:36.488Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44de3292-b6b3-474d-8e10-d2b34b78d617",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634903502731,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-22T11:53:36.488Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:53:36.488Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:53:36.488Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44de3292-b6b3-474d-8e10-d2b34b78d617",
  "consumerID": "clamp",
  "timestamp": 1634903505086,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:53:36.489Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:53:36.489Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:53:36.489Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44de3292-b6b3-474d-8e10-d2b34b78d617",
  "consumerID": "policy-id",
  "timestamp": 1634903504150,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:53:36.489Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:53:36.489Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:53:36.489Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80b78577-f10f-4935-bc37-c1b2ff27f60a",
  "consumerID": "cds",
  "timestamp": 1634903506558,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:53:36.489Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:53:36.489Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:53:36.490Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44de3292-b6b3-474d-8e10-d2b34b78d617",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634903511648,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-22T11:53:36.491Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T11:53:36.491Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:53:36.491Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44de3292-b6b3-474d-8e10-d2b34b78d617",
  "consumerID": "clamp",
  "timestamp": 1634903505086,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:53:36.491Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:53:36.491Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:53:36.491Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44de3292-b6b3-474d-8e10-d2b34b78d617",
  "consumerID": "policy-id",
  "timestamp": 1634903504150,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-22T11:53:36.491Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:53:36.491Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:53:36.491Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc118b71-b271-46e7-87e0-ff3b9f71972a",
  "consumerID": "aai-ml",
  "timestamp": 1634903512045,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-22T11:53:36.492Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T11:53:36.492Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:53:36.492Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80b78577-f10f-4935-bc37-c1b2ff27f60a",
  "consumerID": "cds",
  "timestamp": 1634903506558,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:53:36.492Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:53:36.492Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:53:36.492Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44de3292-b6b3-474d-8e10-d2b34b78d617",
  "consumerID": "clamp",
  "timestamp": 1634903505086,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-22T11:53:36.492Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:53:36.492Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:53:36.492Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44de3292-b6b3-474d-8e10-d2b34b78d617",
  "consumerID": "policy-id",
  "timestamp": 1634903513028,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-22T11:53:36.492Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T11:53:36.492Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:53:36.492Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc118b71-b271-46e7-87e0-ff3b9f71972a",
  "consumerID": "aai-ml",
  "timestamp": 1634903513050,
  "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-10-22T11:53:36.497Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of bc118b71-b271-46e7-87e0-ff3b9f71972a
2021-10-22T11:53:36.497Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId bc118b71-b271-46e7-87e0-ff3b9f71972a 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-10-22T11:53:36.504Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:53:36.504Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80b78577-f10f-4935-bc37-c1b2ff27f60a",
  "consumerID": "cds",
  "timestamp": 1634903506558,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:53:36.504Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:53:36.504Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:53:36.505Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80b78577-f10f-4935-bc37-c1b2ff27f60a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634903512839,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:53:36.505Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:53:36.505Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:53:36.505Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44de3292-b6b3-474d-8e10-d2b34b78d617",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634903513944,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-22T11:53:36.505Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T11:53:36.505Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:53:36.505Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44de3292-b6b3-474d-8e10-d2b34b78d617",
  "consumerID": "policy-id",
  "timestamp": 1634903514033,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-22T11:53:36.505Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T11:53:36.505Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:53:36.505Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80b78577-f10f-4935-bc37-c1b2ff27f60a",
  "consumerID": "cds",
  "timestamp": 1634903506558,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:53:36.506Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:53:36.506Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:53:36.506Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80b78577-f10f-4935-bc37-c1b2ff27f60a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634903512839,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-10-22T11:53:36.506Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:53:36.506Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:53:36.506Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44de3292-b6b3-474d-8e10-d2b34b78d617",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634903514949,
  "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-10-22T11:53:36.510Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 44de3292-b6b3-474d-8e10-d2b34b78d617
2021-10-22T11:53:36.510Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 44de3292-b6b3-474d-8e10-d2b34b78d617 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-10-22T11:53:36.517Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:53:36.517Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44de3292-b6b3-474d-8e10-d2b34b78d617",
  "consumerID": "policy-id",
  "timestamp": 1634903515037,
  "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-10-22T11:53:36.521Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 44de3292-b6b3-474d-8e10-d2b34b78d617
2021-10-22T11:53:36.521Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 44de3292-b6b3-474d-8e10-d2b34b78d617 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-10-22T11:53:36.528Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:53:36.528Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80b78577-f10f-4935-bc37-c1b2ff27f60a",
  "consumerID": "cds",
  "timestamp": 1634903506558,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-10-22T11:53:36.528Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:53:36.528Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:53:36.528Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80b78577-f10f-4935-bc37-c1b2ff27f60a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634903512839,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-10-22T11:53:36.528Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:53:36.528Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:53:36.529Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80b78577-f10f-4935-bc37-c1b2ff27f60a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634903502731,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:53:36.529Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:53:36.529Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:53:36.529Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80b78577-f10f-4935-bc37-c1b2ff27f60a",
  "consumerID": "policy-id",
  "timestamp": 1634903504150,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:53:36.529Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:53:36.529Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:53:36.529Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80b78577-f10f-4935-bc37-c1b2ff27f60a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634903512839,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-10-22T11:53:36.529Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:53:36.529Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:53:36.529Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80b78577-f10f-4935-bc37-c1b2ff27f60a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634903502731,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:53:36.529Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:53:36.530Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:53:36.530Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80b78577-f10f-4935-bc37-c1b2ff27f60a",
  "consumerID": "cds",
  "timestamp": 1634903517044,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-22T11:53:36.530Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T11:53:36.530Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:53:36.530Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80b78577-f10f-4935-bc37-c1b2ff27f60a",
  "consumerID": "policy-id",
  "timestamp": 1634903504150,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:53:36.531Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:53:36.531Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:53:36.531Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80b78577-f10f-4935-bc37-c1b2ff27f60a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634903512839,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-10-22T11:53:36.532Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:53:36.532Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:53:36.532Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80b78577-f10f-4935-bc37-c1b2ff27f60a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634903517219,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:53:36.532Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:53:36.532Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:53:36.532Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80b78577-f10f-4935-bc37-c1b2ff27f60a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634903502731,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:53:36.533Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:53:36.533Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:53:36.533Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80b78577-f10f-4935-bc37-c1b2ff27f60a",
  "consumerID": "cds",
  "timestamp": 1634903518049,
  "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-10-22T11:53:36.546Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 80b78577-f10f-4935-bc37-c1b2ff27f60a
2021-10-22T11:53:36.547Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 80b78577-f10f-4935-bc37-c1b2ff27f60a 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-10-22T11:53:36.555Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:53:36.555Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80b78577-f10f-4935-bc37-c1b2ff27f60a",
  "consumerID": "policy-id",
  "timestamp": 1634903504150,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:53:36.556Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:53:36.556Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:53:36.556Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80b78577-f10f-4935-bc37-c1b2ff27f60a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634903512839,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:53:36.556Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:53:36.556Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:53:36.557Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80b78577-f10f-4935-bc37-c1b2ff27f60a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634903517219,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:53:36.557Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:53:36.557Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:53:36.557Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80b78577-f10f-4935-bc37-c1b2ff27f60a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634903502731,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:53:36.557Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:53:36.557Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:53:36.557Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80b78577-f10f-4935-bc37-c1b2ff27f60a",
  "consumerID": "policy-id",
  "timestamp": 1634903504150,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:53:36.558Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:53:36.558Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:53:36.558Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80b78577-f10f-4935-bc37-c1b2ff27f60a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634903512839,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-10-22T11:53:36.558Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:53:36.558Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:53:36.558Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80b78577-f10f-4935-bc37-c1b2ff27f60a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634903517219,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:53:36.559Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:53:36.559Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:53:36.559Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80b78577-f10f-4935-bc37-c1b2ff27f60a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634903502731,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:53:36.559Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:53:36.560Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:53:36.560Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80b78577-f10f-4935-bc37-c1b2ff27f60a",
  "consumerID": "policy-id",
  "timestamp": 1634903504150,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-10-22T11:53:36.560Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:53:36.560Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:53:36.560Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80b78577-f10f-4935-bc37-c1b2ff27f60a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634903512839,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:53:36.561Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:53:36.561Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:53:36.561Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80b78577-f10f-4935-bc37-c1b2ff27f60a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634903517219,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:53:36.561Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:53:36.561Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:53:36.561Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80b78577-f10f-4935-bc37-c1b2ff27f60a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634903502731,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:53:36.562Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:53:36.562Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:53:36.562Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80b78577-f10f-4935-bc37-c1b2ff27f60a",
  "consumerID": "policy-id",
  "timestamp": 1634903504150,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:53:36.562Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:53:36.562Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:53:36.563Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80b78577-f10f-4935-bc37-c1b2ff27f60a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634903512839,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-10-22T11:53:36.563Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:53:36.563Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:53:36.563Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80b78577-f10f-4935-bc37-c1b2ff27f60a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634903517219,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:53:36.564Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:53:36.564Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:53:36.564Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80b78577-f10f-4935-bc37-c1b2ff27f60a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634903502731,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:53:36.565Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:53:36.565Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:53:36.565Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80b78577-f10f-4935-bc37-c1b2ff27f60a",
  "consumerID": "policy-id",
  "timestamp": 1634903504150,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:53:36.566Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:53:36.566Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:53:36.566Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80b78577-f10f-4935-bc37-c1b2ff27f60a",
  "consumerID": "dcae-sch",
  "timestamp": 1634903521828,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:53:36.566Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:53:36.566Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:53:36.566Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80b78577-f10f-4935-bc37-c1b2ff27f60a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634903522676,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-22T11:53:36.567Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T11:53:36.567Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:53:36.567Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44de3292-b6b3-474d-8e10-d2b34b78d617",
  "consumerID": "clamp",
  "timestamp": 1634903522851,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-22T11:53:36.567Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T11:53:36.567Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:53:36.567Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80b78577-f10f-4935-bc37-c1b2ff27f60a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634903517219,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:53:36.567Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:53:36.568Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:53:36.568Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80b78577-f10f-4935-bc37-c1b2ff27f60a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634903502731,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:53:36.568Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:53:36.568Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:53:36.568Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80b78577-f10f-4935-bc37-c1b2ff27f60a",
  "consumerID": "policy-id",
  "timestamp": 1634903504150,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:53:36.568Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:53:36.568Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:53:36.569Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80b78577-f10f-4935-bc37-c1b2ff27f60a",
  "consumerID": "dcae-sch",
  "timestamp": 1634903521828,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:53:36.574Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:53:36.574Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:53:36.574Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44de3292-b6b3-474d-8e10-d2b34b78d617",
  "consumerID": "aai-ml",
  "timestamp": 1634903523482,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:53:36.574Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:53:36.574Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:53:36.575Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80b78577-f10f-4935-bc37-c1b2ff27f60a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634903517219,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:53:36.575Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:53:36.575Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:53:36.575Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80b78577-f10f-4935-bc37-c1b2ff27f60a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634903523888,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-10-22T11:53:36.575Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T11:53:36.575Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:53:36.576Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80b78577-f10f-4935-bc37-c1b2ff27f60a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634903502731,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-10-22T11:53:36.576Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:53:36.576Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:53:36.576Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80b78577-f10f-4935-bc37-c1b2ff27f60a",
  "consumerID": "policy-id",
  "timestamp": 1634903504150,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-10-22T11:53:36.576Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:53:36.576Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:53:36.577Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80b78577-f10f-4935-bc37-c1b2ff27f60a",
  "consumerID": "dcae-sch",
  "timestamp": 1634903521828,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:53:36.577Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:53:36.577Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:53:36.577Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44de3292-b6b3-474d-8e10-d2b34b78d617",
  "consumerID": "aai-ml",
  "timestamp": 1634903523482,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:53:36.577Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:53:36.578Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:53:36.578Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80b78577-f10f-4935-bc37-c1b2ff27f60a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634903517219,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:53:36.578Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:53:36.578Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:53:36.578Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80b78577-f10f-4935-bc37-c1b2ff27f60a",
  "consumerID": "dcae-sch",
  "timestamp": 1634903521828,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:53:36.579Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:53:36.579Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:53:36.579Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80b78577-f10f-4935-bc37-c1b2ff27f60a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634903525518,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-22T11:53:36.579Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T11:53:36.579Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:53:36.579Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44de3292-b6b3-474d-8e10-d2b34b78d617",
  "consumerID": "aai-ml",
  "timestamp": 1634903523482,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:53:36.580Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:53:36.580Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:53:36.580Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80b78577-f10f-4935-bc37-c1b2ff27f60a",
  "consumerID": "policy-id",
  "timestamp": 1634903525674,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-22T11:53:36.581Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T11:53:36.581Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:53:36.581Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80b78577-f10f-4935-bc37-c1b2ff27f60a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634903525831,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-22T11:53:36.581Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T11:53:36.581Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:53:36.581Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44de3292-b6b3-474d-8e10-d2b34b78d617",
  "consumerID": "clamp",
  "timestamp": 1634903525854,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-22T11:53:36.581Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T11:53:36.582Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:53:36.582Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80b78577-f10f-4935-bc37-c1b2ff27f60a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634903517219,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:53:36.582Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:53:36.582Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:53:36.582Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80b78577-f10f-4935-bc37-c1b2ff27f60a",
  "consumerID": "dcae-sch",
  "timestamp": 1634903521828,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:53:36.582Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:53:36.583Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:53:36.583Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44de3292-b6b3-474d-8e10-d2b34b78d617",
  "consumerID": "aai-ml",
  "timestamp": 1634903523482,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:53:36.583Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:53:36.583Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:53:36.583Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80b78577-f10f-4935-bc37-c1b2ff27f60a",
  "consumerID": "policy-id",
  "timestamp": 1634903526679,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-22T11:53:36.584Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T11:53:36.584Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:53:36.584Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44de3292-b6b3-474d-8e10-d2b34b78d617",
  "consumerID": "clamp",
  "timestamp": 1634903526857,
  "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-10-22T11:53:36.589Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 44de3292-b6b3-474d-8e10-d2b34b78d617
2021-10-22T11:53:36.590Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 44de3292-b6b3-474d-8e10-d2b34b78d617 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-10-22T11:53:36.597Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:53:36.597Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80b78577-f10f-4935-bc37-c1b2ff27f60a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634903527175,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-10-22T11:53:36.597Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T11:53:36.597Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:53:36.598Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80b78577-f10f-4935-bc37-c1b2ff27f60a",
  "consumerID": "dcae-sch",
  "timestamp": 1634903521828,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:53:36.598Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:53:36.598Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:53:36.598Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44de3292-b6b3-474d-8e10-d2b34b78d617",
  "consumerID": "aai-ml",
  "timestamp": 1634903523482,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:53:36.598Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:53:36.598Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:53:36.599Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80b78577-f10f-4935-bc37-c1b2ff27f60a",
  "consumerID": "policy-id",
  "timestamp": 1634903527682,
  "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-10-22T11:53:36.602Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 80b78577-f10f-4935-bc37-c1b2ff27f60a
2021-10-22T11:53:36.602Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 80b78577-f10f-4935-bc37-c1b2ff27f60a 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-10-22T11:53:36.610Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:53:36.610Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80b78577-f10f-4935-bc37-c1b2ff27f60a",
  "consumerID": "clamp",
  "timestamp": 1634903505086,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:53:36.610Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:53:36.610Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:53:36.611Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80b78577-f10f-4935-bc37-c1b2ff27f60a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634903528241,
  "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-10-22T11:53:36.615Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 80b78577-f10f-4935-bc37-c1b2ff27f60a
2021-10-22T11:53:36.615Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 80b78577-f10f-4935-bc37-c1b2ff27f60a 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-10-22T11:53:36.621Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:53:36.621Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80b78577-f10f-4935-bc37-c1b2ff27f60a",
  "consumerID": "dcae-sch",
  "timestamp": 1634903521828,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:53:36.621Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:53:36.621Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:53:36.622Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80b78577-f10f-4935-bc37-c1b2ff27f60a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634903528557,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-22T11:53:36.622Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T11:53:36.622Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:53:36.622Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44de3292-b6b3-474d-8e10-d2b34b78d617",
  "consumerID": "aai-ml",
  "timestamp": 1634903523482,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:53:36.622Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:53:36.622Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:53:36.623Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80b78577-f10f-4935-bc37-c1b2ff27f60a",
  "consumerID": "clamp",
  "timestamp": 1634903505086,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:53:36.623Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:53:36.623Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:53:36.623Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80b78577-f10f-4935-bc37-c1b2ff27f60a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634903529250,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-22T11:53:36.623Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T11:53:36.623Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:53:36.623Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80b78577-f10f-4935-bc37-c1b2ff27f60a",
  "consumerID": "dcae-sch",
  "timestamp": 1634903521828,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:53:36.624Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:53:36.624Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:53:36.624Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80b78577-f10f-4935-bc37-c1b2ff27f60a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634903529561,
  "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-10-22T11:53:36.628Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 80b78577-f10f-4935-bc37-c1b2ff27f60a
2021-10-22T11:53:36.629Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 80b78577-f10f-4935-bc37-c1b2ff27f60a 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-10-22T11:53:36.636Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:53:36.636Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44de3292-b6b3-474d-8e10-d2b34b78d617",
  "consumerID": "aai-ml",
  "timestamp": 1634903523482,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:53:36.637Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:53:36.637Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:53:36.637Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80b78577-f10f-4935-bc37-c1b2ff27f60a",
  "consumerID": "clamp",
  "timestamp": 1634903505086,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:53:36.637Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:53:36.638Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:53:36.638Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80b78577-f10f-4935-bc37-c1b2ff27f60a",
  "consumerID": "dcae-sch",
  "timestamp": 1634903521828,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:53:36.638Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:53:36.638Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:53:36.639Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44de3292-b6b3-474d-8e10-d2b34b78d617",
  "consumerID": "aai-ml",
  "timestamp": 1634903523482,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-22T11:53:36.639Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:53:36.639Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:53:36.639Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80b78577-f10f-4935-bc37-c1b2ff27f60a",
  "consumerID": "clamp",
  "timestamp": 1634903505086,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-10-22T11:53:36.640Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:53:36.640Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:53:36.640Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44de3292-b6b3-474d-8e10-d2b34b78d617",
  "consumerID": "aai-ml",
  "timestamp": 1634903531868,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-22T11:53:36.640Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T11:53:36.640Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:53:36.641Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80b78577-f10f-4935-bc37-c1b2ff27f60a",
  "consumerID": "clamp",
  "timestamp": 1634903505086,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:53:36.641Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:53:36.641Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:53:36.641Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9522d37a-8151-4b7b-9353-3c675a7106b0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634903532550,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-22T11:53:36.641Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T11:53:36.642Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:53:36.642Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80b78577-f10f-4935-bc37-c1b2ff27f60a",
  "consumerID": "clamp",
  "timestamp": 1634903505086,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:53:36.642Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:53:36.642Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:53:36.642Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80b78577-f10f-4935-bc37-c1b2ff27f60a",
  "consumerID": "clamp",
  "timestamp": 1634903505086,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:53:36.643Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:53:36.643Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:53:36.643Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80b78577-f10f-4935-bc37-c1b2ff27f60a",
  "consumerID": "clamp",
  "timestamp": 1634903505086,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:53:36.643Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:53:36.643Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:53:36.644Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80b78577-f10f-4935-bc37-c1b2ff27f60a",
  "consumerID": "clamp",
  "timestamp": 1634903505086,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-10-22T11:53:36.644Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:53:36.644Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:53:36.644Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44de3292-b6b3-474d-8e10-d2b34b78d617",
  "consumerID": "aai-ml",
  "timestamp": 1634903538058,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-22T11:53:36.644Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T11:53:36.645Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:53:36.645Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc118b71-b271-46e7-87e0-ff3b9f71972a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634903533565,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:53:36.645Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:53:36.645Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:53:36.645Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44de3292-b6b3-474d-8e10-d2b34b78d617",
  "consumerID": "aai-ml",
  "timestamp": 1634903539061,
  "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-10-22T11:53:36.650Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 44de3292-b6b3-474d-8e10-d2b34b78d617
2021-10-22T11:53:36.650Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 44de3292-b6b3-474d-8e10-d2b34b78d617 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-10-22T11:53:36.658Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:53:36.658Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc118b71-b271-46e7-87e0-ff3b9f71972a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634903533565,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-10-22T11:53:36.658Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:53:36.659Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:53:36.659Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc118b71-b271-46e7-87e0-ff3b9f71972a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634903533565,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-10-22T11:53:36.659Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:53:36.659Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:53:36.660Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc118b71-b271-46e7-87e0-ff3b9f71972a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634903533565,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:53:36.660Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:53:36.660Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:53:36.660Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc118b71-b271-46e7-87e0-ff3b9f71972a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634903533565,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-10-22T11:53:36.660Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:53:36.661Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:53:36.661Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc118b71-b271-46e7-87e0-ff3b9f71972a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634903533565,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:53:36.661Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:53:36.661Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:53:36.661Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc118b71-b271-46e7-87e0-ff3b9f71972a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634903533565,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-10-22T11:53:36.662Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:53:36.662Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:53:36.662Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc118b71-b271-46e7-87e0-ff3b9f71972a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634903545618,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-22T11:53:36.662Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T11:53:36.662Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:53:36.663Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80b78577-f10f-4935-bc37-c1b2ff27f60a",
  "consumerID": "clamp",
  "timestamp": 1634903545853,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-22T11:53:36.663Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T11:53:36.663Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:53:36.663Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80b78577-f10f-4935-bc37-c1b2ff27f60a",
  "consumerID": "clamp",
  "timestamp": 1634903547860,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-22T11:53:36.663Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T11:53:36.663Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:53:36.664Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc118b71-b271-46e7-87e0-ff3b9f71972a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634903548838,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-22T11:53:36.664Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T11:53:36.664Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:53:36.664Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80b78577-f10f-4935-bc37-c1b2ff27f60a",
  "consumerID": "clamp",
  "timestamp": 1634903548863,
  "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-10-22T11:53:36.668Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 80b78577-f10f-4935-bc37-c1b2ff27f60a
2021-10-22T11:53:36.669Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 80b78577-f10f-4935-bc37-c1b2ff27f60a 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-10-22T11:53:36.677Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:53:36.677Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc118b71-b271-46e7-87e0-ff3b9f71972a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634903550052,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-22T11:53:36.678Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T11:53:36.678Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:53:36.678Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc118b71-b271-46e7-87e0-ff3b9f71972a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634903551253,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-10-22T11:53:36.678Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T11:53:36.678Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:53:36.679Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc118b71-b271-46e7-87e0-ff3b9f71972a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634903552368,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-22T11:53:36.679Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T11:53:36.679Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:53:36.679Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc118b71-b271-46e7-87e0-ff3b9f71972a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634903553372,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-10-22T11:53:36.679Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T11:53:36.679Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:53:36.680Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80b78577-f10f-4935-bc37-c1b2ff27f60a",
  "consumerID": "aai-ml",
  "timestamp": 1634903553483,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:53:36.680Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:53:36.680Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:53:36.680Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc118b71-b271-46e7-87e0-ff3b9f71972a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634903554375,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-10-22T11:53:36.681Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T11:53:36.681Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:53:36.681Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80b78577-f10f-4935-bc37-c1b2ff27f60a",
  "consumerID": "aai-ml",
  "timestamp": 1634903553483,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:53:36.681Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:53:36.682Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:53:36.682Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc118b71-b271-46e7-87e0-ff3b9f71972a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634903555379,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-22T11:53:36.682Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T11:53:36.682Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:53:36.683Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80b78577-f10f-4935-bc37-c1b2ff27f60a",
  "consumerID": "aai-ml",
  "timestamp": 1634903553483,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:53:36.683Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:54:06.439Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bc118b71-b271-46e7-87e0-ff3b9f71972a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-22T11:54:06.450Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bc118b71-b271-46e7-87e0-ff3b9f71972a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-22T11:54:06.454Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-22T11:54:06.454Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-22T11:54:06.454Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-10-22T11:54:06.454Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-10-22T11:54:06.454Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-22T11:54:06.455Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-22T11:54:06.455Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-22T11:54:06.455Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-22T11:54:06.455Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-22T11:54:06.455Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-22T11:54:06.455Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-22T11:54:06.461Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-10-22T11:54:36.370Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:54:36.370Z||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-10-22T11:54:36.370Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:54:36.462Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: bc118b71-b271-46e7-87e0-ff3b9f71972a 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-10-22T11:54:36.468Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: bc118b71-b271-46e7-87e0-ff3b9f71972a and serviceModelVersionId: 2b1947cf-ed90-4bb0-a8b2-4acc2bd666a0
2021-10-22T11:54:36.469Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 26284ee4-1278-4ec4-847a-9e336f30bedd
2021-10-22T11:54:36.470Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/26284ee4-1278-4ec4-847a-9e336f30bedd/model-vers/model-ver/2b1947cf-ed90-4bb0-a8b2-4acc2bd666a0?depth=0
2021-10-22T11:54:36.475Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2021-10-22T11:54:36.524Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26284ee4-1278-4ec4-847a-9e336f30bedd/model-vers/model-ver/2b1947cf-ed90-4bb0-a8b2-4acc2bd666a0?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-10-22T11:54:36.526Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26284ee4-1278-4ec4-847a-9e336f30bedd/model-vers/model-ver/2b1947cf-ed90-4bb0-a8b2-4acc2bd666a0?depth=0|INFO|500||Invoke
2021-10-22T11:54:36.548Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26284ee4-1278-4ec4-847a-9e336f30bedd/model-vers/model-ver/2b1947cf-ed90-4bb0-a8b2-4acc2bd666a0?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-10-22T11:54:36.670Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26284ee4-1278-4ec4-847a-9e336f30bedd/model-vers/model-ver/2b1947cf-ed90-4bb0-a8b2-4acc2bd666a0?depth=0|INFO|500||InvokeReturn
2021-10-22T11:54:36.671Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26284ee4-1278-4ec4-847a-9e336f30bedd/model-vers/model-ver/2b1947cf-ed90-4bb0-a8b2-4acc2bd666a0?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-211022-11:54:36:556-31686], vertex-id=[381176], Content-Length=[0], Date=[Fri, 22 Oct 2021 11:54:36 GMT], Content-Type=[application/json]}
2021-10-22T11:54:36.672Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2021-10-22T11:54:36.672Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-10-22T11:54:36.672Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-22T11:54:36.678Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-10-22T11:54:36.679Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID bc118b71-b271-46e7-87e0-ff3b9f71972a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-10-22T11:54:36.679Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-10-22T11:54:36.680Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-22T11:54:36.682Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T11:54:36.682Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "bc118b71-b271-46e7-87e0-ff3b9f71972a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634903676679,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-22T11:54:36.783Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-22T11:54:36.784Z||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-10-22T11:54:36.784Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOzP7zdlGYP7NOVE) ...
2021-10-22T11:54:36.795Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T11:54:36.796Z||pool-55-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-22T11:54:36.805Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T11:54:36.805Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:54:36.805Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80b78577-f10f-4935-bc37-c1b2ff27f60a",
  "consumerID": "aai-ml",
  "timestamp": 1634903553483,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:54:36.806Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:54:36.806Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:54:36.806Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80b78577-f10f-4935-bc37-c1b2ff27f60a",
  "consumerID": "aai-ml",
  "timestamp": 1634903553483,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:54:36.806Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:54:36.806Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:54:36.806Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80b78577-f10f-4935-bc37-c1b2ff27f60a",
  "consumerID": "aai-ml",
  "timestamp": 1634903553483,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:54:36.807Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:54:36.807Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:54:36.807Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80b78577-f10f-4935-bc37-c1b2ff27f60a",
  "consumerID": "aai-ml",
  "timestamp": 1634903553483,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:54:36.807Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:54:36.807Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:54:36.807Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80b78577-f10f-4935-bc37-c1b2ff27f60a",
  "consumerID": "aai-ml",
  "timestamp": 1634903553483,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:54:36.807Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:54:36.807Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:54:36.807Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80b78577-f10f-4935-bc37-c1b2ff27f60a",
  "consumerID": "aai-ml",
  "timestamp": 1634903553483,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-10-22T11:54:36.808Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:54:36.808Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:54:36.808Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80b78577-f10f-4935-bc37-c1b2ff27f60a",
  "consumerID": "aai-ml",
  "timestamp": 1634903563176,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-22T11:54:36.808Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T11:54:36.808Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:54:36.808Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80b78577-f10f-4935-bc37-c1b2ff27f60a",
  "consumerID": "aai-ml",
  "timestamp": 1634903573251,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-22T11:54:36.808Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T11:54:36.808Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:54:36.809Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80b78577-f10f-4935-bc37-c1b2ff27f60a",
  "consumerID": "aai-ml",
  "timestamp": 1634903574255,
  "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-10-22T11:54:36.814Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 80b78577-f10f-4935-bc37-c1b2ff27f60a
2021-10-22T11:54:36.815Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 80b78577-f10f-4935-bc37-c1b2ff27f60a 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 (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-22T11:54:37.694Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-22T11:54:37.694Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"44de3292-b6b3-474d-8e10-d2b34b78d617","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"c319f160-1f0c-403d-9dfa-a2ccdba64375","serviceDescription":"service","serviceInvariantUUID":"7f81b75b-654a-4623-ae7c-9babeb6c6f71","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d1e10418-0885-4798-9cc1-42e2fd9e01cf","resourceInvariantUUID":"0f010184-6139-4868-b4e3-c352fa40987d","resourceCustomizationUUID":"81b9e27f-aac9-4783-9a53-40ec95f80b8c","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":"MmVlZTFmMmVlMTgyMzRkMDk5NDZjOWFlNTZkY2I1ZTY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"cf03da8c-1365-4020-8ced-2c52f3ee6e2f","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":"NTQwODg0NmNiNGUwOTk1MDdmZDg4MGY2MmRkYzY4OTc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b084dec2-7b72-42a7-a970-4b94fdec15be","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":"75d1fbc2-9cc6-4d8d-934d-5318bdc23d52","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":"fdfbe2be-df5a-4a0a-8ad2-a5cc33785c34","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":"c4b77ef6-237b-4386-adc6-288e1017ecb0","artifactVersion":"2","generatedFromUUID":"75d1fbc2-9cc6-4d8d-934d-5318bdc23d52"},{"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":"NWI3MWExYzQ0YTcxZjAwYjhlNTgzOWVhYzgwMDZkYzg\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"ae68b7e1-a771-4b74-ba78-b57465d8a690","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":"NGI0YmI0ZDkwMzM5ZTc2NDJhY2VhZDJhN2JiY2FlZTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d05d876e-7eb9-4906-83cf-d6d55643535f","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"OGY5NDQ5NThiNjQ4Njk2NDdkZmUwMTI1NDI5ODFhNDE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"18fe8b0a-e9b8-4338-8ddd-68ec18fd9cc7","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-22T11:54:37.695Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-22T11:54:37.695Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-22T11:54:37.697Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T11:54:37.697Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "44de3292-b6b3-474d-8e10-d2b34b78d617",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634903533565,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:54:37.798Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-22T11:54:37.798Z||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-10-22T11:54:37.798Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOzP7zdlGYP7NOVE) ...
2021-10-22T11:54:37.828Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T11:54:37.828Z||pool-56-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2021-10-22T11:54:38.697Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-22T11:54:38.698Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-22T11:54:38.700Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T11:54:38.700Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "44de3292-b6b3-474d-8e10-d2b34b78d617",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634903533565,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-10-22T11:54:38.800Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-22T11:54:38.801Z||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-10-22T11:54:38.801Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOzP7zdlGYP7NOVE) ...
2021-10-22T11:54:38.816Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T11:54:38.816Z||pool-57-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-10-22T11:54:39.701Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-22T11:54:39.701Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-22T11:54:39.703Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T11:54:39.703Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "44de3292-b6b3-474d-8e10-d2b34b78d617",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634903533565,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-10-22T11:54:39.803Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-22T11:54:39.804Z||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-10-22T11:54:39.804Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOzP7zdlGYP7NOVE) ...
2021-10-22T11:54:39.814Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T11:54:39.814Z||pool-58-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-10-22T11:54:40.704Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-22T11:54:40.704Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-22T11:54:40.706Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T11:54:40.706Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "44de3292-b6b3-474d-8e10-d2b34b78d617",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634903533565,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:54:40.806Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-22T11:54:40.807Z||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-10-22T11:54:40.807Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOzP7zdlGYP7NOVE) ...
2021-10-22T11:54:40.817Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T11:54:40.817Z||pool-59-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-10-22T11:54:41.707Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-22T11:54:41.707Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-22T11:54:41.709Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T11:54:41.709Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "44de3292-b6b3-474d-8e10-d2b34b78d617",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634903533565,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-10-22T11:54:41.809Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-22T11:54:41.810Z||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-10-22T11:54:41.810Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOzP7zdlGYP7NOVE) ...
2021-10-22T11:54:41.821Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T11:54:41.821Z||pool-60-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-22T11:54:42.709Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-22T11:54:42.710Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-22T11:54:42.712Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T11:54:42.712Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "44de3292-b6b3-474d-8e10-d2b34b78d617",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634903533565,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:54:42.815Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2021-10-22T11:54:42.817Z||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-10-22T11:54:42.817Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOzP7zdlGYP7NOVE) ...
2021-10-22T11:54:42.829Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T11:54:42.830Z||pool-61-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-22T11:54:43.713Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-22T11:54:43.713Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-22T11:54:43.715Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T11:54:43.715Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "44de3292-b6b3-474d-8e10-d2b34b78d617",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634903533565,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:54:43.815Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-22T11:54:43.816Z||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-10-22T11:54:43.816Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOzP7zdlGYP7NOVE) ...
2021-10-22T11:54:43.826Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T11:54:43.827Z||pool-62-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-22T11:54:44.716Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-22T11:54:44.716Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-22T11:54:44.718Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T11:54:44.719Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "44de3292-b6b3-474d-8e10-d2b34b78d617",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634903533565,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-22T11:54:44.821Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2021-10-22T11:54:44.822Z||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-10-22T11:54:44.822Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOzP7zdlGYP7NOVE) ...
2021-10-22T11:54:44.835Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T11:54:44.835Z||pool-63-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-22T11:54:45.720Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "44de3292-b6b3-474d-8e10-d2b34b78d617",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "c319f160-1f0c-403d-9dfa-a2ccdba64375",
  "serviceDescription": "service",
  "serviceInvariantUUID": "7f81b75b-654a-4623-ae7c-9babeb6c6f71",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "81b9e27f-aac9-4783-9a53-40ec95f80b8c",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "d1e10418-0885-4798-9cc1-42e2fd9e01cf",
      "resourceInvariantUUID": "0f010184-6139-4868-b4e3-c352fa40987d",
      "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": "NTQwODg0NmNiNGUwOTk1MDdmZDg4MGY2MmRkYzY4OTc\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "b084dec2-7b72-42a7-a970-4b94fdec15be",
          "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": "75d1fbc2-9cc6-4d8d-934d-5318bdc23d52",
          "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": "c4b77ef6-237b-4386-adc6-288e1017ecb0",
            "generatedFromUUID": "75d1fbc2-9cc6-4d8d-934d-5318bdc23d52"
          },
          "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": "c4b77ef6-237b-4386-adc6-288e1017ecb0",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "OGY5NDQ5NThiNjQ4Njk2NDdkZmUwMTI1NDI5ODFhNDE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "18fe8b0a-e9b8-4338-8ddd-68ec18fd9cc7"
    }
  ],
  "workloadContext": "Production"
}
2021-10-22T11:54:45.720Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-22T11:54:45.720Z|bc118b71-b271-46e7-87e0-ff3b9f71972a|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 c319f160-1f0c-403d-9dfa-a2ccdba64375 ASDC
2021-10-22T11:54:45.721Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:44de3292-b6b3-474d-8e10-d2b34b78d617
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:c319f160-1f0c-403d-9dfa-a2ccdba64375
ServiceInvariantUUID:7f81b75b-654a-4623-ae7c-9babeb6c6f71
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:18fe8b0a-e9b8-4338-8ddd-68ec18fd9cc7
ArtifactChecksum:OGY5NDQ5NThiNjQ4Njk2NDdkZmUwMTI1NDI5ODFhNDE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:81b9e27f-aac9-4783-9a53-40ec95f80b8c
ResourceInvariantUUID:0f010184-6139-4868-b4e3-c352fa40987d
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:d1e10418-0885-4798-9cc1-42e2fd9e01cf
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:b084dec2-7b72-42a7-a970-4b94fdec15be
ArtifactChecksum:NTQwODg0NmNiNGUwOTk1MDdmZDg4MGY2MmRkYzY4OTc=
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:75d1fbc2-9cc6-4d8d-934d-5318bdc23d52
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:c4b77ef6-237b-4386-adc6-288e1017ecb0
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:c4b77ef6-237b-4386-adc6-288e1017ecb0
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-10-22T11:54:45.721Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c319f160-1f0c-403d-9dfa-a2ccdba64375 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-10-22T11:54:45.750Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-22T11:54:45.750Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-10-22T11:54:45.751Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-10-22T11:54:45.751Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 18fe8b0a-e9b8-4338-8ddd-68ec18fd9cc7 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-10-22T11:54:45.751Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-10-22T11:54:45.751Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-10-22T11:54:46.186Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-10-22T11:54:46.190Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 18fe8b0a-e9b8-4338-8ddd-68ec18fd9cc7 78605
2021-10-22T11:54:46.191Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2021-10-22T11:54:46.191Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-10-22T11:54:46.191Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-22T11:54:46.191Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-22T11:54:46.193Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T11:54:46.193Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "44de3292-b6b3-474d-8e10-d2b34b78d617",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634903686191,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-22T11:54:46.293Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-22T11:54:46.294Z||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-10-22T11:54:46.294Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOzP7zdlGYP7NOVE) ...
2021-10-22T11:54:46.305Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T11:54:46.305Z||pool-64-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-22T11:54:47.193Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-22T11:54:47.201Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-10-22T11:54:47.201Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 18fe8b0a-e9b8-4338-8ddd-68ec18fd9cc7, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-10-22T11:54:47.202Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2021-10-22T11:54:47.202Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-10-22T11:54:47.202Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-10-22T11:54:47.359Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6178302125359210692/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-10-22T11:54:48.508Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-22T11:54:48.508Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-10-22T11:54:48.508Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-10-22T11:54:48.509Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-10-22T11:54:48.509Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||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-10-22T11:54:48.509Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||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-10-22T11:54:48.509Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-10-22T11:54:48.509Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-10-22T11:54:48.509Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-10-22T11:54:48.510Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||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-10-22T11:54:48.510Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-10-22T11:54:48.510Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||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-10-22T11:54:48.510Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-10-22T11:54:48.510Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-10-22T11:54:48.510Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-22T11:54:48.511Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-22T11:54:48.511Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-10-22T11:54:48.511Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-10-22T11:54:48.511Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-22T11:54:48.512Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-22T11:54:48.512Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-22T11:54:48.512Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-10-22T11:54:48.512Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-10-22T11:54:48.512Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-22T11:54:48.513Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-22T11:54:48.513Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-22T11:54:48.513Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-22T11:54:48.513Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-10-22T11:54:48.513Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2021-10-22T11:54:48.514Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2021-10-22T11:54:48.514Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2021-10-22T11:54:48.514Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-10-22T11:54:48.514Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-10-22T11:54:48.514Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-22T11:54:48.515Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-22T11:54:48.515Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-22T11:54:48.515Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-10-22T11:54:48.515Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-22T11:54:48.516Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-22T11:54:48.516Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-10-22T11:54:48.516Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-22T11:54:48.516Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-22T11:54:48.516Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-10-22T11:54:48.517Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-22T11:54:48.517Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-22T11:54:48.517Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-10-22T11:54:48.517Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-10-22T11:54:48.517Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-10-22T11:54:48.518Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=c7d3e32a-2f85-4521-843e-f526beb62371
2021-10-22T11:54:48.518Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-22T11:54:48.518Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-22T11:54:48.518Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-22T11:54:48.518Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-22T11:54:48.519Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-22T11:54:48.519Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-22T11:54:48.519Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-22T11:54:48.519Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-22T11:54:48.519Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:c319f160-1f0c-403d-9dfa-a2ccdba64375
Model Version:NULL
Model InvariantUuid:7f81b75b-654a-4623-ae7c-9babeb6c6f71
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:9c8b94fc-94d3-4b73-a60a-68deeaeb299a
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:0f010184-6139-4868-b4e3-c352fa40987d
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:81b9e27f-aac9-4783-9a53-40ec95f80b8c
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:aa431493-e9d1-4e3d-8016-ce6dbaaf29d7
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:b17db728-81c3-4a7f-b5aa-946ccf25d1a0
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:c7d3e32a-2f85-4521-843e-f526beb62371
ModelInvariantUuid:bd161c2d-a1e8-45a3-bf40-ddac3273bad8
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:6dd9012a-15f6-4776-ba15-f7f8fc740566
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:c2e8a8bc-a67b-4dbf-a4de-050d1b0ec700
ModelInvariantUuid:61ac954e-c984-4819-b6dd-2bd1afcacb00
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:701f96ad-e78c-4bb9-b96f-1b4f9b29c24c
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-10-22T11:54:48.524Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: d1e10418-0885-4798-9cc1-42e2fd9e01cf
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-22T11:54:48.527Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||INFO|500||basic_vm_macro 0
2021-10-22T11:54:48.527Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: d1e10418-0885-4798-9cc1-42e2fd9e01cf
2021-10-22T11:54:48.527Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: b084dec2-7b72-42a7-a970-4b94fdec15be from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-10-22T11:54:48.527Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-10-22T11:54:48.528Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||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-10-22T11:54:49.438Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-10-22T11:54:49.438Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json b084dec2-7b72-42a7-a970-4b94fdec15be 792
2021-10-22T11:54:49.439Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||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-10-22T11:54:49.439Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||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-10-22T11:54:49.439Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-22T11:54:49.439Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-22T11:54:49.440Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T11:54:49.441Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "44de3292-b6b3-474d-8e10-d2b34b78d617",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634903689439,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-22T11:54:49.541Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-22T11:54:49.542Z||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-10-22T11:54:49.542Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOzP7zdlGYP7NOVE) ...
2021-10-22T11:54:49.558Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T11:54:49.559Z||pool-65-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2021-10-22T11:54:50.441Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "aa431493-e9d1-4e3d-8016-ce6dbaaf29d7",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "b17db728-81c3-4a7f-b5aa-946ccf25d1a0",
    "vfModuleModelCustomizationUUID": "dcbde70b-6cd5-4bc6-a546-528bb83070fa",
    "isBase": true,
    "artifacts": [
      "75d1fbc2-9cc6-4d8d-934d-5318bdc23d52",
      "c4b77ef6-237b-4386-adc6-288e1017ecb0"
    ],
    "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-10-22T11:54:50.444Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b17db728-81c3-4a7f-b5aa-946ccf25d1a0
VfModuleModelInvariantUUID:aa431493-e9d1-4e3d-8016-ce6dbaaf29d7
VfModuleModelDescription:NULL
Artifacts UUID List:{
75d1fbc2-9cc6-4d8d-934d-5318bdc23d52
,
c4b77ef6-237b-4386-adc6-288e1017ecb0

}
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-10-22T11:54:50.446Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "aa431493-e9d1-4e3d-8016-ce6dbaaf29d7",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "b17db728-81c3-4a7f-b5aa-946ccf25d1a0",
    "vfModuleModelCustomizationUUID": "dcbde70b-6cd5-4bc6-a546-528bb83070fa",
    "isBase": true,
    "artifacts": [
      "75d1fbc2-9cc6-4d8d-934d-5318bdc23d52",
      "c4b77ef6-237b-4386-adc6-288e1017ecb0"
    ],
    "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-10-22T11:54:50.446Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b17db728-81c3-4a7f-b5aa-946ccf25d1a0
VfModuleModelInvariantUUID:aa431493-e9d1-4e3d-8016-ce6dbaaf29d7
VfModuleModelDescription:NULL
Artifacts UUID List:{
75d1fbc2-9cc6-4d8d-934d-5318bdc23d52
,
c4b77ef6-237b-4386-adc6-288e1017ecb0

}
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-10-22T11:54:50.446Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 75d1fbc2-9cc6-4d8d-934d-5318bdc23d52 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-10-22T11:54:50.446Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-10-22T11:54:50.447Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||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-10-22T11:54:50.752Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-10-22T11:54:50.752Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 75d1fbc2-9cc6-4d8d-934d-5318bdc23d52 5033
2021-10-22T11:54:50.752Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||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-10-22T11:54:50.752Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||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-10-22T11:54:50.752Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-22T11:54:50.753Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-22T11:54:50.754Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T11:54:50.755Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "44de3292-b6b3-474d-8e10-d2b34b78d617",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634903690752,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-22T11:54:50.855Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-22T11:54:50.855Z||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-10-22T11:54:50.856Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOzP7zdlGYP7NOVE) ...
2021-10-22T11:54:50.866Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T11:54:50.866Z||pool-66-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-22T11:54:51.755Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: c4b77ef6-237b-4386-adc6-288e1017ecb0 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-10-22T11:54:51.756Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-10-22T11:54:51.756Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||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-10-22T11:54:52.023Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-10-22T11:54:52.024Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env c4b77ef6-237b-4386-adc6-288e1017ecb0 903
2021-10-22T11:54:52.024Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||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-10-22T11:54:52.024Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||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-10-22T11:54:52.024Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-22T11:54:52.025Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-22T11:54:52.026Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T11:54:52.026Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "44de3292-b6b3-474d-8e10-d2b34b78d617",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634903692024,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-10-22T11:54:52.126Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-22T11:54:52.127Z||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-10-22T11:54:52.127Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOzP7zdlGYP7NOVE) ...
2021-10-22T11:54:52.140Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T11:54:52.140Z||pool-67-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-22T11:54:53.027Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: c319f160-1f0c-403d-9dfa-a2ccdba64375
2021-10-22T11:54:53.027Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 d1e10418-0885-4798-9cc1-42e2fd9e01cf ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-22T11:54:53.040Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4f3e796f, org.onap.sdc.toscaparser.api.parameters.Input@5dd448e7, org.onap.sdc.toscaparser.api.parameters.Input@b529cb1, org.onap.sdc.toscaparser.api.parameters.Input@6e10614d, org.onap.sdc.toscaparser.api.parameters.Input@52d988e1]
2021-10-22T11:54:53.042Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-22T11:54:53.042Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-22T11:54:53.042Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 
2021-10-22T11:54:53.042Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 81b9e27f-aac9-4783-9a53-40ec95f80b8c
2021-10-22T11:54:53.043Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 81b9e27f-aac9-4783-9a53-40ec95f80b8c matches Tosca VF Customization UUID: 81b9e27f-aac9-4783-9a53-40ec95f80b8c
2021-10-22T11:54:53.043Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 81b9e27f-aac9-4783-9a53-40ec95f80b8c  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-10-22T11:54:53.044Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-22T11:54:53.045Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-22T11:54:53.046Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 81b9e27f-aac9-4783-9a53-40ec95f80b8c: {\"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-10-22T11:54:53.046Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5feac239
2021-10-22T11:54:53.046Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-22T11:54:53.046Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-22T11:54:53.046Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : dcbde70b-6cd5-4bc6-a546-528bb83070fa
2021-10-22T11:54:53.047Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID dcbde70b-6cd5-4bc6-a546-528bb83070fa
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-10-22T11:54:53.049Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-22T11:54:53.049Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-10-22T11:54:53.049Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-22T11:54:53.049Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-22T11:54:53.049Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-10-22T11:54:53.050Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-22T11:54:53.050Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-22T11:54:53.050Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-10-22T11:54:53.050Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-10-22T11:54:53.051Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-10-22T11:54:53.051Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=c7d3e32a-2f85-4521-843e-f526beb62371
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-10-22T11:54:53.053Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-22T11:54:53.053Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-10-22T11:54:53.053Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-22T11:54:53.053Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-22T11:54:53.053Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-10-22T11:54:53.054Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=81b9e27f-aac9-4783-9a53-40ec95f80b8c
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-22T11:54:53.055Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-22T11:54:53.055Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-22T11:54:53.056Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid c319f160-1f0c-403d-9dfa-a2ccdba64375: basic_vm_macro
2021-10-22T11:54:53.056Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-22T11:54:53.056Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-22T11:54:53.056Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-22T11:54:53.057Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-22T11:54:53.057Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-22T11:54:53.057Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-22T11:54:53.058Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-22T11:54:53.058Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-22T11:54:53.058Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-22T11:54:53.058Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-22T11:54:53.058Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||INFO|500||Saving Service: basic_vm_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-22T11:54:53.128Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro d1e10418-0885-4798-9cc1-42e2fd9e01cf 1 ASDC deployResourceStructure
2021-10-22T11:54:53.128Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||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-10-22T11:54:53.128Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||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-10-22T11:54:53.129Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-22T11:54:53.129Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-22T11:54:53.131Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T11:54:53.131Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "44de3292-b6b3-474d-8e10-d2b34b78d617",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634903693128,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-22T11:54:53.232Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-22T11:54:53.232Z||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-10-22T11:54:53.232Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOzP7zdlGYP7NOVE) ...
2021-10-22T11:54:53.245Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T11:54:53.245Z||pool-68-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-22T11:54:54.132Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||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-10-22T11:54:54.133Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||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-10-22T11:54:54.133Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-22T11:54:54.133Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-22T11:54:54.135Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T11:54:54.135Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "44de3292-b6b3-474d-8e10-d2b34b78d617",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634903694132,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-10-22T11:54:54.235Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-22T11:54:54.236Z||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-10-22T11:54:54.236Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOzP7zdlGYP7NOVE) ...
2021-10-22T11:54:54.247Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T11:54:54.247Z||pool-69-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-22T11:54:55.136Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||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-10-22T11:54:55.138Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||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-10-22T11:54:55.138Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-22T11:54:55.138Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-22T11:54:55.141Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T11:54:55.141Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "44de3292-b6b3-474d-8e10-d2b34b78d617",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634903695136,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-10-22T11:54:55.241Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-22T11:54:55.242Z||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-10-22T11:54:55.242Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOzP7zdlGYP7NOVE) ...
2021-10-22T11:54:55.253Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T11:54:55.253Z||pool-70-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-22T11:54:56.142Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2021-10-22T11:54:56.142Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-10-22T11:54:56.142Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-22T11:54:56.142Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-22T11:54:56.144Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T11:54:56.144Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "44de3292-b6b3-474d-8e10-d2b34b78d617",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634903696141,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-22T11:54:56.244Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-22T11:54:56.245Z||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-10-22T11:54:56.245Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOzP7zdlGYP7NOVE) ...
2021-10-22T11:54:56.257Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T11:54:56.257Z||pool-71-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-22T11:54:57.145Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 44de3292-b6b3-474d-8e10-d2b34b78d617
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-22T11:54:57.153Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 44de3292-b6b3-474d-8e10-d2b34b78d617
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-22T11:54:57.157Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-22T11:54:57.157Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-22T11:54:57.158Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-10-22T11:54:57.158Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-10-22T11:54:57.158Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-22T11:54:57.158Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-22T11:54:57.158Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-22T11:54:57.159Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-22T11:54:57.159Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-22T11:54:57.159Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-22T11:54:57.159Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-22T11:54:57.163Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-10-22T11:55:27.165Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 44de3292-b6b3-474d-8e10-d2b34b78d617 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-10-22T11:55:27.174Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 44de3292-b6b3-474d-8e10-d2b34b78d617 and serviceModelVersionId: c319f160-1f0c-403d-9dfa-a2ccdba64375
2021-10-22T11:55:27.174Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7f81b75b-654a-4623-ae7c-9babeb6c6f71
2021-10-22T11:55:27.175Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7f81b75b-654a-4623-ae7c-9babeb6c6f71/model-vers/model-ver/c319f160-1f0c-403d-9dfa-a2ccdba64375?depth=0
2021-10-22T11:55:27.180Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2021-10-22T11:55:27.229Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f81b75b-654a-4623-ae7c-9babeb6c6f71/model-vers/model-ver/c319f160-1f0c-403d-9dfa-a2ccdba64375?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-10-22T11:55:27.230Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f81b75b-654a-4623-ae7c-9babeb6c6f71/model-vers/model-ver/c319f160-1f0c-403d-9dfa-a2ccdba64375?depth=0|INFO|500||Invoke
2021-10-22T11:55:27.251Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f81b75b-654a-4623-ae7c-9babeb6c6f71/model-vers/model-ver/c319f160-1f0c-403d-9dfa-a2ccdba64375?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-10-22T11:55:28.547Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f81b75b-654a-4623-ae7c-9babeb6c6f71/model-vers/model-ver/c319f160-1f0c-403d-9dfa-a2ccdba64375?depth=0|INFO|500||InvokeReturn
2021-10-22T11:55:28.547Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f81b75b-654a-4623-ae7c-9babeb6c6f71/model-vers/model-ver/c319f160-1f0c-403d-9dfa-a2ccdba64375?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-211022-11:55:27:260-40488], vertex-id=[450584], Content-Length=[0], Date=[Fri, 22 Oct 2021 11:55:27 GMT], Content-Type=[application/json]}
2021-10-22T11:55:28.548Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2021-10-22T11:55:28.548Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-10-22T11:55:28.549Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-22T11:55:28.554Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-10-22T11:55:28.554Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 44de3292-b6b3-474d-8e10-d2b34b78d617 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-10-22T11:55:28.555Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-10-22T11:55:28.555Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-22T11:55:28.558Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T11:55:28.558Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "44de3292-b6b3-474d-8e10-d2b34b78d617",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634903728554,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-22T11:55:28.659Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-22T11:55:28.662Z||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-10-22T11:55:28.662Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOzP7zdlGYP7NOVE) ...
2021-10-22T11:55:28.678Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T11:55:28.679Z||pool-72-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-10-22T11:55:29.573Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-22T11:55:29.574Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"80b78577-f10f-4935-bc37-c1b2ff27f60a","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"fb951cf9-b0bd-4819-844e-ff80f315fbf8","serviceDescription":"service","serviceInvariantUUID":"ade5112f-b9a2-4598-8d08-55be0140867a","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d9187a28-f9a7-4eb2-bf41-43ae6e9ccee0","resourceInvariantUUID":"4ef74e0b-7094-4787-8292-984105461972","resourceCustomizationUUID":"ffc7b4d5-973c-4d72-b9c0-aba78843542e","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":"NGI1ODAxZmQyODVmM2RhZGZhYmRiZjBlYjA5NGVkNmE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ad42602d-3d9a-420f-92c3-8e2b9f4ba3f1","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":"ca8e66cd-5f30-4c18-8659-ad0db10ffa5a","artifactVersion":"2","generatedFromUUID":"ce9172d6-62e9-4901-9b4e-f0d1455944cf"},{"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":"ce9172d6-62e9-4901-9b4e-f0d1455944cf","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":"ZDIzYTQyOTUzMDg3OTc3YzIyMDgwMjlmMTRmNjI4Nzc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e4364944-9e9b-4e09-acea-eb6138bac47c","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":"c1c906d3-b984-45f9-8498-45a93f81b2e4","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":"b3aec72e-9d98-4273-9f43-32b542b2b97f","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":"ec60b04e-d8cc-4fb6-a34e-bece1e8d0570","artifactVersion":"2","generatedFromUUID":"c1c906d3-b984-45f9-8498-45a93f81b2e4"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"MDAyNjE5ZTJkODBjZjliMzQ4NTU2YTZjOTQzM2RkMjY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a83f372f-cdcc-44f2-997e-13e7ab05060c","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"ZmY4YmM5NzVhZjM3ZWRmY2RiOWI2NjUzM2M3YjljMDY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9d054b3e-6719-4852-bc17-75a07af6ab56","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-22T11:55:29.575Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-22T11:55:29.575Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-22T11:55:29.577Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T11:55:29.577Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "80b78577-f10f-4935-bc37-c1b2ff27f60a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634903533565,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:55:29.678Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-22T11:55:29.679Z||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-10-22T11:55:29.679Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOzP7zdlGYP7NOVE) ...
2021-10-22T11:55:29.693Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T11:55:29.693Z||pool-73-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-10-22T11:55:30.579Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-22T11:55:30.580Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-22T11:55:30.582Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T11:55:30.582Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "80b78577-f10f-4935-bc37-c1b2ff27f60a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634903533565,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-10-22T11:55:30.684Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2021-10-22T11:55:30.685Z||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-10-22T11:55:30.685Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOzP7zdlGYP7NOVE) ...
2021-10-22T11:55:30.699Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T11:55:30.699Z||pool-74-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-10-22T11:55:31.583Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-22T11:55:31.585Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-22T11:55:31.587Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T11:55:31.587Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "80b78577-f10f-4935-bc37-c1b2ff27f60a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634903533565,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-10-22T11:55:31.687Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-22T11:55:31.688Z||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-10-22T11:55:31.689Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOzP7zdlGYP7NOVE) ...
2021-10-22T11:55:31.702Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T11:55:31.702Z||pool-75-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-22T11:55:32.588Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-22T11:55:32.590Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-22T11:55:32.592Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T11:55:32.593Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "80b78577-f10f-4935-bc37-c1b2ff27f60a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634903533565,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-10-22T11:55:32.693Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-22T11:55:32.694Z||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-10-22T11:55:32.694Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOzP7zdlGYP7NOVE) ...
2021-10-22T11:55:32.710Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T11:55:32.711Z||pool-76-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2021-10-22T11:55:33.593Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-22T11:55:33.594Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-22T11:55:33.595Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T11:55:33.595Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "80b78577-f10f-4935-bc37-c1b2ff27f60a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634903533565,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-10-22T11:55:33.696Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-22T11:55:33.696Z||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-10-22T11:55:33.697Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOzP7zdlGYP7NOVE) ...
2021-10-22T11:55:33.706Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T11:55:33.706Z||pool-77-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-10-22T11:55:34.597Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-22T11:55:34.599Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-22T11:55:34.609Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T11:55:34.609Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "80b78577-f10f-4935-bc37-c1b2ff27f60a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634903533565,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:55:34.702Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms
2021-10-22T11:55:34.703Z||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-10-22T11:55:34.703Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOzP7zdlGYP7NOVE) ...
2021-10-22T11:55:34.714Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T11:55:34.715Z||pool-78-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-22T11:55:35.609Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-22T11:55:35.611Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-22T11:55:35.614Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T11:55:35.614Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "80b78577-f10f-4935-bc37-c1b2ff27f60a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634903533565,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-10-22T11:55:35.714Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-22T11:55:35.715Z||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-10-22T11:55:35.715Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOzP7zdlGYP7NOVE) ...
2021-10-22T11:55:35.732Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T11:55:35.733Z||pool-79-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2021-10-22T11:55:36.370Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:55:36.370Z||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-10-22T11:55:36.371Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:55:36.392Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T11:55:36.393Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:55:36.393Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc118b71-b271-46e7-87e0-ff3b9f71972a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634903676679,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-22T11:55:36.394Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T11:55:36.616Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-22T11:55:36.617Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-22T11:55:36.618Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T11:55:36.619Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "80b78577-f10f-4935-bc37-c1b2ff27f60a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634903533565,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:55:36.719Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-22T11:55:36.719Z||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-10-22T11:55:36.719Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOzP7zdlGYP7NOVE) ...
2021-10-22T11:55:36.730Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T11:55:36.731Z||pool-80-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-10-22T11:55:37.621Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-22T11:55:37.621Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-22T11:55:37.623Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T11:55:37.623Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "80b78577-f10f-4935-bc37-c1b2ff27f60a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634903533565,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-10-22T11:55:37.723Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-22T11:55:37.724Z||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-10-22T11:55:37.724Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOzP7zdlGYP7NOVE) ...
2021-10-22T11:55:37.746Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T11:55:37.746Z||pool-81-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2021-10-22T11:55:38.624Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "80b78577-f10f-4935-bc37-c1b2ff27f60a",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "fb951cf9-b0bd-4819-844e-ff80f315fbf8",
  "serviceDescription": "service",
  "serviceInvariantUUID": "ade5112f-b9a2-4598-8d08-55be0140867a",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "ffc7b4d5-973c-4d72-b9c0-aba78843542e",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "d9187a28-f9a7-4eb2-bf41-43ae6e9ccee0",
      "resourceInvariantUUID": "4ef74e0b-7094-4787-8292-984105461972",
      "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": "ca8e66cd-5f30-4c18-8659-ad0db10ffa5a",
          "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": "ce9172d6-62e9-4901-9b4e-f0d1455944cf",
          "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": "ZDIzYTQyOTUzMDg3OTc3YzIyMDgwMjlmMTRmNjI4Nzc\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "e4364944-9e9b-4e09-acea-eb6138bac47c",
          "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": "c1c906d3-b984-45f9-8498-45a93f81b2e4",
          "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": "ec60b04e-d8cc-4fb6-a34e-bece1e8d0570",
            "generatedFromUUID": "c1c906d3-b984-45f9-8498-45a93f81b2e4"
          },
          "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": "ec60b04e-d8cc-4fb6-a34e-bece1e8d0570",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "ZmY4YmM5NzVhZjM3ZWRmY2RiOWI2NjUzM2M3YjljMDY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "9d054b3e-6719-4852-bc17-75a07af6ab56"
    }
  ],
  "workloadContext": "Production"
}
2021-10-22T11:55:38.625Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-22T11:55:38.625Z|44de3292-b6b3-474d-8e10-d2b34b78d617|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 fb951cf9-b0bd-4819-844e-ff80f315fbf8 ASDC
2021-10-22T11:55:38.625Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:80b78577-f10f-4935-bc37-c1b2ff27f60a
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:fb951cf9-b0bd-4819-844e-ff80f315fbf8
ServiceInvariantUUID:ade5112f-b9a2-4598-8d08-55be0140867a
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:9d054b3e-6719-4852-bc17-75a07af6ab56
ArtifactChecksum:ZmY4YmM5NzVhZjM3ZWRmY2RiOWI2NjUzM2M3YjljMDY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:ffc7b4d5-973c-4d72-b9c0-aba78843542e
ResourceInvariantUUID:4ef74e0b-7094-4787-8292-984105461972
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:d9187a28-f9a7-4eb2-bf41-43ae6e9ccee0
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:ca8e66cd-5f30-4c18-8659-ad0db10ffa5a
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:ce9172d6-62e9-4901-9b4e-f0d1455944cf
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:e4364944-9e9b-4e09-acea-eb6138bac47c
ArtifactChecksum:ZDIzYTQyOTUzMDg3OTc3YzIyMDgwMjlmMTRmNjI4Nzc=
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:c1c906d3-b984-45f9-8498-45a93f81b2e4
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:ec60b04e-d8cc-4fb6-a34e-bece1e8d0570
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:ec60b04e-d8cc-4fb6-a34e-bece1e8d0570
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-10-22T11:55:38.625Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF fb951cf9-b0bd-4819-844e-ff80f315fbf8 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-10-22T11:55:38.657Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-22T11:55:38.657Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-10-22T11:55:38.658Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-10-22T11:55:38.658Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 9d054b3e-6719-4852-bc17-75a07af6ab56 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-10-22T11:55:38.658Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-10-22T11:55:38.658Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-10-22T11:55:38.859Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-10-22T11:55:38.862Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 9d054b3e-6719-4852-bc17-75a07af6ab56 68767
2021-10-22T11:55:38.862Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2021-10-22T11:55:38.862Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-10-22T11:55:38.862Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-22T11:55:38.862Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-22T11:55:38.864Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T11:55:38.864Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "80b78577-f10f-4935-bc37-c1b2ff27f60a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634903738862,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-22T11:55:38.964Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-22T11:55:38.965Z||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-10-22T11:55:38.965Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOzP7zdlGYP7NOVE) ...
2021-10-22T11:55:38.991Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T11:55:38.991Z||pool-82-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2021-10-22T11:55:39.865Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-22T11:55:39.865Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-10-22T11:55:39.866Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 9d054b3e-6719-4852-bc17-75a07af6ab56, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2021-10-22T11:55:39.866Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2021-10-22T11:55:39.867Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2021-10-22T11:55:39.867Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2021-10-22T11:55:40.012Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP43449026651807187/Definitions/service-BasicCnf-template.yml
2021-10-22T11:55:41.248Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-22T11:55:41.249Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-10-22T11:55:41.249Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-10-22T11:55:41.249Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2021-10-22T11:55:41.249Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||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-10-22T11:55:41.250Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||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-10-22T11:55:41.250Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-10-22T11:55:41.250Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||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-10-22T11:55:41.250Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-10-22T11:55:41.250Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-22T11:55:41.250Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-22T11:55:41.251Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-10-22T11:55:41.251Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-10-22T11:55:41.251Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-22T11:55:41.251Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-22T11:55:41.251Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-22T11:55:41.252Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-10-22T11:55:41.252Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-10-22T11:55:41.252Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-22T11:55:41.252Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-22T11:55:41.252Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-22T11:55:41.253Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-22T11:55:41.253Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-10-22T11:55:41.253Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2021-10-22T11:55:41.253Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||Node template dummy is not matching search criteria
2021-10-22T11:55:41.253Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-10-22T11:55:41.253Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-22T11:55:41.254Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-22T11:55:41.254Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-22T11:55:41.254Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-10-22T11:55:41.254Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-22T11:55:41.254Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-22T11:55:41.255Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-10-22T11:55:41.255Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-22T11:55:41.255Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-22T11:55:41.255Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-10-22T11:55:41.255Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-22T11:55:41.255Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-22T11:55:41.256Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-10-22T11:55:41.256Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2021-10-22T11:55:41.256Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=7f154144-cffc-4b7b-b64b-1670522f9502
2021-10-22T11:55:41.256Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-22T11:55:41.256Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-22T11:55:41.257Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-22T11:55:41.257Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-22T11:55:41.257Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-22T11:55:41.257Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-22T11:55:41.257Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-22T11:55:41.258Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-22T11:55:41.258Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:fb951cf9-b0bd-4819-844e-ff80f315fbf8
Model Version:NULL
Model InvariantUuid:ade5112f-b9a2-4598-8d08-55be0140867a
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:9e67f148-d61e-46df-8ac3-21029963e9ae
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:4ef74e0b-7094-4787-8292-984105461972
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:ffc7b4d5-973c-4d72-b9c0-aba78843542e
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:cc7812eb-805c-49aa-a8c0-1946c90be5a1
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:9a318391-7869-46d3-9ed0-aabb64618d1d
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:7f154144-cffc-4b7b-b64b-1670522f9502
ModelInvariantUuid:dbd512ad-95ae-4566-8806-a7d098548033
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:3228b5da-fa50-4a0a-a64e-efd30237706a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:0da4c2ae-0cfa-4777-8751-693086b457c5
ModelInvariantUuid:a4615c9c-67ab-484f-9cfe-a31d38f8cc4c
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:b636ea0b-dbf3-4e12-b898-bb2e7b65beb0
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-10-22T11:55:41.263Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: d9187a28-f9a7-4eb2-bf41-43ae6e9ccee0
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-22T11:55:41.266Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||INFO|500||basic_cnf 0
2021-10-22T11:55:41.267Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: d9187a28-f9a7-4eb2-bf41-43ae6e9ccee0
2021-10-22T11:55:41.267Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: ca8e66cd-5f30-4c18-8659-ad0db10ffa5a from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2021-10-22T11:55:41.267Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-10-22T11:55:41.267Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||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-10-22T11:55:41.380Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-10-22T11:55:41.381Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ca8e66cd-5f30-4c18-8659-ad0db10ffa5a 12
2021-10-22T11:55:41.381Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||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-10-22T11:55:41.381Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||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-10-22T11:55:41.381Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-22T11:55:41.381Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-22T11:55:41.383Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T11:55:41.383Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "80b78577-f10f-4935-bc37-c1b2ff27f60a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634903741381,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2021-10-22T11:55:41.483Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-22T11:55:41.484Z||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-10-22T11:55:41.485Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOzP7zdlGYP7NOVE) ...
2021-10-22T11:55:41.496Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T11:55:41.496Z||pool-83-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-22T11:55:42.383Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: ce9172d6-62e9-4901-9b4e-f0d1455944cf from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2021-10-22T11:55:42.384Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-10-22T11:55:42.384Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||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-10-22T11:55:42.581Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-10-22T11:55:42.582Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ce9172d6-62e9-4901-9b4e-f0d1455944cf 2688
2021-10-22T11:55:42.582Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||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-10-22T11:55:42.582Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||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-10-22T11:55:42.582Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-22T11:55:42.583Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-22T11:55:42.584Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T11:55:42.584Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "80b78577-f10f-4935-bc37-c1b2ff27f60a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634903742582,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-10-22T11:55:42.685Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-22T11:55:42.685Z||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-10-22T11:55:42.685Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOzP7zdlGYP7NOVE) ...
2021-10-22T11:55:42.696Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T11:55:42.697Z||pool-84-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-22T11:55:43.586Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: e4364944-9e9b-4e09-acea-eb6138bac47c from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-10-22T11:55:43.586Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-10-22T11:55:43.586Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||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-10-22T11:55:43.787Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-10-22T11:55:43.787Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json e4364944-9e9b-4e09-acea-eb6138bac47c 828
2021-10-22T11:55:43.787Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||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-10-22T11:55:43.787Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||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-10-22T11:55:43.787Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-22T11:55:43.788Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-22T11:55:43.789Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T11:55:43.790Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "80b78577-f10f-4935-bc37-c1b2ff27f60a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634903743787,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-22T11:55:43.890Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-22T11:55:43.890Z||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-10-22T11:55:43.890Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOzP7zdlGYP7NOVE) ...
2021-10-22T11:55:43.901Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T11:55:43.901Z||pool-85-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-22T11:55:44.790Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "cc7812eb-805c-49aa-a8c0-1946c90be5a1",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "9a318391-7869-46d3-9ed0-aabb64618d1d",
    "vfModuleModelCustomizationUUID": "02488692-cc9a-47e2-80b5-b2404a7fc810",
    "isBase": true,
    "artifacts": [
      "ce9172d6-62e9-4901-9b4e-f0d1455944cf",
      "c1c906d3-b984-45f9-8498-45a93f81b2e4",
      "ec60b04e-d8cc-4fb6-a34e-bece1e8d0570"
    ],
    "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-10-22T11:55:44.794Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:9a318391-7869-46d3-9ed0-aabb64618d1d
VfModuleModelInvariantUUID:cc7812eb-805c-49aa-a8c0-1946c90be5a1
VfModuleModelDescription:NULL
Artifacts UUID List:{
ce9172d6-62e9-4901-9b4e-f0d1455944cf
,
c1c906d3-b984-45f9-8498-45a93f81b2e4
,
ec60b04e-d8cc-4fb6-a34e-bece1e8d0570

}
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-10-22T11:55:44.796Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "cc7812eb-805c-49aa-a8c0-1946c90be5a1",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "9a318391-7869-46d3-9ed0-aabb64618d1d",
    "vfModuleModelCustomizationUUID": "02488692-cc9a-47e2-80b5-b2404a7fc810",
    "isBase": true,
    "artifacts": [
      "ce9172d6-62e9-4901-9b4e-f0d1455944cf",
      "c1c906d3-b984-45f9-8498-45a93f81b2e4",
      "ec60b04e-d8cc-4fb6-a34e-bece1e8d0570"
    ],
    "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-10-22T11:55:44.796Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:9a318391-7869-46d3-9ed0-aabb64618d1d
VfModuleModelInvariantUUID:cc7812eb-805c-49aa-a8c0-1946c90be5a1
VfModuleModelDescription:NULL
Artifacts UUID List:{
ce9172d6-62e9-4901-9b4e-f0d1455944cf
,
c1c906d3-b984-45f9-8498-45a93f81b2e4
,
ec60b04e-d8cc-4fb6-a34e-bece1e8d0570

}
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-10-22T11:55:44.796Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: c1c906d3-b984-45f9-8498-45a93f81b2e4 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-10-22T11:55:44.796Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-10-22T11:55:44.797Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||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-10-22T11:55:44.945Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-10-22T11:55:44.945Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml c1c906d3-b984-45f9-8498-45a93f81b2e4 1164
2021-10-22T11:55:44.945Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||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-10-22T11:55:44.945Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||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-10-22T11:55:44.945Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-22T11:55:44.946Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-22T11:55:44.947Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T11:55:44.947Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "80b78577-f10f-4935-bc37-c1b2ff27f60a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634903744945,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-22T11:55:45.047Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-22T11:55:45.048Z||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-10-22T11:55:45.049Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOzP7zdlGYP7NOVE) ...
2021-10-22T11:55:45.060Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T11:55:45.061Z||pool-86-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-22T11:55:45.948Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: ec60b04e-d8cc-4fb6-a34e-bece1e8d0570 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-10-22T11:55:45.948Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-10-22T11:55:45.949Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||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-10-22T11:55:46.050Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-10-22T11:55:46.051Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ec60b04e-d8cc-4fb6-a34e-bece1e8d0570 200
2021-10-22T11:55:46.051Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||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-10-22T11:55:46.051Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||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-10-22T11:55:46.052Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-22T11:55:46.052Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-22T11:55:46.053Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T11:55:46.054Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "80b78577-f10f-4935-bc37-c1b2ff27f60a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634903746051,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-10-22T11:55:46.154Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-22T11:55:46.155Z||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-10-22T11:55:46.155Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOzP7zdlGYP7NOVE) ...
2021-10-22T11:55:46.166Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T11:55:46.167Z||pool-87-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-10-22T11:55:47.054Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: fb951cf9-b0bd-4819-844e-ff80f315fbf8
2021-10-22T11:55:47.055Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 d9187a28-f9a7-4eb2-bf41-43ae6e9ccee0 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
2021-10-22T11:55:47.069Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||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_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-22T11:55:47.074Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5c903729, org.onap.sdc.toscaparser.api.parameters.Input@69e9ee74, org.onap.sdc.toscaparser.api.parameters.Input@5eae0322, org.onap.sdc.toscaparser.api.parameters.Input@71652d85, org.onap.sdc.toscaparser.api.parameters.Input@2c1165ff]
2021-10-22T11:55:47.076Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-22T11:55:47.076Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-22T11:55:47.076Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 
2021-10-22T11:55:47.076Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= ffc7b4d5-973c-4d72-b9c0-aba78843542e
2021-10-22T11:55:47.076Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: ffc7b4d5-973c-4d72-b9c0-aba78843542e matches Tosca VF Customization UUID: ffc7b4d5-973c-4d72-b9c0-aba78843542e
2021-10-22T11:55:47.076Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: ffc7b4d5-973c-4d72-b9c0-aba78843542e  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-10-22T11:55:47.079Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-22T11:55:47.079Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-22T11:55:47.080Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id ffc7b4d5-973c-4d72-b9c0-aba78843542e: {\"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-10-22T11:55:47.080Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7ce50925
2021-10-22T11:55:47.080Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-22T11:55:47.080Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-22T11:55:47.080Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 02488692-cc9a-47e2-80b5-b2404a7fc810
2021-10-22T11:55:47.081Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 02488692-cc9a-47e2-80b5-b2404a7fc810
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-10-22T11:55:47.083Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-22T11:55:47.084Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-10-22T11:55:47.084Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-22T11:55:47.084Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-22T11:55:47.084Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-10-22T11:55:47.085Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-22T11:55:47.085Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-22T11:55:47.085Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-10-22T11:55:47.085Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2021-10-22T11:55:47.086Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=7f154144-cffc-4b7b-b64b-1670522f9502
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-10-22T11:55:47.087Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-22T11:55:47.088Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-10-22T11:55:47.088Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-22T11:55:47.088Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-22T11:55:47.088Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-10-22T11:55:47.089Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=ffc7b4d5-973c-4d72-b9c0-aba78843542e
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-22T11:55:47.090Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-22T11:55:47.090Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-22T11:55:47.091Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid fb951cf9-b0bd-4819-844e-ff80f315fbf8: basic_cnf
2021-10-22T11:55:47.091Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-22T11:55:47.091Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-22T11:55:47.091Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-22T11:55:47.091Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-22T11:55:47.092Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-22T11:55:47.092Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-22T11:55:47.092Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-22T11:55:47.092Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-22T11:55:47.092Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-22T11:55:47.093Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-22T11:55:47.093Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||INFO|500||Saving Service: basic_cnf 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-22T11:55:47.156Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf d9187a28-f9a7-4eb2-bf41-43ae6e9ccee0 1 ASDC deployResourceStructure
2021-10-22T11:55:47.157Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||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-10-22T11:55:47.157Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||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-10-22T11:55:47.158Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2021-10-22T11:55:47.158Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-22T11:55:47.160Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T11:55:47.160Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "80b78577-f10f-4935-bc37-c1b2ff27f60a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634903747157,
  "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-10-22T11:55:47.260Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-22T11:55:47.261Z||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-10-22T11:55:47.261Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOzP7zdlGYP7NOVE) ...
2021-10-22T11:55:47.275Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T11:55:47.276Z||pool-88-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-10-22T11:55:48.164Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||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-10-22T11:55:48.165Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||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-10-22T11:55:48.165Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2021-10-22T11:55:48.166Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-22T11:55:48.167Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T11:55:48.167Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "80b78577-f10f-4935-bc37-c1b2ff27f60a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634903748164,
  "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-10-22T11:55:48.267Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-22T11:55:48.268Z||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-10-22T11:55:48.268Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOzP7zdlGYP7NOVE) ...
2021-10-22T11:55:48.278Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T11:55:48.279Z||pool-89-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-22T11:55:49.169Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||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-10-22T11:55:49.169Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||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-10-22T11:55:49.169Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-22T11:55:49.170Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-22T11:55:49.172Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T11:55:49.172Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "80b78577-f10f-4935-bc37-c1b2ff27f60a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634903749169,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-22T11:55:49.272Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-22T11:55:49.272Z||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-10-22T11:55:49.272Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOzP7zdlGYP7NOVE) ...
2021-10-22T11:55:49.283Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T11:55:49.283Z||pool-90-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-22T11:55:50.173Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||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-10-22T11:55:50.173Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||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-10-22T11:55:50.174Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-22T11:55:50.174Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-22T11:55:50.176Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T11:55:50.176Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "80b78577-f10f-4935-bc37-c1b2ff27f60a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634903750173,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2021-10-22T11:55:50.276Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-22T11:55:50.277Z||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-10-22T11:55:50.277Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOzP7zdlGYP7NOVE) ...
2021-10-22T11:55:50.293Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T11:55:50.294Z||pool-91-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2021-10-22T11:55:51.177Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||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-10-22T11:55:51.177Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||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-10-22T11:55:51.177Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-22T11:55:51.178Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-22T11:55:51.179Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T11:55:51.179Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "80b78577-f10f-4935-bc37-c1b2ff27f60a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634903751177,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2021-10-22T11:55:51.279Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-22T11:55:51.280Z||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-10-22T11:55:51.280Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOzP7zdlGYP7NOVE) ...
2021-10-22T11:55:51.291Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T11:55:51.291Z||pool-92-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-22T11:55:52.180Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2021-10-22T11:55:52.180Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-10-22T11:55:52.181Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-22T11:55:52.181Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-22T11:55:52.183Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T11:55:52.183Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "80b78577-f10f-4935-bc37-c1b2ff27f60a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634903752180,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-22T11:55:52.284Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-22T11:55:52.285Z||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-10-22T11:55:52.285Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOzP7zdlGYP7NOVE) ...
2021-10-22T11:55:52.294Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T11:55:52.295Z||pool-93-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-22T11:55:53.184Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 80b78577-f10f-4935-bc37-c1b2ff27f60a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-22T11:55:53.194Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 80b78577-f10f-4935-bc37-c1b2ff27f60a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-22T11:55:53.197Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-22T11:55:53.197Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-22T11:55:53.197Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-10-22T11:55:53.197Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-10-22T11:55:53.197Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-22T11:55:53.197Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-22T11:55:53.198Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-22T11:55:53.198Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-22T11:55:53.198Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-22T11:55:53.198Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-22T11:55:53.198Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-22T11:55:53.202Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-10-22T11:56:23.203Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 80b78577-f10f-4935-bc37-c1b2ff27f60a 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-10-22T11:56:23.207Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 80b78577-f10f-4935-bc37-c1b2ff27f60a and serviceModelVersionId: fb951cf9-b0bd-4819-844e-ff80f315fbf8
2021-10-22T11:56:23.207Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ade5112f-b9a2-4598-8d08-55be0140867a
2021-10-22T11:56:23.208Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ade5112f-b9a2-4598-8d08-55be0140867a/model-vers/model-ver/fb951cf9-b0bd-4819-844e-ff80f315fbf8?depth=0
2021-10-22T11:56:23.211Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2021-10-22T11:56:23.249Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ade5112f-b9a2-4598-8d08-55be0140867a/model-vers/model-ver/fb951cf9-b0bd-4819-844e-ff80f315fbf8?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-10-22T11:56:23.250Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ade5112f-b9a2-4598-8d08-55be0140867a/model-vers/model-ver/fb951cf9-b0bd-4819-844e-ff80f315fbf8?depth=0|INFO|500||Invoke
2021-10-22T11:56:23.271Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ade5112f-b9a2-4598-8d08-55be0140867a/model-vers/model-ver/fb951cf9-b0bd-4819-844e-ff80f315fbf8?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-10-22T11:56:23.423Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ade5112f-b9a2-4598-8d08-55be0140867a/model-vers/model-ver/fb951cf9-b0bd-4819-844e-ff80f315fbf8?depth=0|INFO|500||InvokeReturn
2021-10-22T11:56:23.423Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ade5112f-b9a2-4598-8d08-55be0140867a/model-vers/model-ver/fb951cf9-b0bd-4819-844e-ff80f315fbf8?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-211022-11:56:23:277-70625], vertex-id=[405752], Content-Length=[0], Date=[Fri, 22 Oct 2021 11:56:23 GMT], Content-Type=[application/json]}
2021-10-22T11:56:23.424Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2021-10-22T11:56:23.424Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-10-22T11:56:23.425Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-22T11:56:23.428Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-10-22T11:56:23.429Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 80b78577-f10f-4935-bc37-c1b2ff27f60a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-10-22T11:56:23.429Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-10-22T11:56:23.429Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-22T11:56:23.431Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T11:56:23.431Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "80b78577-f10f-4935-bc37-c1b2ff27f60a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634903783429,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-22T11:56:23.531Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-22T11:56:23.531Z||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-10-22T11:56:23.532Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOzP7zdlGYP7NOVE) ...
2021-10-22T11:56:23.544Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T11:56:23.544Z||pool-94-thread-1|||||INFO|500||cambria reply ok (13 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-10-22T11:56:24.441Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:56:24.441Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|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-10-22T11:56:24.442Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:56:35.061Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T11:56:35.061Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:56:35.062Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|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-10-22T11:56:35.062Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:56:36.370Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:56:36.370Z||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-10-22T11:56:36.370Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:56:36.390Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T11:56:36.391Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:56:36.391Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44de3292-b6b3-474d-8e10-d2b34b78d617",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634903533565,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:56:36.391Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:56:36.391Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:56:36.391Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44de3292-b6b3-474d-8e10-d2b34b78d617",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634903533565,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-10-22T11:56:36.392Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:56:36.392Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:56:36.392Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44de3292-b6b3-474d-8e10-d2b34b78d617",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634903533565,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-10-22T11:56:36.392Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:56:36.392Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:56:36.392Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44de3292-b6b3-474d-8e10-d2b34b78d617",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634903533565,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:56:36.392Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:56:36.392Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:56:36.392Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44de3292-b6b3-474d-8e10-d2b34b78d617",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634903533565,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-10-22T11:56:36.392Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:56:36.392Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:56:36.392Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44de3292-b6b3-474d-8e10-d2b34b78d617",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634903533565,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:56:36.393Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:56:36.393Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:56:36.393Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44de3292-b6b3-474d-8e10-d2b34b78d617",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634903533565,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:56:36.393Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:56:36.393Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:56:36.393Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44de3292-b6b3-474d-8e10-d2b34b78d617",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634903533565,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-22T11:56:36.393Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:56:36.393Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:56:36.393Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44de3292-b6b3-474d-8e10-d2b34b78d617",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634903686191,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-22T11:56:36.393Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T11:56:36.393Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:56:36.393Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44de3292-b6b3-474d-8e10-d2b34b78d617",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634903689439,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-22T11:56:36.393Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T11:56:36.394Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:56:36.394Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44de3292-b6b3-474d-8e10-d2b34b78d617",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634903690752,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-22T11:56:36.394Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T11:56:36.394Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:56:36.394Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44de3292-b6b3-474d-8e10-d2b34b78d617",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634903692024,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-10-22T11:56:36.394Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T11:56:36.394Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:56:36.394Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44de3292-b6b3-474d-8e10-d2b34b78d617",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634903693128,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-22T11:56:36.394Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T11:56:36.394Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:56:36.394Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44de3292-b6b3-474d-8e10-d2b34b78d617",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634903694132,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-10-22T11:56:36.394Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T11:56:36.394Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:56:36.395Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44de3292-b6b3-474d-8e10-d2b34b78d617",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634903695136,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-10-22T11:56:36.395Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T11:56:36.395Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:56:36.395Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44de3292-b6b3-474d-8e10-d2b34b78d617",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634903696141,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-22T11:56:36.395Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T11:56:36.395Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:56:36.395Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44de3292-b6b3-474d-8e10-d2b34b78d617",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634903728554,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-22T11:56:36.395Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T11:56:36.395Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:56:36.395Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80b78577-f10f-4935-bc37-c1b2ff27f60a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634903533565,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:56:36.395Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:56:36.395Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:56:36.395Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80b78577-f10f-4935-bc37-c1b2ff27f60a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634903533565,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-10-22T11:56:36.395Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:56:36.396Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:56:36.396Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80b78577-f10f-4935-bc37-c1b2ff27f60a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634903533565,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-10-22T11:56:36.396Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:56:36.396Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:56:36.396Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80b78577-f10f-4935-bc37-c1b2ff27f60a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634903533565,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-10-22T11:56:36.396Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:56:36.396Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:56:36.396Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80b78577-f10f-4935-bc37-c1b2ff27f60a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634903533565,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-10-22T11:56:36.396Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:56:36.396Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:56:36.396Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80b78577-f10f-4935-bc37-c1b2ff27f60a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634903533565,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:56:36.396Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:56:36.397Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T11:56:36.397Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80b78577-f10f-4935-bc37-c1b2ff27f60a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634903533565,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-10-22T11:56:36.397Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:56:44.607Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T11:56:44.607Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:56:44.607Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|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-10-22T11:56:44.608Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:56:54.145Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T11:56:54.145Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:56:54.146Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|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-10-22T11:56:54.146Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:57:03.737Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T11:57:03.738Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:57:03.738Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|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-10-22T11:57:03.738Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:57:13.280Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T11:57:13.281Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:57:13.282Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|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-10-22T11:57:13.282Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:57:22.827Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T11:57:36.367Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:57:36.368Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|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-10-22T11:57:36.369Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:57:36.370Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:57:36.370Z||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-10-22T11:57:36.370Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:57:36.391Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T11:57:36.392Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-22T11:57:36.392Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80b78577-f10f-4935-bc37-c1b2ff27f60a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634903533565,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T11:57:36.393Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:57:45.911Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T11:58:36.367Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:58:36.369Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|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-10-22T11:58:36.369Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:58:36.370Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:58:36.370Z||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-10-22T11:58:36.370Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:58:36.899Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T11:58:36.901Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-22T11:58:36.901Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80b78577-f10f-4935-bc37-c1b2ff27f60a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634903533565,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-10-22T11:58:36.902Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-22T11:58:36.902Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-22T11:58:36.902Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80b78577-f10f-4935-bc37-c1b2ff27f60a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634903738862,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-22T11:58:36.902Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T11:58:36.902Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-22T11:58:36.902Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80b78577-f10f-4935-bc37-c1b2ff27f60a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634903741381,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2021-10-22T11:58:36.902Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T11:58:36.903Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-22T11:58:36.903Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80b78577-f10f-4935-bc37-c1b2ff27f60a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634903742582,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-10-22T11:58:36.903Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T11:58:36.903Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-22T11:58:36.903Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80b78577-f10f-4935-bc37-c1b2ff27f60a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634903743787,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-22T11:58:36.903Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T11:58:36.903Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-22T11:58:36.903Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80b78577-f10f-4935-bc37-c1b2ff27f60a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634903744945,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-22T11:58:36.903Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T11:58:36.903Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-22T11:58:36.903Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80b78577-f10f-4935-bc37-c1b2ff27f60a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634903746051,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-10-22T11:58:36.903Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T11:58:36.903Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-22T11:58:36.904Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80b78577-f10f-4935-bc37-c1b2ff27f60a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634903747157,
  "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-10-22T11:58:36.904Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T11:58:36.904Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-22T11:58:36.904Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80b78577-f10f-4935-bc37-c1b2ff27f60a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634903748164,
  "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-10-22T11:58:36.904Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T11:58:36.904Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-22T11:58:36.904Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80b78577-f10f-4935-bc37-c1b2ff27f60a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634903749169,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-22T11:58:36.904Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T11:58:36.904Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-22T11:58:36.904Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80b78577-f10f-4935-bc37-c1b2ff27f60a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634903750173,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2021-10-22T11:58:36.904Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T11:58:36.904Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-22T11:58:36.905Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80b78577-f10f-4935-bc37-c1b2ff27f60a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634903751177,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2021-10-22T11:58:36.905Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T11:58:36.905Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-22T11:58:36.905Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80b78577-f10f-4935-bc37-c1b2ff27f60a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634903752180,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-22T11:58:36.905Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T11:58:36.905Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-22T11:58:36.905Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80b78577-f10f-4935-bc37-c1b2ff27f60a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634903783429,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-22T11:58:36.905Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T11:58:45.932Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T11:59:36.369Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:59:36.369Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T11:59:36.370Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|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-10-22T11:59:36.370Z||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-10-22T11:59:36.370Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:59:36.370Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|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 cOzP7zdlGYP7NOVE) ...
2021-10-22T11:59:45.926Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T11:59:45.926Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T12:00:36.367Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T12:00:36.369Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|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-10-22T12:00:36.369Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|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 cOzP7zdlGYP7NOVE) ...
2021-10-22T12:00:36.370Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T12:00:36.370Z||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-10-22T12:00:36.370Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T12:00:37.004Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T12:00:37.004Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-22T12:00:37.005Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"818ec640-84a8-45b9-804a-85ab6b71f1c5","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"943a4611-c715-428f-ac47-6bb59df0923f","serviceDescription":"service","serviceInvariantUUID":"0fc7582a-cced-47cb-8685-446c9c2d7525","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a9a12531-c493-43f5-929f-94ee392d1523","resourceInvariantUUID":"0a40545a-ba17-4f68-8a94-fd87cfb13e06","resourceCustomizationUUID":"db0ff5e2-e790-4819-a2c0-dc08d86da54c","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":"141cbeb2-b058-44d3-b97e-eefa8d917dcb","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":"MjI5ZmFiMDkwYmRhMWE4NTFhNTg3NWIyNDRjNDdjNjk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d0dad3ff-45b2-4a72-9b37-ea4971214fd7","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":"ZTA3MTI5NzgzYWFjZTc3NGE1MzI1YmE4MjU5OTAwYzE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"545971a9-759c-48e7-85d3-2dfdb84a0ace","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":"aefe2e74-78c0-40ee-b8b9-69ebde31483c","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":"2eb73f47-a86a-4464-9cf7-66f19b6a078b","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":"81d63ac7-de30-4dab-ba0c-bc8467835792","artifactVersion":"2","generatedFromUUID":"aefe2e74-78c0-40ee-b8b9-69ebde31483c"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"NjE1OTFlZTMyNjA0ZGZjMTg2Zjk0M2EzZWIyMDU5M2U\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"68d8ba63-5dfc-4ae7-929d-491d13e2c650","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"MjVkNGUzOGM4ODFiMDNhZDExNjI2YmYxNDU2YzA0NjY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6b28e669-a746-4a73-8479-6ed11db30cec","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-22T12:00:37.007Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-22T12:00:37.007Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-22T12:00:37.010Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T12:00:37.010Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "818ec640-84a8-45b9-804a-85ab6b71f1c5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634904036367,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T12:00:37.020Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T12:00:37.021Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T12:00:37.021Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "818ec640-84a8-45b9-804a-85ab6b71f1c5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634904012731,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T12:00:37.022Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:00:37.022Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T12:00:37.022Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "818ec640-84a8-45b9-804a-85ab6b71f1c5",
  "consumerID": "dcae-sch",
  "timestamp": 1634904021828,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOTIFIED"
}
2021-10-22T12:00:37.022Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:00:37.022Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T12:00:37.022Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "818ec640-84a8-45b9-804a-85ab6b71f1c5",
  "consumerID": "clamp",
  "timestamp": 1634904015086,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T12:00:37.023Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:00:37.023Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T12:00:37.023Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "818ec640-84a8-45b9-804a-85ab6b71f1c5",
  "consumerID": "cds",
  "timestamp": 1634904012881,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T12:00:37.023Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:00:37.023Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T12:00:37.023Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "818ec640-84a8-45b9-804a-85ab6b71f1c5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634904017219,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T12:00:37.023Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:00:37.023Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T12:00:37.023Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "818ec640-84a8-45b9-804a-85ab6b71f1c5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634904012839,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T12:00:37.023Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:00:37.024Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T12:00:37.024Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "818ec640-84a8-45b9-804a-85ab6b71f1c5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634904012731,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T12:00:37.024Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:00:37.024Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T12:00:37.024Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "818ec640-84a8-45b9-804a-85ab6b71f1c5",
  "consumerID": "cds",
  "timestamp": 1634904012881,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T12:00:37.024Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:00:37.024Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T12:00:37.024Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "818ec640-84a8-45b9-804a-85ab6b71f1c5",
  "consumerID": "clamp",
  "timestamp": 1634904015086,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T12:00:37.025Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:00:37.025Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T12:00:37.025Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "818ec640-84a8-45b9-804a-85ab6b71f1c5",
  "consumerID": "dcae-sch",
  "timestamp": 1634904021828,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T12:00:37.025Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:00:37.025Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T12:00:37.025Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "818ec640-84a8-45b9-804a-85ab6b71f1c5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634904017219,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T12:00:37.025Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:00:37.025Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T12:00:37.026Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "818ec640-84a8-45b9-804a-85ab6b71f1c5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634904012839,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T12:00:37.026Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:00:37.026Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T12:00:37.026Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "818ec640-84a8-45b9-804a-85ab6b71f1c5",
  "consumerID": "dcae-sch",
  "timestamp": 1634904021828,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-22T12:00:37.026Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:00:37.026Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T12:00:37.026Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "818ec640-84a8-45b9-804a-85ab6b71f1c5",
  "consumerID": "cds",
  "timestamp": 1634904012881,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-22T12:00:37.027Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:00:37.027Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T12:00:37.027Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "818ec640-84a8-45b9-804a-85ab6b71f1c5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634904012731,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-22T12:00:37.027Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:00:37.027Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T12:00:37.027Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "818ec640-84a8-45b9-804a-85ab6b71f1c5",
  "consumerID": "clamp",
  "timestamp": 1634904015086,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-10-22T12:00:37.027Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:00:37.028Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T12:00:37.028Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "818ec640-84a8-45b9-804a-85ab6b71f1c5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634904012839,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-10-22T12:00:37.028Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:00:37.029Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T12:00:37.029Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "818ec640-84a8-45b9-804a-85ab6b71f1c5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634904017219,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-22T12:00:37.029Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:00:37.029Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T12:00:37.030Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "818ec640-84a8-45b9-804a-85ab6b71f1c5",
  "consumerID": "policy-id",
  "timestamp": 1634904024150,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T12:00:37.030Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:00:37.030Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T12:00:37.030Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "818ec640-84a8-45b9-804a-85ab6b71f1c5",
  "consumerID": "dcae-sch",
  "timestamp": 1634904021828,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T12:00:37.030Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:00:37.031Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T12:00:37.031Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "818ec640-84a8-45b9-804a-85ab6b71f1c5",
  "consumerID": "cds",
  "timestamp": 1634904012881,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T12:00:37.031Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:00:37.031Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T12:00:37.031Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "818ec640-84a8-45b9-804a-85ab6b71f1c5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634904012731,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T12:00:37.031Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:00:37.031Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T12:00:37.032Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "818ec640-84a8-45b9-804a-85ab6b71f1c5",
  "consumerID": "clamp",
  "timestamp": 1634904015086,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T12:00:37.032Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:00:37.032Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T12:00:37.032Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "818ec640-84a8-45b9-804a-85ab6b71f1c5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634904012839,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-10-22T12:00:37.032Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:00:37.032Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T12:00:37.033Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "818ec640-84a8-45b9-804a-85ab6b71f1c5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634904017219,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T12:00:37.033Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:00:37.033Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T12:00:37.033Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "818ec640-84a8-45b9-804a-85ab6b71f1c5",
  "consumerID": "policy-id",
  "timestamp": 1634904024150,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T12:00:37.033Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:00:37.033Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T12:00:37.034Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "818ec640-84a8-45b9-804a-85ab6b71f1c5",
  "consumerID": "clamp",
  "timestamp": 1634904015086,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T12:00:37.034Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:00:37.034Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T12:00:37.034Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "818ec640-84a8-45b9-804a-85ab6b71f1c5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634904012731,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T12:00:37.034Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:00:37.034Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T12:00:37.035Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "818ec640-84a8-45b9-804a-85ab6b71f1c5",
  "consumerID": "dcae-sch",
  "timestamp": 1634904021828,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T12:00:37.035Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:00:37.035Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T12:00:37.035Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "818ec640-84a8-45b9-804a-85ab6b71f1c5",
  "consumerID": "cds",
  "timestamp": 1634904012881,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T12:00:37.035Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:00:37.035Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T12:00:37.036Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "818ec640-84a8-45b9-804a-85ab6b71f1c5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634904012839,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T12:00:37.036Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:00:37.036Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T12:00:37.036Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "818ec640-84a8-45b9-804a-85ab6b71f1c5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634904017219,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T12:00:37.036Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:00:37.036Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T12:00:37.037Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "818ec640-84a8-45b9-804a-85ab6b71f1c5",
  "consumerID": "policy-id",
  "timestamp": 1634904024150,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-22T12:00:37.037Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:00:37.037Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T12:00:37.037Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "818ec640-84a8-45b9-804a-85ab6b71f1c5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634904012731,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-22T12:00:37.037Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:00:37.037Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T12:00:37.038Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "818ec640-84a8-45b9-804a-85ab6b71f1c5",
  "consumerID": "cds",
  "timestamp": 1634904012881,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-22T12:00:37.038Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:00:37.038Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T12:00:37.038Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "818ec640-84a8-45b9-804a-85ab6b71f1c5",
  "consumerID": "clamp",
  "timestamp": 1634904015086,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-22T12:00:37.038Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:00:37.038Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T12:00:37.039Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "818ec640-84a8-45b9-804a-85ab6b71f1c5",
  "consumerID": "dcae-sch",
  "timestamp": 1634904021828,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-22T12:00:37.039Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:00:37.039Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T12:00:37.039Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "818ec640-84a8-45b9-804a-85ab6b71f1c5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634904012839,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-10-22T12:00:37.039Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:00:37.039Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T12:00:37.040Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "818ec640-84a8-45b9-804a-85ab6b71f1c5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634904017219,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-22T12:00:37.040Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:00:37.040Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T12:00:37.040Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "818ec640-84a8-45b9-804a-85ab6b71f1c5",
  "consumerID": "policy-id",
  "timestamp": 1634904024150,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-10-22T12:00:37.040Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:00:37.040Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T12:00:37.041Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "818ec640-84a8-45b9-804a-85ab6b71f1c5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634904012731,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T12:00:37.041Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:00:37.041Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T12:00:37.041Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "818ec640-84a8-45b9-804a-85ab6b71f1c5",
  "consumerID": "cds",
  "timestamp": 1634904012881,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T12:00:37.041Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:00:37.041Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T12:00:37.041Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "818ec640-84a8-45b9-804a-85ab6b71f1c5",
  "consumerID": "clamp",
  "timestamp": 1634904015086,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T12:00:37.042Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:00:37.042Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T12:00:37.042Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "818ec640-84a8-45b9-804a-85ab6b71f1c5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634904012839,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T12:00:37.042Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:00:37.042Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T12:00:37.042Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "818ec640-84a8-45b9-804a-85ab6b71f1c5",
  "consumerID": "dcae-sch",
  "timestamp": 1634904021828,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T12:00:37.042Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:00:37.043Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T12:00:37.043Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "818ec640-84a8-45b9-804a-85ab6b71f1c5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634904017219,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T12:00:37.043Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:00:37.043Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T12:00:37.043Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "818ec640-84a8-45b9-804a-85ab6b71f1c5",
  "consumerID": "policy-id",
  "timestamp": 1634904024150,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T12:00:37.043Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:00:37.043Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T12:00:37.044Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "818ec640-84a8-45b9-804a-85ab6b71f1c5",
  "consumerID": "cds",
  "timestamp": 1634904012881,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-10-22T12:00:37.044Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:00:37.044Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T12:00:37.044Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "818ec640-84a8-45b9-804a-85ab6b71f1c5",
  "consumerID": "dcae-sch",
  "timestamp": 1634904021828,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-22T12:00:37.045Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:00:37.045Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T12:00:37.045Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "818ec640-84a8-45b9-804a-85ab6b71f1c5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634904012731,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-10-22T12:00:37.045Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:00:37.046Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T12:00:37.046Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "818ec640-84a8-45b9-804a-85ab6b71f1c5",
  "consumerID": "clamp",
  "timestamp": 1634904015086,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-10-22T12:00:37.046Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:00:37.046Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T12:00:37.046Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "818ec640-84a8-45b9-804a-85ab6b71f1c5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634904012839,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-10-22T12:00:37.047Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:00:37.047Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T12:00:37.047Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "818ec640-84a8-45b9-804a-85ab6b71f1c5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634904017219,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-22T12:00:37.047Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:00:37.048Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T12:00:37.048Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "818ec640-84a8-45b9-804a-85ab6b71f1c5",
  "consumerID": "policy-id",
  "timestamp": 1634904024150,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-22T12:00:37.048Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:00:37.049Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T12:00:37.049Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "818ec640-84a8-45b9-804a-85ab6b71f1c5",
  "consumerID": "policy-id",
  "timestamp": 1634904024150,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T12:00:37.049Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:00:37.049Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T12:00:37.049Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "818ec640-84a8-45b9-804a-85ab6b71f1c5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634904031252,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-22T12:00:37.050Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T12:00:37.050Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T12:00:37.050Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "818ec640-84a8-45b9-804a-85ab6b71f1c5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634904031258,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-22T12:00:37.051Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T12:00:37.051Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T12:00:37.051Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "818ec640-84a8-45b9-804a-85ab6b71f1c5",
  "consumerID": "cds",
  "timestamp": 1634904031260,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-22T12:00:37.051Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T12:00:37.051Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T12:00:37.052Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "818ec640-84a8-45b9-804a-85ab6b71f1c5",
  "consumerID": "policy-id",
  "timestamp": 1634904024150,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-10-22T12:00:37.052Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:00:37.052Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T12:00:37.052Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "818ec640-84a8-45b9-804a-85ab6b71f1c5",
  "consumerID": "dcae-sch",
  "timestamp": 1634904031964,
  "artifactURL": "/sdc/v1/catalog/services/943a4611-c715-428f-ac47-6bb59df0923f/resourceInstances/basicclamp0/artifacts/141cbeb2-b058-44d3-b97e-eefa8d917dcb",
  "status": "DOWNLOAD_OK"
}
2021-10-22T12:00:37.053Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T12:00:37.053Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T12:00:37.053Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "818ec640-84a8-45b9-804a-85ab6b71f1c5",
  "consumerID": "cds",
  "timestamp": 1634904032266,
  "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-10-22T12:00:37.071Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 818ec640-84a8-45b9-804a-85ab6b71f1c5
2021-10-22T12:00:37.071Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 818ec640-84a8-45b9-804a-85ab6b71f1c5 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-10-22T12:00:37.079Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T12:00:37.079Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "818ec640-84a8-45b9-804a-85ab6b71f1c5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634904032453,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-22T12:00:37.080Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T12:00:37.080Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T12:00:37.080Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "818ec640-84a8-45b9-804a-85ab6b71f1c5",
  "consumerID": "policy-id",
  "timestamp": 1634904033153,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-22T12:00:37.081Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T12:00:37.081Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T12:00:37.081Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "818ec640-84a8-45b9-804a-85ab6b71f1c5",
  "consumerID": "dcae-sch",
  "timestamp": 1634904033255,
  "artifactURL": "/sdc/v1/catalog/services/943a4611-c715-428f-ac47-6bb59df0923f/resourceInstances/basicclamp0/artifacts/141cbeb2-b058-44d3-b97e-eefa8d917dcb",
  "status": "DEPLOY_OK"
}
2021-10-22T12:00:37.082Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T12:00:37.082Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T12:00:37.082Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "818ec640-84a8-45b9-804a-85ab6b71f1c5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634904033555,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-22T12:00:37.082Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T12:00:37.082Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T12:00:37.083Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "818ec640-84a8-45b9-804a-85ab6b71f1c5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634904033841,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-10-22T12:00:37.083Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T12:00:37.083Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T12:00:37.083Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "818ec640-84a8-45b9-804a-85ab6b71f1c5",
  "consumerID": "aai-ml",
  "timestamp": 1634904033483,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T12:00:37.084Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:00:37.084Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T12:00:37.084Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "818ec640-84a8-45b9-804a-85ab6b71f1c5",
  "consumerID": "policy-id",
  "timestamp": 1634904034159,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-22T12:00:37.085Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T12:00:37.085Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T12:00:37.085Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "818ec640-84a8-45b9-804a-85ab6b71f1c5",
  "consumerID": "dcae-sch",
  "timestamp": 1634904034259,
  "artifactURL": "/sdc/v1/catalog/services/943a4611-c715-428f-ac47-6bb59df0923f/resourceInstances/basicclamp0/artifacts/141cbeb2-b058-44d3-b97e-eefa8d917dcb",
  "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-10-22T12:00:37.090Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: service-change-handler and status of COMPONENT_DONE_OK distributionID of 818ec640-84a8-45b9-804a-85ab6b71f1c5
2021-10-22T12:00:37.090Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 818ec640-84a8-45b9-804a-85ab6b71f1c5 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-10-22T12:00:37.098Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T12:00:37.098Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "818ec640-84a8-45b9-804a-85ab6b71f1c5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634904034561,
  "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-10-22T12:00:37.102Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 818ec640-84a8-45b9-804a-85ab6b71f1c5
2021-10-22T12:00:37.102Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 818ec640-84a8-45b9-804a-85ab6b71f1c5 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-10-22T12:00:37.109Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T12:00:37.109Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "818ec640-84a8-45b9-804a-85ab6b71f1c5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634904034865,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
2021-10-22T12:00:37.109Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-22T12:00:37.110Z||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-10-22T12:00:37.110Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOzP7zdlGYP7NOVE) ...
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-22T12:00:37.115Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 818ec640-84a8-45b9-804a-85ab6b71f1c5
2021-10-22T12:00:37.115Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 818ec640-84a8-45b9-804a-85ab6b71f1c5 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-10-22T12:00:37.121Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T12:00:37.122Z||pool-95-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-22T12:00:37.125Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T12:00:37.125Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "818ec640-84a8-45b9-804a-85ab6b71f1c5",
  "consumerID": "aai-ml",
  "timestamp": 1634904033483,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T12:00:37.126Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:00:37.126Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T12:00:37.126Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "818ec640-84a8-45b9-804a-85ab6b71f1c5",
  "consumerID": "policy-id",
  "timestamp": 1634904035162,
  "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-10-22T12:00:37.131Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 818ec640-84a8-45b9-804a-85ab6b71f1c5
2021-10-22T12:00:37.131Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 818ec640-84a8-45b9-804a-85ab6b71f1c5 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-10-22T12:00:37.137Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T12:00:37.137Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "818ec640-84a8-45b9-804a-85ab6b71f1c5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634904035867,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-22T12:00:37.137Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T12:00:37.137Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T12:00:37.137Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "818ec640-84a8-45b9-804a-85ab6b71f1c5",
  "consumerID": "aai-ml",
  "timestamp": 1634904033483,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-22T12:00:37.137Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:00:38.010Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-22T12:00:38.011Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-22T12:00:38.013Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T12:00:38.013Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "818ec640-84a8-45b9-804a-85ab6b71f1c5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634904036367,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T12:00:38.113Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-22T12:00:38.114Z||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-10-22T12:00:38.114Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOzP7zdlGYP7NOVE) ...
2021-10-22T12:00:38.124Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T12:00:38.125Z||pool-96-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-22T12:00:39.013Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-22T12:00:39.014Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-22T12:00:39.015Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T12:00:39.016Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "818ec640-84a8-45b9-804a-85ab6b71f1c5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634904036367,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-10-22T12:00:39.115Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-22T12:00:39.116Z||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-10-22T12:00:39.116Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOzP7zdlGYP7NOVE) ...
2021-10-22T12:00:39.126Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T12:00:39.127Z||pool-97-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-22T12:00:40.016Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-22T12:00:40.017Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-22T12:00:40.018Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T12:00:40.019Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "818ec640-84a8-45b9-804a-85ab6b71f1c5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634904036367,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-10-22T12:00:40.118Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-22T12:00:40.119Z||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-10-22T12:00:40.119Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOzP7zdlGYP7NOVE) ...
2021-10-22T12:00:40.133Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T12:00:40.134Z||pool-98-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-10-22T12:00:41.019Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-22T12:00:41.020Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-22T12:00:41.022Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T12:00:41.022Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "818ec640-84a8-45b9-804a-85ab6b71f1c5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634904036367,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T12:00:41.121Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-22T12:00:41.122Z||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-10-22T12:00:41.122Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOzP7zdlGYP7NOVE) ...
2021-10-22T12:00:41.134Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T12:00:41.134Z||pool-99-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-10-22T12:00:42.023Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-22T12:00:42.023Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-22T12:00:42.025Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T12:00:42.025Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "818ec640-84a8-45b9-804a-85ab6b71f1c5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634904036367,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-10-22T12:00:42.125Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-22T12:00:42.126Z||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-10-22T12:00:42.126Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOzP7zdlGYP7NOVE) ...
2021-10-22T12:00:42.138Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T12:00:42.139Z||pool-100-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-22T12:00:43.026Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-22T12:00:43.026Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-22T12:00:43.028Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T12:00:43.028Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "818ec640-84a8-45b9-804a-85ab6b71f1c5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634904036367,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T12:00:43.128Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-22T12:00:43.129Z||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-10-22T12:00:43.129Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOzP7zdlGYP7NOVE) ...
2021-10-22T12:00:43.140Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T12:00:43.140Z||pool-101-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-10-22T12:00:44.028Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-22T12:00:44.029Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-22T12:00:44.031Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T12:00:44.031Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "818ec640-84a8-45b9-804a-85ab6b71f1c5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634904036367,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-10-22T12:00:44.130Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-22T12:00:44.131Z||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-10-22T12:00:44.131Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOzP7zdlGYP7NOVE) ...
2021-10-22T12:00:44.144Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T12:00:44.144Z||pool-102-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-22T12:00:45.032Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "818ec640-84a8-45b9-804a-85ab6b71f1c5",
  "serviceName": "basicclamp",
  "serviceVersion": "1.0",
  "serviceUUID": "943a4611-c715-428f-ac47-6bb59df0923f",
  "serviceDescription": "service",
  "serviceInvariantUUID": "0fc7582a-cced-47cb-8685-446c9c2d7525",
  "resources": [
    {
      "resourceInstanceName": "basicclamp 0",
      "resourceCustomizationUUID": "db0ff5e2-e790-4819-a2c0-dc08d86da54c",
      "resourceName": "basicclamp",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "a9a12531-c493-43f5-929f-94ee392d1523",
      "resourceInvariantUUID": "0a40545a-ba17-4f68-8a94-fd87cfb13e06",
      "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": "ZTA3MTI5NzgzYWFjZTc3NGE1MzI1YmE4MjU5OTAwYzE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "545971a9-759c-48e7-85d3-2dfdb84a0ace",
          "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": "aefe2e74-78c0-40ee-b8b9-69ebde31483c",
          "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": "81d63ac7-de30-4dab-ba0c-bc8467835792",
            "generatedFromUUID": "aefe2e74-78c0-40ee-b8b9-69ebde31483c"
          },
          "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": "81d63ac7-de30-4dab-ba0c-bc8467835792",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Basicclamp-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
      "artifactChecksum": "MjVkNGUzOGM4ODFiMDNhZDExNjI2YmYxNDU2YzA0NjY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "6b28e669-a746-4a73-8479-6ed11db30cec"
    }
  ],
  "workloadContext": "Production"
}
2021-10-22T12:00:45.032Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-22T12:00:45.032Z|e1df3e63-1d28-4fd2-b07d-5a3db1047a6a|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 943a4611-c715-428f-ac47-6bb59df0923f ASDC
2021-10-22T12:00:45.033Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:818ec640-84a8-45b9-804a-85ab6b71f1c5
ServiceName:basicclamp
ServiceVersion:1.0
ServiceUUID:943a4611-c715-428f-ac47-6bb59df0923f
ServiceInvariantUUID:0fc7582a-cced-47cb-8685-446c9c2d7525
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:6b28e669-a746-4a73-8479-6ed11db30cec
ArtifactChecksum:MjVkNGUzOGM4ODFiMDNhZDExNjI2YmYxNDU2YzA0NjY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basicclamp 0
ResourceCustomizationUUID:db0ff5e2-e790-4819-a2c0-dc08d86da54c
ResourceInvariantUUID:0a40545a-ba17-4f68-8a94-fd87cfb13e06
ResourceName:basicclamp
ResourceType:VF
ResourceUUID:a9a12531-c493-43f5-929f-94ee392d1523
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:545971a9-759c-48e7-85d3-2dfdb84a0ace
ArtifactChecksum:ZTA3MTI5NzgzYWFjZTc3NGE1MzI1YmE4MjU5OTAwYzE=
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:aefe2e74-78c0-40ee-b8b9-69ebde31483c
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:81d63ac7-de30-4dab-ba0c-bc8467835792
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:81d63ac7-de30-4dab-ba0c-bc8467835792
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-10-22T12:00:45.033Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 943a4611-c715-428f-ac47-6bb59df0923f 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-10-22T12:00:45.064Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-22T12:00:45.065Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-10-22T12:00:45.065Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-10-22T12:00:45.065Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 6b28e669-a746-4a73-8479-6ed11db30cec from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-10-22T12:00:45.065Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-10-22T12:00:45.065Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-10-22T12:00:45.151Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-10-22T12:00:45.154Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 6b28e669-a746-4a73-8479-6ed11db30cec 73475
2021-10-22T12:00:45.154Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2021-10-22T12:00:45.154Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-10-22T12:00:45.154Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-22T12:00:45.155Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-22T12:00:45.156Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T12:00:45.156Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "818ec640-84a8-45b9-804a-85ab6b71f1c5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634904045154,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-22T12:00:45.256Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-22T12:00:45.257Z||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-10-22T12:00:45.257Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOzP7zdlGYP7NOVE) ...
2021-10-22T12:00:45.269Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T12:00:45.270Z||pool-103-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-22T12:00:46.157Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-22T12:00:46.157Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-10-22T12:00:46.157Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 6b28e669-a746-4a73-8479-6ed11db30cec, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar
2021-10-22T12:00:46.158Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar
2021-10-22T12:00:46.158Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar
2021-10-22T12:00:46.158Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar
2021-10-22T12:00:46.484Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3412351764842865574/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-10-22T12:00:47.706Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-22T12:00:47.706Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-10-22T12:00:47.706Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-10-22T12:00:47.706Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-10-22T12:00:47.706Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basicclamp 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-10-22T12:00:47.706Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-10-22T12:00:47.707Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-10-22T12:00:47.707Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-10-22T12:00:47.707Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-10-22T12:00:47.707Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-10-22T12:00:47.707Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-10-22T12:00:47.707Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-10-22T12:00:47.707Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-10-22T12:00:47.707Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-10-22T12:00:47.707Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-22T12:00:47.707Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-22T12:00:47.708Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-10-22T12:00:47.708Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-10-22T12:00:47.708Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-22T12:00:47.708Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-22T12:00:47.708Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-22T12:00:47.708Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-10-22T12:00:47.708Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-10-22T12:00:47.709Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-22T12:00:47.709Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-22T12:00:47.709Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-22T12:00:47.709Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-22T12:00:47.709Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-10-22T12:00:47.709Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-10-22T12:00:47.709Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-10-22T12:00:47.709Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-10-22T12:00:47.710Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-10-22T12:00:47.710Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-10-22T12:00:47.710Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-22T12:00:47.710Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-22T12:00:47.710Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-22T12:00:47.710Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-10-22T12:00:47.710Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-22T12:00:47.711Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-22T12:00:47.711Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-10-22T12:00:47.711Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-22T12:00:47.711Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-22T12:00:47.711Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-10-22T12:00:47.711Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-22T12:00:47.711Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-22T12:00:47.711Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-10-22T12:00:47.712Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-10-22T12:00:47.712Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-10-22T12:00:47.712Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=50d57fbe-517c-4da2-b707-681e64ff4963
2021-10-22T12:00:47.712Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-22T12:00:47.712Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-22T12:00:47.712Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-22T12:00:47.712Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-22T12:00:47.712Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-22T12:00:47.713Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-22T12:00:47.713Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-22T12:00:47.713Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-22T12:00:47.713Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basicclamp
Description:service
Model UUID:943a4611-c715-428f-ac47-6bb59df0923f
Model Version:NULL
Model InvariantUuid:0fc7582a-cced-47cb-8685-446c9c2d7525
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basicclamp
Model UUID:6408d94b-4b59-4f28-87eb-019cf490caf2
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:0a40545a-ba17-4f68-8a94-fd87cfb13e06
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:db0ff5e2-e790-4819-a2c0-dc08d86da54c
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:98652316-d2da-4f80-a207-264aea62ae94
ModelName:Basicclamp..base_ubuntu18..module-0
ModelUuid:4859d7ca-4183-4113-ae8c-ee81e1689b2e
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:50d57fbe-517c-4da2-b707-681e64ff4963
ModelInvariantUuid:36f66df3-5961-4954-9c36-b0a0f824f789
ModelName:basicclamp-nodes.ubuntu18Cvfc
ModelUuid:5f184552-cf4a-403c-98da-20f1f1339eab
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:10fa1ad6-4304-4d8d-acc5-60c529b06c6d
ModelInvariantUuid:a007ecb3-1d9d-417c-90e7-04e87f414267
ModelName:Basicclamp.compute.nodes.heat.ubuntu18
ModelUuid:fcf44c30-10c5-45a5-98dc-2b7f3ca08f5c
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-10-22T12:00:47.719Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: a9a12531-c493-43f5-929f-94ee392d1523
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-22T12:00:47.722Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||INFO|500||basicclamp 0
2021-10-22T12:00:47.722Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: a9a12531-c493-43f5-929f-94ee392d1523
2021-10-22T12:00:47.722Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 545971a9-759c-48e7-85d3-2dfdb84a0ace from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-10-22T12:00:47.722Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-10-22T12:00:47.722Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-10-22T12:00:48.875Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-10-22T12:00:48.875Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 545971a9-759c-48e7-85d3-2dfdb84a0ace 790
2021-10-22T12:00:48.875Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification
2021-10-22T12:00:48.876Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-10-22T12:00:48.876Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-22T12:00:48.876Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-22T12:00:48.877Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T12:00:48.877Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "818ec640-84a8-45b9-804a-85ab6b71f1c5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634904048875,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-22T12:00:48.977Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-22T12:00:48.978Z||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-10-22T12:00:48.978Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOzP7zdlGYP7NOVE) ...
2021-10-22T12:00:49.003Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T12:00:49.003Z||pool-104-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2021-10-22T12:00:49.878Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "98652316-d2da-4f80-a207-264aea62ae94",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "4859d7ca-4183-4113-ae8c-ee81e1689b2e",
    "vfModuleModelCustomizationUUID": "f4dd4a00-861c-4e01-abc2-369d97da0b63",
    "isBase": true,
    "artifacts": [
      "aefe2e74-78c0-40ee-b8b9-69ebde31483c",
      "81d63ac7-de30-4dab-ba0c-bc8467835792"
    ],
    "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-10-22T12:00:49.881Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4859d7ca-4183-4113-ae8c-ee81e1689b2e
VfModuleModelInvariantUUID:98652316-d2da-4f80-a207-264aea62ae94
VfModuleModelDescription:NULL
Artifacts UUID List:{
aefe2e74-78c0-40ee-b8b9-69ebde31483c
,
81d63ac7-de30-4dab-ba0c-bc8467835792

}
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-10-22T12:00:49.882Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "98652316-d2da-4f80-a207-264aea62ae94",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "4859d7ca-4183-4113-ae8c-ee81e1689b2e",
    "vfModuleModelCustomizationUUID": "f4dd4a00-861c-4e01-abc2-369d97da0b63",
    "isBase": true,
    "artifacts": [
      "aefe2e74-78c0-40ee-b8b9-69ebde31483c",
      "81d63ac7-de30-4dab-ba0c-bc8467835792"
    ],
    "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-10-22T12:00:49.882Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4859d7ca-4183-4113-ae8c-ee81e1689b2e
VfModuleModelInvariantUUID:98652316-d2da-4f80-a207-264aea62ae94
VfModuleModelDescription:NULL
Artifacts UUID List:{
aefe2e74-78c0-40ee-b8b9-69ebde31483c
,
81d63ac7-de30-4dab-ba0c-bc8467835792

}
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-10-22T12:00:49.883Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: aefe2e74-78c0-40ee-b8b9-69ebde31483c from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-10-22T12:00:49.883Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-10-22T12:00:49.883Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-10-22T12:00:50.138Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-10-22T12:00:50.138Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml aefe2e74-78c0-40ee-b8b9-69ebde31483c 5033
2021-10-22T12:00:50.139Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-10-22T12:00:50.139Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-10-22T12:00:50.139Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-22T12:00:50.139Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-22T12:00:50.140Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T12:00:50.140Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "818ec640-84a8-45b9-804a-85ab6b71f1c5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634904050139,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-22T12:00:50.240Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-22T12:00:50.241Z||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-10-22T12:00:50.241Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOzP7zdlGYP7NOVE) ...
2021-10-22T12:00:50.254Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T12:00:50.254Z||pool-105-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-22T12:00:51.141Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 81d63ac7-de30-4dab-ba0c-bc8467835792 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-10-22T12:00:51.141Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-10-22T12:00:51.142Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-10-22T12:00:51.341Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-10-22T12:00:51.341Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 81d63ac7-de30-4dab-ba0c-bc8467835792 909
2021-10-22T12:00:51.342Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-10-22T12:00:51.342Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-10-22T12:00:51.342Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-22T12:00:51.342Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-22T12:00:51.344Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T12:00:51.345Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "818ec640-84a8-45b9-804a-85ab6b71f1c5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634904051341,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-10-22T12:00:51.444Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-22T12:00:51.445Z||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-10-22T12:00:51.445Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOzP7zdlGYP7NOVE) ...
2021-10-22T12:00:51.460Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T12:00:51.461Z||pool-106-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-10-22T12:00:52.345Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 943a4611-c715-428f-ac47-6bb59df0923f
2021-10-22T12:00:52.346Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 a9a12531-c493-43f5-929f-94ee392d1523 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-22T12:00:52.357Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5c761b42, org.onap.sdc.toscaparser.api.parameters.Input@642b5521, org.onap.sdc.toscaparser.api.parameters.Input@17752a34, org.onap.sdc.toscaparser.api.parameters.Input@1713f8e8, org.onap.sdc.toscaparser.api.parameters.Input@7b534d43]
2021-10-22T12:00:52.358Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-22T12:00:52.358Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-22T12:00:52.358Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 
2021-10-22T12:00:52.358Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= db0ff5e2-e790-4819-a2c0-dc08d86da54c
2021-10-22T12:00:52.358Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: db0ff5e2-e790-4819-a2c0-dc08d86da54c matches Tosca VF Customization UUID: db0ff5e2-e790-4819-a2c0-dc08d86da54c
2021-10-22T12:00:52.359Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: db0ff5e2-e790-4819-a2c0-dc08d86da54c  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-10-22T12:00:52.360Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-22T12:00:52.361Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-22T12:00:52.361Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id db0ff5e2-e790-4819-a2c0-dc08d86da54c: {\"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-10-22T12:00:52.361Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@73295878
2021-10-22T12:00:52.361Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-22T12:00:52.361Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-22T12:00:52.362Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : f4dd4a00-861c-4e01-abc2-369d97da0b63
2021-10-22T12:00:52.362Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID f4dd4a00-861c-4e01-abc2-369d97da0b63
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-10-22T12:00:52.363Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-22T12:00:52.364Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-10-22T12:00:52.364Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-22T12:00:52.364Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-22T12:00:52.364Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-10-22T12:00:52.364Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-22T12:00:52.364Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-22T12:00:52.365Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-10-22T12:00:52.365Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-10-22T12:00:52.365Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-10-22T12:00:52.365Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=50d57fbe-517c-4da2-b707-681e64ff4963
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-10-22T12:00:52.367Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-22T12:00:52.367Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-10-22T12:00:52.367Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-22T12:00:52.367Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-22T12:00:52.367Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-10-22T12:00:52.367Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=db0ff5e2-e790-4819-a2c0-dc08d86da54c
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-22T12:00:52.369Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-22T12:00:52.369Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-22T12:00:52.369Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 943a4611-c715-428f-ac47-6bb59df0923f: basicclamp
2021-10-22T12:00:52.370Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-22T12:00:52.370Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-22T12:00:52.370Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-22T12:00:52.370Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-22T12:00:52.370Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-22T12:00:52.370Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-22T12:00:52.370Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-22T12:00:52.371Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-22T12:00:52.371Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-22T12:00:52.371Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-22T12:00:52.371Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||INFO|500||Saving Service: basicclamp 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-22T12:00:52.442Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp a9a12531-c493-43f5-929f-94ee392d1523 1 ASDC deployResourceStructure
2021-10-22T12:00:52.442Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification
2021-10-22T12:00:52.442Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-10-22T12:00:52.442Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-22T12:00:52.443Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-22T12:00:52.445Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T12:00:52.445Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "818ec640-84a8-45b9-804a-85ab6b71f1c5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634904052442,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-22T12:00:52.545Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-22T12:00:52.545Z||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-10-22T12:00:52.546Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOzP7zdlGYP7NOVE) ...
2021-10-22T12:00:52.557Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T12:00:52.557Z||pool-107-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-22T12:00:53.449Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-10-22T12:00:53.449Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-10-22T12:00:53.449Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-22T12:00:53.450Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-22T12:00:53.451Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T12:00:53.452Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "818ec640-84a8-45b9-804a-85ab6b71f1c5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634904053449,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-10-22T12:00:53.551Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-22T12:00:53.552Z||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-10-22T12:00:53.552Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOzP7zdlGYP7NOVE) ...
2021-10-22T12:00:53.563Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T12:00:53.563Z||pool-108-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-22T12:00:54.457Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-10-22T12:00:54.457Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-10-22T12:00:54.457Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-22T12:00:54.457Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-22T12:00:54.485Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T12:00:54.485Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "818ec640-84a8-45b9-804a-85ab6b71f1c5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634904054456,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-10-22T12:00:54.559Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 74 ms
2021-10-22T12:00:54.559Z||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-10-22T12:00:54.560Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOzP7zdlGYP7NOVE) ...
2021-10-22T12:00:54.571Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T12:00:54.571Z||pool-109-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-22T12:00:55.489Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2021-10-22T12:00:55.489Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-10-22T12:00:55.489Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-22T12:00:55.490Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-22T12:00:55.492Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T12:00:55.492Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "818ec640-84a8-45b9-804a-85ab6b71f1c5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634904055489,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-22T12:00:55.592Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-22T12:00:55.593Z||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-10-22T12:00:55.593Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOzP7zdlGYP7NOVE) ...
2021-10-22T12:00:55.604Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T12:00:55.604Z||pool-110-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-22T12:00:56.493Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 818ec640-84a8-45b9-804a-85ab6b71f1c5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-22T12:00:56.502Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 818ec640-84a8-45b9-804a-85ab6b71f1c5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-22T12:00:56.504Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-22T12:00:56.504Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-22T12:00:56.504Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-22T12:01:26.504Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 818ec640-84a8-45b9-804a-85ab6b71f1c5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-22T12:01:26.514Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 818ec640-84a8-45b9-804a-85ab6b71f1c5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-22T12:01:26.516Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-22T12:01:26.517Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-22T12:01:26.517Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-22T12:01:36.370Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T12:01:36.371Z||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-10-22T12:01:36.371Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T12:01:36.493Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T12:01:36.494Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T12:01:36.494Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "818ec640-84a8-45b9-804a-85ab6b71f1c5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634904036367,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T12:01:36.494Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:01:56.517Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 818ec640-84a8-45b9-804a-85ab6b71f1c5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-22T12:01:56.534Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 818ec640-84a8-45b9-804a-85ab6b71f1c5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-22T12:01:56.538Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-22T12:01:56.538Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-22T12:01:56.538Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-22T12:02:26.538Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 818ec640-84a8-45b9-804a-85ab6b71f1c5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-22T12:02:26.549Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 818ec640-84a8-45b9-804a-85ab6b71f1c5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-22T12:02:26.552Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-22T12:02:26.552Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-22T12:02:26.552Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-22T12:02:36.370Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T12:02:36.371Z||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-10-22T12:02:36.371Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T12:02:36.893Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T12:02:36.894Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T12:02:36.894Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "818ec640-84a8-45b9-804a-85ab6b71f1c5",
  "consumerID": "aai-ml",
  "timestamp": 1634904033483,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T12:02:36.894Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:02:36.895Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T12:02:36.895Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "818ec640-84a8-45b9-804a-85ab6b71f1c5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634904036367,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T12:02:36.895Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:02:36.895Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T12:02:36.895Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "818ec640-84a8-45b9-804a-85ab6b71f1c5",
  "consumerID": "aai-ml",
  "timestamp": 1634904033483,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T12:02:36.895Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:02:36.895Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T12:02:36.895Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "818ec640-84a8-45b9-804a-85ab6b71f1c5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634904036367,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-10-22T12:02:36.895Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:02:36.895Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T12:02:36.895Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "818ec640-84a8-45b9-804a-85ab6b71f1c5",
  "consumerID": "aai-ml",
  "timestamp": 1634904033483,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-22T12:02:36.895Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:02:36.895Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T12:02:36.895Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "818ec640-84a8-45b9-804a-85ab6b71f1c5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634904036367,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-10-22T12:02:36.896Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:02:36.896Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T12:02:36.896Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "818ec640-84a8-45b9-804a-85ab6b71f1c5",
  "consumerID": "aai-ml",
  "timestamp": 1634904033483,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T12:02:36.896Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:02:36.896Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T12:02:36.896Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "818ec640-84a8-45b9-804a-85ab6b71f1c5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634904036367,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T12:02:36.896Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:02:36.896Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T12:02:36.896Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "818ec640-84a8-45b9-804a-85ab6b71f1c5",
  "consumerID": "aai-ml",
  "timestamp": 1634904033483,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-10-22T12:02:36.896Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:02:36.896Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T12:02:36.896Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "818ec640-84a8-45b9-804a-85ab6b71f1c5",
  "consumerID": "clamp",
  "timestamp": 1634904041933,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-22T12:02:36.897Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T12:02:36.897Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T12:02:36.897Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "818ec640-84a8-45b9-804a-85ab6b71f1c5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634904036367,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-10-22T12:02:36.897Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:02:36.897Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T12:02:36.897Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "818ec640-84a8-45b9-804a-85ab6b71f1c5",
  "consumerID": "aai-ml",
  "timestamp": 1634904042288,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-22T12:02:36.897Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T12:02:36.897Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T12:02:36.897Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "818ec640-84a8-45b9-804a-85ab6b71f1c5",
  "consumerID": "clamp",
  "timestamp": 1634904042937,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-22T12:02:36.897Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T12:02:36.897Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T12:02:36.897Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "818ec640-84a8-45b9-804a-85ab6b71f1c5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634904036367,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T12:02:36.897Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:02:36.897Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T12:02:36.898Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "818ec640-84a8-45b9-804a-85ab6b71f1c5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634904036367,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-10-22T12:02:36.898Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:02:36.898Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T12:02:36.898Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "818ec640-84a8-45b9-804a-85ab6b71f1c5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634904045154,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-22T12:02:36.898Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T12:02:36.898Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T12:02:36.898Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "818ec640-84a8-45b9-804a-85ab6b71f1c5",
  "consumerID": "clamp",
  "timestamp": 1634904047002,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-22T12:02:36.898Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T12:02:36.898Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T12:02:36.898Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "818ec640-84a8-45b9-804a-85ab6b71f1c5",
  "consumerID": "clamp",
  "timestamp": 1634904048013,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-22T12:02:36.899Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T12:02:36.899Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T12:02:36.899Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "818ec640-84a8-45b9-804a-85ab6b71f1c5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634904048875,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-22T12:02:36.899Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T12:02:36.899Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T12:02:36.899Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "818ec640-84a8-45b9-804a-85ab6b71f1c5",
  "consumerID": "clamp",
  "timestamp": 1634904049016,
  "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-10-22T12:02:36.904Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 818ec640-84a8-45b9-804a-85ab6b71f1c5
2021-10-22T12:02:36.904Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 818ec640-84a8-45b9-804a-85ab6b71f1c5 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-10-22T12:02:36.915Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T12:02:36.915Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "818ec640-84a8-45b9-804a-85ab6b71f1c5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634904050139,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-22T12:02:36.915Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T12:02:36.915Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T12:02:36.915Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "818ec640-84a8-45b9-804a-85ab6b71f1c5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634904051341,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-10-22T12:02:36.916Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T12:02:36.916Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T12:02:36.916Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "818ec640-84a8-45b9-804a-85ab6b71f1c5",
  "consumerID": "aai-ml",
  "timestamp": 1634904052044,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-22T12:02:36.916Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T12:02:36.916Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T12:02:36.916Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "818ec640-84a8-45b9-804a-85ab6b71f1c5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634904052442,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-22T12:02:36.916Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T12:02:36.916Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T12:02:36.916Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "818ec640-84a8-45b9-804a-85ab6b71f1c5",
  "consumerID": "aai-ml",
  "timestamp": 1634904053047,
  "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-10-22T12:02:36.920Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 818ec640-84a8-45b9-804a-85ab6b71f1c5
2021-10-22T12:02:36.921Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 818ec640-84a8-45b9-804a-85ab6b71f1c5 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-10-22T12:02:36.930Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T12:02:36.930Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "818ec640-84a8-45b9-804a-85ab6b71f1c5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634904053449,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-10-22T12:02:36.930Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T12:02:36.930Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T12:02:36.930Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "818ec640-84a8-45b9-804a-85ab6b71f1c5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634904054456,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-10-22T12:02:36.930Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T12:02:36.931Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T12:02:36.931Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "818ec640-84a8-45b9-804a-85ab6b71f1c5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634904055489,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-22T12:02:36.931Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T12:02:56.552Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 818ec640-84a8-45b9-804a-85ab6b71f1c5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-22T12:02:56.565Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 818ec640-84a8-45b9-804a-85ab6b71f1c5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-22T12:02:56.567Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-22T12:02:56.567Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-22T12:02:56.567Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-10-22T12:02:56.568Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-10-22T12:02:56.568Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-22T12:02:56.568Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-22T12:02:56.568Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-22T12:02:56.569Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-22T12:02:56.569Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-22T12:02:56.569Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-22T12:02:56.569Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-22T12:02:56.569Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-22T12:02:56.573Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-10-22T12:03:26.573Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 818ec640-84a8-45b9-804a-85ab6b71f1c5 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-10-22T12:03:26.579Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 818ec640-84a8-45b9-804a-85ab6b71f1c5 and serviceModelVersionId: 943a4611-c715-428f-ac47-6bb59df0923f
2021-10-22T12:03:26.580Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0fc7582a-cced-47cb-8685-446c9c2d7525
2021-10-22T12:03:26.580Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0fc7582a-cced-47cb-8685-446c9c2d7525/model-vers/model-ver/943a4611-c715-428f-ac47-6bb59df0923f?depth=0
2021-10-22T12:03:26.586Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2021-10-22T12:03:26.651Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc7582a-cced-47cb-8685-446c9c2d7525/model-vers/model-ver/943a4611-c715-428f-ac47-6bb59df0923f?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-10-22T12:03:26.660Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc7582a-cced-47cb-8685-446c9c2d7525/model-vers/model-ver/943a4611-c715-428f-ac47-6bb59df0923f?depth=0|INFO|500||Invoke
2021-10-22T12:03:26.686Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc7582a-cced-47cb-8685-446c9c2d7525/model-vers/model-ver/943a4611-c715-428f-ac47-6bb59df0923f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-10-22T12:03:27.175Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc7582a-cced-47cb-8685-446c9c2d7525/model-vers/model-ver/943a4611-c715-428f-ac47-6bb59df0923f?depth=0|INFO|500||InvokeReturn
2021-10-22T12:03:27.176Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fc7582a-cced-47cb-8685-446c9c2d7525/model-vers/model-ver/943a4611-c715-428f-ac47-6bb59df0923f?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-211022-12:03:26:693-28612], vertex-id=[340104], Content-Length=[0], Date=[Fri, 22 Oct 2021 12:03:26 GMT], Content-Type=[application/json]}
2021-10-22T12:03:27.176Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2021-10-22T12:03:27.177Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-10-22T12:03:27.177Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-22T12:03:27.182Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-10-22T12:03:27.183Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 818ec640-84a8-45b9-804a-85ab6b71f1c5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-10-22T12:03:27.183Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-10-22T12:03:27.183Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-22T12:03:27.185Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T12:03:27.185Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "818ec640-84a8-45b9-804a-85ab6b71f1c5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634904207183,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-22T12:03:27.285Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-22T12:03:27.286Z||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-10-22T12:03:27.286Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOzP7zdlGYP7NOVE) ...
2021-10-22T12:03:27.305Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T12:03:27.306Z||pool-111-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-10-22T12:03:28.196Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T12:03:28.197Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|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-10-22T12:03:28.197Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|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 cOzP7zdlGYP7NOVE) ...
2021-10-22T12:03:36.370Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T12:03:36.370Z||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-10-22T12:03:36.370Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T12:03:37.009Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T12:03:37.009Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T12:03:37.009Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "818ec640-84a8-45b9-804a-85ab6b71f1c5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634904207183,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-22T12:03:37.010Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T12:03:38.895Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T12:03:38.896Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T12:03:38.896Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|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-10-22T12:03:38.896Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|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 cOzP7zdlGYP7NOVE) ...
2021-10-22T12:03:48.445Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T12:03:48.446Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T12:03:48.447Z||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-10-22T12:03:48.447Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T12:03:57.984Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T12:04:36.367Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T12:04:36.369Z||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-10-22T12:04:36.369Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T12:04:36.370Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T12:04:36.370Z||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-10-22T12:04:36.370Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T12:04:45.924Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T12:04:45.924Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T12:05:36.367Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T12:05:36.368Z||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-10-22T12:05:36.368Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T12:05:36.370Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T12:05:36.370Z||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-10-22T12:05:36.370Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T12:05:45.941Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T12:05:45.941Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T12:06:36.368Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T12:06:36.370Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T12:06:36.371Z||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-10-22T12:06:36.371Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T12:06:36.371Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|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-10-22T12:06:36.373Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|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 cOzP7zdlGYP7NOVE) ...
2021-10-22T12:06:45.998Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T12:06:45.998Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T12:07:36.367Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T12:07:36.368Z||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-10-22T12:07:36.368Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T12:07:36.370Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T12:07:36.370Z||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-10-22T12:07:36.370Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T12:07:45.920Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T12:07:45.920Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T12:08:36.368Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T12:08:36.370Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T12:08:36.371Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|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-10-22T12:08:36.371Z||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-10-22T12:08:36.371Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T12:08:36.371Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|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 cOzP7zdlGYP7NOVE) ...
2021-10-22T12:08:37.014Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T12:08:37.014Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T12:08:37.015Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T12:08:37.015Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"3916131c-766e-4d69-bac5-c819d6965df6","serviceName":"Demo_pNF_0JD1hQ3aZ9IkM9jFBC3Q","serviceVersion":"1.0","serviceUUID":"55580bad-7f49-4cc7-a093-03982cc71c06","serviceDescription":"catalog service description","serviceInvariantUUID":"9f79d537-8120-4821-9ebb-cebfc0c21a5b","resources":[{"resourceInstanceName":"pNF bed4c539-2f6d 0","resourceName":"pNF bed4c539-2f6d","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"f8187a65-b29c-4769-b092-e9fb8a54e28e","resourceInvariantUUID":"26642f3b-2b71-4815-922a-8667bb04700d","resourceCustomizationUUID":"3a3bee45-47c9-4f6d-a855-bc252cf339d6","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf0jd1hq3az9ikm9jfbc3q/1.0/resourceInstances/pnfbed4c5392f6d0/artifacts/vf-license-model.xml","artifactChecksum":"NmYyYjE2NDVhNGU4OTRjMmRmZmJjZTE4ZDMyZWE2NDU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"60f5f623-3489-47fa-b488-c14e4bc79cc6","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf0jd1hq3az9ikm9jfbc3q/1.0/resourceInstances/pnfbed4c5392f6d0/artifacts/pNF.csar","artifactChecksum":"ZjNjYWJiMGRmNDA5MmFmOGNlZTdhYjFhYTUwYTFiYTU\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d297dce1-871c-4a1f-a29e-22ef2b31bd11","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf0jd1hq3az9ikm9jfbc3q/1.0/resourceInstances/pnfbed4c5392f6d0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"bf3e347c-7a01-4975-838f-2a71e70538f1","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf0jd1hq3az9ikm9jfbc3q/1.0/resourceInstances/pnfbed4c5392f6d0/artifacts/vendor-license-model.xml","artifactChecksum":"MGNhMzZkM2NlMzY1YzVlODFjN2MxYjQzNjU1NzFmZDM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"f3c239e8-96aa-4030-aaac-98332cff72d2","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf0jd1hq3az9ikm9jfbc3q/1.0/resourceInstances/pnfbed4c5392f6d0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4a48e804-888c-4129-8df8-5dab8da7e61b","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf0jd1hq3az9ikm9jfbc3q/1.0/resourceInstances/pnfbed4c5392f6d0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b4bc2a9d-fda7-47da-9073-67d13d69287d","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf0jd1hq3az9ikm9jfbc3q-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf0jd1hq3az9ikm9jfbc3q/1.0/artifacts/service-DemoPnf0jd1hq3az9ikm9jfbc3q-template.yml","artifactChecksum":"ZDRlZDI3ZDkxODMyNmFhY2VkZGVhNzllNjZjOTk1ZjM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"967379d9-17c2-40c3-8b2f-edeb21322481","artifactVersion":"1"},{"artifactName":"service-DemoPnf0jd1hq3az9ikm9jfbc3q-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf0jd1hq3az9ikm9jfbc3q/1.0/artifacts/service-DemoPnf0jd1hq3az9ikm9jfbc3q-csar.csar","artifactChecksum":"ODQ3YTM1NzQyOTgyYWIzZWViNTdlOTNmMTk2YTI2ZDg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"38fee0ad-d8ad-4091-b17c-7782a10b8fb9","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-22T12:08:37.016Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-22T12:08:37.016Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3916131c-766e-4d69-bac5-c819d6965df6",
  "consumerID": "aai-ml",
  "timestamp": 1634904483482,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0jd1hq3az9ikm9jfbc3q/1.0/resourceInstances/pnfbed4c5392f6d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T12:08:37.017Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:08:37.017Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-22T12:08:37.017Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3916131c-766e-4d69-bac5-c819d6965df6",
  "consumerID": "dcae-sch",
  "timestamp": 1634904481828,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0jd1hq3az9ikm9jfbc3q/1.0/resourceInstances/pnfbed4c5392f6d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T12:08:37.018Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:08:37.018Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-22T12:08:37.018Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3916131c-766e-4d69-bac5-c819d6965df6",
  "consumerID": "policy-id",
  "timestamp": 1634904484150,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0jd1hq3az9ikm9jfbc3q/1.0/resourceInstances/pnfbed4c5392f6d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T12:08:37.018Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:08:37.018Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-22T12:08:37.018Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3916131c-766e-4d69-bac5-c819d6965df6",
  "consumerID": "aai-ml",
  "timestamp": 1634904483482,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0jd1hq3az9ikm9jfbc3q/1.0/resourceInstances/pnfbed4c5392f6d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-22T12:08:37.018Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:08:37.018Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-22T12:08:37.018Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3916131c-766e-4d69-bac5-c819d6965df6",
  "consumerID": "dcae-sch",
  "timestamp": 1634904481828,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0jd1hq3az9ikm9jfbc3q/1.0/resourceInstances/pnfbed4c5392f6d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-22T12:08:37.018Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:08:37.018Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-22T12:08:37.018Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3916131c-766e-4d69-bac5-c819d6965df6",
  "consumerID": "policy-id",
  "timestamp": 1634904484150,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0jd1hq3az9ikm9jfbc3q/1.0/resourceInstances/pnfbed4c5392f6d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-22T12:08:37.018Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:08:37.019Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-22T12:08:37.019Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3916131c-766e-4d69-bac5-c819d6965df6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634904492731,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0jd1hq3az9ikm9jfbc3q/1.0/resourceInstances/pnfbed4c5392f6d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T12:08:37.019Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:08:37.019Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-22T12:08:37.019Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3916131c-766e-4d69-bac5-c819d6965df6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634904492839,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0jd1hq3az9ikm9jfbc3q/1.0/resourceInstances/pnfbed4c5392f6d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T12:08:37.019Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:08:37.019Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-22T12:08:37.019Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3916131c-766e-4d69-bac5-c819d6965df6",
  "consumerID": "cds",
  "timestamp": 1634904492880,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0jd1hq3az9ikm9jfbc3q/1.0/resourceInstances/pnfbed4c5392f6d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T12:08:37.019Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:08:37.019Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-22T12:08:37.019Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3916131c-766e-4d69-bac5-c819d6965df6",
  "consumerID": "aai-ml",
  "timestamp": 1634904483482,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0jd1hq3az9ikm9jfbc3q/1.0/resourceInstances/pnfbed4c5392f6d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-22T12:08:37.019Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:08:37.020Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-22T12:08:37.020Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3916131c-766e-4d69-bac5-c819d6965df6",
  "consumerID": "dcae-sch",
  "timestamp": 1634904481828,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0jd1hq3az9ikm9jfbc3q/1.0/resourceInstances/pnfbed4c5392f6d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-22T12:08:37.020Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:08:37.020Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-22T12:08:37.020Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3916131c-766e-4d69-bac5-c819d6965df6",
  "consumerID": "policy-id",
  "timestamp": 1634904484150,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0jd1hq3az9ikm9jfbc3q/1.0/resourceInstances/pnfbed4c5392f6d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-22T12:08:37.020Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:08:37.020Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-22T12:08:37.020Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3916131c-766e-4d69-bac5-c819d6965df6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634904492731,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0jd1hq3az9ikm9jfbc3q/1.0/resourceInstances/pnfbed4c5392f6d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-22T12:08:37.020Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:08:37.020Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-22T12:08:37.020Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3916131c-766e-4d69-bac5-c819d6965df6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634904492839,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0jd1hq3az9ikm9jfbc3q/1.0/resourceInstances/pnfbed4c5392f6d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-22T12:08:37.020Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:08:37.021Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-22T12:08:37.021Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3916131c-766e-4d69-bac5-c819d6965df6",
  "consumerID": "cds",
  "timestamp": 1634904492880,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0jd1hq3az9ikm9jfbc3q/1.0/resourceInstances/pnfbed4c5392f6d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-22T12:08:37.021Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:08:37.021Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-22T12:08:37.021Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3916131c-766e-4d69-bac5-c819d6965df6",
  "consumerID": "aai-ml",
  "timestamp": 1634904483482,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0jd1hq3az9ikm9jfbc3q/1.0/resourceInstances/pnfbed4c5392f6d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T12:08:37.021Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:08:37.021Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-22T12:08:37.021Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-22T12:08:37.021Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3916131c-766e-4d69-bac5-c819d6965df6",
  "consumerID": "policy-id",
  "timestamp": 1634904484150,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0jd1hq3az9ikm9jfbc3q/1.0/resourceInstances/pnfbed4c5392f6d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T12:08:37.021Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:08:37.021Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-22T12:08:37.021Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3916131c-766e-4d69-bac5-c819d6965df6",
  "consumerID": "dcae-sch",
  "timestamp": 1634904481828,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0jd1hq3az9ikm9jfbc3q/1.0/resourceInstances/pnfbed4c5392f6d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T12:08:37.021Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:08:37.021Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-22T12:08:37.022Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3916131c-766e-4d69-bac5-c819d6965df6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634904492731,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0jd1hq3az9ikm9jfbc3q/1.0/resourceInstances/pnfbed4c5392f6d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-22T12:08:37.022Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:08:37.022Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-22T12:08:37.022Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3916131c-766e-4d69-bac5-c819d6965df6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634904492839,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0jd1hq3az9ikm9jfbc3q/1.0/resourceInstances/pnfbed4c5392f6d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-22T12:08:37.022Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:08:37.022Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-22T12:08:37.022Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3916131c-766e-4d69-bac5-c819d6965df6",
  "consumerID": "cds",
  "timestamp": 1634904492880,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0jd1hq3az9ikm9jfbc3q/1.0/resourceInstances/pnfbed4c5392f6d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-22T12:08:37.022Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:08:37.022Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-22T12:08:37.022Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3916131c-766e-4d69-bac5-c819d6965df6",
  "consumerID": "aai-ml",
  "timestamp": 1634904483482,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0jd1hq3az9ikm9jfbc3q/1.0/resourceInstances/pnfbed4c5392f6d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T12:08:37.022Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:08:37.022Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-22T12:08:37.023Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3916131c-766e-4d69-bac5-c819d6965df6",
  "consumerID": "dcae-sch",
  "timestamp": 1634904481828,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0jd1hq3az9ikm9jfbc3q/1.0/resourceInstances/pnfbed4c5392f6d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T12:08:37.023Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:08:37.023Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-22T12:08:37.023Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3916131c-766e-4d69-bac5-c819d6965df6",
  "consumerID": "policy-id",
  "timestamp": 1634904484150,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0jd1hq3az9ikm9jfbc3q/1.0/resourceInstances/pnfbed4c5392f6d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T12:08:37.023Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:08:37.023Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-22T12:08:37.023Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3916131c-766e-4d69-bac5-c819d6965df6",
  "consumerID": "clamp",
  "timestamp": 1634904495087,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0jd1hq3az9ikm9jfbc3q/1.0/resourceInstances/pnfbed4c5392f6d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T12:08:37.023Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:08:37.023Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-22T12:08:37.023Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3916131c-766e-4d69-bac5-c819d6965df6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634904492731,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0jd1hq3az9ikm9jfbc3q/1.0/resourceInstances/pnfbed4c5392f6d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T12:08:37.023Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:08:37.023Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-22T12:08:37.021Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-22T12:08:37.023Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3916131c-766e-4d69-bac5-c819d6965df6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634904492839,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0jd1hq3az9ikm9jfbc3q/1.0/resourceInstances/pnfbed4c5392f6d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T12:08:37.024Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:08:37.024Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-22T12:08:37.024Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3916131c-766e-4d69-bac5-c819d6965df6",
  "consumerID": "cds",
  "timestamp": 1634904492880,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0jd1hq3az9ikm9jfbc3q/1.0/resourceInstances/pnfbed4c5392f6d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T12:08:37.024Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:08:37.025Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-22T12:08:37.025Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3916131c-766e-4d69-bac5-c819d6965df6",
  "consumerID": "aai-ml",
  "timestamp": 1634904483482,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0jd1hq3az9ikm9jfbc3q/1.0/resourceInstances/pnfbed4c5392f6d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T12:08:37.025Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:08:37.025Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-22T12:08:37.025Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3916131c-766e-4d69-bac5-c819d6965df6",
  "consumerID": "policy-id",
  "timestamp": 1634904484150,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0jd1hq3az9ikm9jfbc3q/1.0/resourceInstances/pnfbed4c5392f6d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T12:08:37.025Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:08:37.025Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-22T12:08:37.026Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3916131c-766e-4d69-bac5-c819d6965df6",
  "consumerID": "dcae-sch",
  "timestamp": 1634904481828,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0jd1hq3az9ikm9jfbc3q/1.0/resourceInstances/pnfbed4c5392f6d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T12:08:37.026Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:08:37.026Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-22T12:08:37.026Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3916131c-766e-4d69-bac5-c819d6965df6",
  "consumerID": "clamp",
  "timestamp": 1634904495087,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0jd1hq3az9ikm9jfbc3q/1.0/resourceInstances/pnfbed4c5392f6d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-22T12:08:37.026Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:08:37.026Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-22T12:08:37.026Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3916131c-766e-4d69-bac5-c819d6965df6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634904492731,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0jd1hq3az9ikm9jfbc3q/1.0/resourceInstances/pnfbed4c5392f6d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T12:08:37.027Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:08:37.027Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-22T12:08:37.027Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3916131c-766e-4d69-bac5-c819d6965df6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634904492839,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0jd1hq3az9ikm9jfbc3q/1.0/resourceInstances/pnfbed4c5392f6d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T12:08:37.027Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:08:37.027Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-22T12:08:37.027Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3916131c-766e-4d69-bac5-c819d6965df6",
  "consumerID": "cds",
  "timestamp": 1634904492880,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0jd1hq3az9ikm9jfbc3q/1.0/resourceInstances/pnfbed4c5392f6d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T12:08:37.028Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:08:37.028Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-22T12:08:37.028Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3916131c-766e-4d69-bac5-c819d6965df6",
  "consumerID": "aai-ml",
  "timestamp": 1634904483482,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0jd1hq3az9ikm9jfbc3q/1.0/artifacts/service-DemoPnf0jd1hq3az9ikm9jfbc3q-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T12:08:37.028Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:08:37.028Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-22T12:08:37.028Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3916131c-766e-4d69-bac5-c819d6965df6",
  "consumerID": "dcae-sch",
  "timestamp": 1634904481828,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0jd1hq3az9ikm9jfbc3q/1.0/artifacts/service-DemoPnf0jd1hq3az9ikm9jfbc3q-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T12:08:37.028Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:08:37.029Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-22T12:08:37.029Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3916131c-766e-4d69-bac5-c819d6965df6",
  "consumerID": "policy-id",
  "timestamp": 1634904484150,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0jd1hq3az9ikm9jfbc3q/1.0/artifacts/service-DemoPnf0jd1hq3az9ikm9jfbc3q-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T12:08:37.029Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:08:37.029Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-22T12:08:37.029Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3916131c-766e-4d69-bac5-c819d6965df6",
  "consumerID": "clamp",
  "timestamp": 1634904495087,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0jd1hq3az9ikm9jfbc3q/1.0/resourceInstances/pnfbed4c5392f6d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-22T12:08:37.029Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:08:37.029Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-22T12:08:37.030Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3916131c-766e-4d69-bac5-c819d6965df6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634904497219,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0jd1hq3az9ikm9jfbc3q/1.0/resourceInstances/pnfbed4c5392f6d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T12:08:37.030Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:08:37.030Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-22T12:08:37.030Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3916131c-766e-4d69-bac5-c819d6965df6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634904492731,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0jd1hq3az9ikm9jfbc3q/1.0/resourceInstances/pnfbed4c5392f6d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T12:08:37.030Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:08:37.030Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-22T12:08:37.030Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3916131c-766e-4d69-bac5-c819d6965df6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634904492839,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0jd1hq3az9ikm9jfbc3q/1.0/resourceInstances/pnfbed4c5392f6d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T12:08:37.031Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:08:37.031Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-22T12:08:37.031Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3916131c-766e-4d69-bac5-c819d6965df6",
  "consumerID": "cds",
  "timestamp": 1634904492880,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0jd1hq3az9ikm9jfbc3q/1.0/resourceInstances/pnfbed4c5392f6d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T12:08:37.031Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:08:37.031Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-22T12:08:37.031Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3916131c-766e-4d69-bac5-c819d6965df6",
  "consumerID": "aai-ml",
  "timestamp": 1634904483482,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0jd1hq3az9ikm9jfbc3q/1.0/artifacts/service-DemoPnf0jd1hq3az9ikm9jfbc3q-csar.csar",
  "status": "NOTIFIED"
}
2021-10-22T12:08:37.031Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:08:37.032Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-22T12:08:37.032Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3916131c-766e-4d69-bac5-c819d6965df6",
  "consumerID": "policy-id",
  "timestamp": 1634904484150,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0jd1hq3az9ikm9jfbc3q/1.0/artifacts/service-DemoPnf0jd1hq3az9ikm9jfbc3q-csar.csar",
  "status": "NOTIFIED"
}
2021-10-22T12:08:37.032Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:08:37.032Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-22T12:08:37.032Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3916131c-766e-4d69-bac5-c819d6965df6",
  "consumerID": "dcae-sch",
  "timestamp": 1634904481828,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0jd1hq3az9ikm9jfbc3q/1.0/artifacts/service-DemoPnf0jd1hq3az9ikm9jfbc3q-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-22T12:08:37.032Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:08:37.033Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-22T12:08:37.033Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3916131c-766e-4d69-bac5-c819d6965df6",
  "consumerID": "clamp",
  "timestamp": 1634904495087,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0jd1hq3az9ikm9jfbc3q/1.0/resourceInstances/pnfbed4c5392f6d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T12:08:37.033Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:08:37.033Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-22T12:08:37.033Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3916131c-766e-4d69-bac5-c819d6965df6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634904497219,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0jd1hq3az9ikm9jfbc3q/1.0/resourceInstances/pnfbed4c5392f6d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-22T12:08:37.033Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:08:37.034Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-22T12:08:37.034Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3916131c-766e-4d69-bac5-c819d6965df6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634904492731,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0jd1hq3az9ikm9jfbc3q/1.0/artifacts/service-DemoPnf0jd1hq3az9ikm9jfbc3q-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T12:08:37.034Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:08:37.034Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-22T12:08:37.034Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3916131c-766e-4d69-bac5-c819d6965df6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634904492839,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0jd1hq3az9ikm9jfbc3q/1.0/artifacts/service-DemoPnf0jd1hq3az9ikm9jfbc3q-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T12:08:37.034Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:08:37.035Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-22T12:08:37.035Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3916131c-766e-4d69-bac5-c819d6965df6",
  "consumerID": "cds",
  "timestamp": 1634904492880,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0jd1hq3az9ikm9jfbc3q/1.0/artifacts/service-DemoPnf0jd1hq3az9ikm9jfbc3q-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T12:08:37.035Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:08:37.035Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-22T12:08:37.035Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3916131c-766e-4d69-bac5-c819d6965df6",
  "consumerID": "aai-ml",
  "timestamp": 1634904499744,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0jd1hq3az9ikm9jfbc3q/1.0/artifacts/service-DemoPnf0jd1hq3az9ikm9jfbc3q-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-22T12:08:37.035Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T12:08:37.035Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-22T12:08:37.036Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3916131c-766e-4d69-bac5-c819d6965df6",
  "consumerID": "clamp",
  "timestamp": 1634904495087,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0jd1hq3az9ikm9jfbc3q/1.0/resourceInstances/pnfbed4c5392f6d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T12:08:37.036Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:08:37.036Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-22T12:08:37.036Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3916131c-766e-4d69-bac5-c819d6965df6",
  "consumerID": "policy-id",
  "timestamp": 1634904499737,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0jd1hq3az9ikm9jfbc3q/1.0/artifacts/service-DemoPnf0jd1hq3az9ikm9jfbc3q-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-22T12:08:37.036Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T12:08:37.036Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-22T12:08:37.036Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3916131c-766e-4d69-bac5-c819d6965df6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634904497219,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0jd1hq3az9ikm9jfbc3q/1.0/resourceInstances/pnfbed4c5392f6d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-22T12:08:37.037Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:08:37.037Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-22T12:08:37.037Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3916131c-766e-4d69-bac5-c819d6965df6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634904492731,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0jd1hq3az9ikm9jfbc3q/1.0/artifacts/service-DemoPnf0jd1hq3az9ikm9jfbc3q-csar.csar",
  "status": "NOTIFIED"
}
2021-10-22T12:08:37.037Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:08:37.037Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-22T12:08:37.037Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3916131c-766e-4d69-bac5-c819d6965df6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634904492839,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0jd1hq3az9ikm9jfbc3q/1.0/artifacts/service-DemoPnf0jd1hq3az9ikm9jfbc3q-csar.csar",
  "status": "NOTIFIED"
}
2021-10-22T12:08:37.038Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:08:37.038Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-22T12:08:37.038Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3916131c-766e-4d69-bac5-c819d6965df6",
  "consumerID": "cds",
  "timestamp": 1634904492880,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0jd1hq3az9ikm9jfbc3q/1.0/artifacts/service-DemoPnf0jd1hq3az9ikm9jfbc3q-csar.csar",
  "status": "NOTIFIED"
}
2021-10-22T12:08:37.038Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:08:37.038Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-22T12:08:37.038Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3916131c-766e-4d69-bac5-c819d6965df6",
  "consumerID": "policy-id",
  "timestamp": 1634904500742,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0jd1hq3az9ikm9jfbc3q/1.0/artifacts/service-DemoPnf0jd1hq3az9ikm9jfbc3q-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-22T12:08:37.038Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T12:08:37.039Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-22T12:08:37.039Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3916131c-766e-4d69-bac5-c819d6965df6",
  "consumerID": "clamp",
  "timestamp": 1634904495087,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0jd1hq3az9ikm9jfbc3q/1.0/resourceInstances/pnfbed4c5392f6d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T12:08:37.039Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:08:37.039Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-22T12:08:37.039Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3916131c-766e-4d69-bac5-c819d6965df6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634904497219,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0jd1hq3az9ikm9jfbc3q/1.0/resourceInstances/pnfbed4c5392f6d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T12:08:37.039Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:08:37.039Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T12:08:37.039Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-22T12:08:37.040Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "3916131c-766e-4d69-bac5-c819d6965df6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634904516368,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0jd1hq3az9ikm9jfbc3q/1.0/resourceInstances/pnfbed4c5392f6d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T12:08:37.040Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3916131c-766e-4d69-bac5-c819d6965df6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634904501504,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0jd1hq3az9ikm9jfbc3q/1.0/artifacts/service-DemoPnf0jd1hq3az9ikm9jfbc3q-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-22T12:08:37.040Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T12:08:37.040Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-22T12:08:37.040Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3916131c-766e-4d69-bac5-c819d6965df6",
  "consumerID": "clamp",
  "timestamp": 1634904495087,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0jd1hq3az9ikm9jfbc3q/1.0/artifacts/service-DemoPnf0jd1hq3az9ikm9jfbc3q-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T12:08:37.040Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:08:37.040Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-22T12:08:37.041Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3916131c-766e-4d69-bac5-c819d6965df6",
  "consumerID": "policy-id",
  "timestamp": 1634904501744,
  "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-10-22T12:08:37.059Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3916131c-766e-4d69-bac5-c819d6965df6
2021-10-22T12:08:37.060Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3916131c-766e-4d69-bac5-c819d6965df6 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-10-22T12:08:37.068Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-22T12:08:37.068Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3916131c-766e-4d69-bac5-c819d6965df6",
  "consumerID": "cds",
  "timestamp": 1634904501782,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0jd1hq3az9ikm9jfbc3q/1.0/artifacts/service-DemoPnf0jd1hq3az9ikm9jfbc3q-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-22T12:08:37.068Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T12:08:37.068Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-22T12:08:37.069Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3916131c-766e-4d69-bac5-c819d6965df6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634904497219,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0jd1hq3az9ikm9jfbc3q/1.0/resourceInstances/pnfbed4c5392f6d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T12:08:37.069Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:08:37.069Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-22T12:08:37.069Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3916131c-766e-4d69-bac5-c819d6965df6",
  "consumerID": "clamp",
  "timestamp": 1634904495087,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0jd1hq3az9ikm9jfbc3q/1.0/artifacts/service-DemoPnf0jd1hq3az9ikm9jfbc3q-csar.csar",
  "status": "NOTIFIED"
}
2021-10-22T12:08:37.069Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:08:37.069Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-22T12:08:37.070Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3916131c-766e-4d69-bac5-c819d6965df6",
  "consumerID": "cds",
  "timestamp": 1634904502788,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0jd1hq3az9ikm9jfbc3q/1.0/artifacts/service-DemoPnf0jd1hq3az9ikm9jfbc3q-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-10-22T12:08:37.075Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3916131c-766e-4d69-bac5-c819d6965df6
2021-10-22T12:08:37.075Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3916131c-766e-4d69-bac5-c819d6965df6 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-10-22T12:08:37.084Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-22T12:08:37.084Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3916131c-766e-4d69-bac5-c819d6965df6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634904497219,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0jd1hq3az9ikm9jfbc3q/1.0/resourceInstances/pnfbed4c5392f6d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-10-22T12:08:37.084Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:08:37.084Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-22T12:08:37.084Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3916131c-766e-4d69-bac5-c819d6965df6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634904503388,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0jd1hq3az9ikm9jfbc3q/1.0/artifacts/service-DemoPnf0jd1hq3az9ikm9jfbc3q-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-22T12:08:37.084Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T12:08:37.085Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-22T12:08:37.085Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3916131c-766e-4d69-bac5-c819d6965df6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634904497219,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0jd1hq3az9ikm9jfbc3q/1.0/artifacts/service-DemoPnf0jd1hq3az9ikm9jfbc3q-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T12:08:37.085Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:08:37.085Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-22T12:08:37.085Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3916131c-766e-4d69-bac5-c819d6965df6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634904504391,
  "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-10-22T12:08:37.089Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3916131c-766e-4d69-bac5-c819d6965df6
2021-10-22T12:08:37.089Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3916131c-766e-4d69-bac5-c819d6965df6 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-10-22T12:08:37.097Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-22T12:08:37.097Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3916131c-766e-4d69-bac5-c819d6965df6",
  "consumerID": "aai-ml",
  "timestamp": 1634904504676,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0jd1hq3az9ikm9jfbc3q/1.0/artifacts/service-DemoPnf0jd1hq3az9ikm9jfbc3q-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-22T12:08:37.098Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T12:08:37.098Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-22T12:08:37.098Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3916131c-766e-4d69-bac5-c819d6965df6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634904497219,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0jd1hq3az9ikm9jfbc3q/1.0/artifacts/service-DemoPnf0jd1hq3az9ikm9jfbc3q-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-22T12:08:37.098Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:08:37.099Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-22T12:08:37.099Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3916131c-766e-4d69-bac5-c819d6965df6",
  "consumerID": "aai-ml",
  "timestamp": 1634904505679,
  "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-10-22T12:08:37.103Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3916131c-766e-4d69-bac5-c819d6965df6
2021-10-22T12:08:37.103Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3916131c-766e-4d69-bac5-c819d6965df6 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-10-22T12:08:37.111Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-22T12:08:37.111Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3916131c-766e-4d69-bac5-c819d6965df6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634904506152,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0jd1hq3az9ikm9jfbc3q/1.0/resourceInstances/pnfbed4c5392f6d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-22T12:08:37.112Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T12:08:37.112Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-22T12:08:37.112Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3916131c-766e-4d69-bac5-c819d6965df6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634904507302,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0jd1hq3az9ikm9jfbc3q/1.0/resourceInstances/pnfbed4c5392f6d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-10-22T12:08:37.112Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T12:08:37.112Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-22T12:08:37.113Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3916131c-766e-4d69-bac5-c819d6965df6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634904508306,
  "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-10-22T12:08:37.117Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 3916131c-766e-4d69-bac5-c819d6965df6
2021-10-22T12:08:37.118Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3916131c-766e-4d69-bac5-c819d6965df6 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-10-22T12:08:37.125Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-22T12:08:37.125Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3916131c-766e-4d69-bac5-c819d6965df6",
  "consumerID": "clamp",
  "timestamp": 1634904515019,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0jd1hq3az9ikm9jfbc3q/1.0/artifacts/service-DemoPnf0jd1hq3az9ikm9jfbc3q-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-22T12:08:37.126Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T12:08:37.139Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-22T12:08:37.140Z||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-10-22T12:08:37.140Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOzP7zdlGYP7NOVE) ...
2021-10-22T12:08:37.149Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T12:08:37.150Z||pool-112-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-22T12:08:38.041Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-22T12:08:38.042Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-22T12:08:38.046Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T12:08:38.046Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "3916131c-766e-4d69-bac5-c819d6965df6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634904516368,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0jd1hq3az9ikm9jfbc3q/1.0/resourceInstances/pnfbed4c5392f6d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-22T12:08:38.145Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-22T12:08:38.146Z||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-10-22T12:08:38.146Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOzP7zdlGYP7NOVE) ...
2021-10-22T12:08:38.157Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T12:08:38.158Z||pool-113-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-22T12:08:39.046Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-22T12:08:39.047Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-22T12:08:39.048Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T12:08:39.048Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "3916131c-766e-4d69-bac5-c819d6965df6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634904516368,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0jd1hq3az9ikm9jfbc3q/1.0/resourceInstances/pnfbed4c5392f6d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-22T12:08:39.148Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-22T12:08:39.149Z||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-10-22T12:08:39.149Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOzP7zdlGYP7NOVE) ...
2021-10-22T12:08:39.159Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T12:08:39.159Z||pool-114-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-10-22T12:08:40.049Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-22T12:08:40.049Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-22T12:08:40.051Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T12:08:40.051Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "3916131c-766e-4d69-bac5-c819d6965df6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634904516368,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0jd1hq3az9ikm9jfbc3q/1.0/resourceInstances/pnfbed4c5392f6d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T12:08:40.151Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-22T12:08:40.152Z||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-10-22T12:08:40.152Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOzP7zdlGYP7NOVE) ...
2021-10-22T12:08:40.165Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T12:08:40.165Z||pool-115-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-22T12:08:41.052Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-22T12:08:41.052Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-22T12:08:41.054Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T12:08:41.055Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "3916131c-766e-4d69-bac5-c819d6965df6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634904516368,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0jd1hq3az9ikm9jfbc3q/1.0/resourceInstances/pnfbed4c5392f6d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T12:08:41.154Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-22T12:08:41.155Z||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-10-22T12:08:41.155Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOzP7zdlGYP7NOVE) ...
2021-10-22T12:08:41.168Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T12:08:41.168Z||pool-116-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-22T12:08:42.055Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-22T12:08:42.056Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-22T12:08:42.057Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T12:08:42.058Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "3916131c-766e-4d69-bac5-c819d6965df6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634904516368,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0jd1hq3az9ikm9jfbc3q/1.0/resourceInstances/pnfbed4c5392f6d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T12:08:42.157Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-22T12:08:42.158Z||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-10-22T12:08:42.158Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOzP7zdlGYP7NOVE) ...
2021-10-22T12:08:42.173Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T12:08:42.174Z||pool-117-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-10-22T12:08:43.059Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-22T12:08:43.059Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-22T12:08:43.062Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T12:08:43.062Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "3916131c-766e-4d69-bac5-c819d6965df6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634904516368,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0jd1hq3az9ikm9jfbc3q/1.0/artifacts/service-DemoPnf0jd1hq3az9ikm9jfbc3q-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T12:08:43.161Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-22T12:08:43.162Z||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-10-22T12:08:43.163Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOzP7zdlGYP7NOVE) ...
2021-10-22T12:08:43.177Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T12:08:43.177Z||pool-118-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-10-22T12:08:44.062Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-22T12:08:44.063Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-22T12:08:44.065Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T12:08:44.065Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "3916131c-766e-4d69-bac5-c819d6965df6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634904516368,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0jd1hq3az9ikm9jfbc3q/1.0/artifacts/service-DemoPnf0jd1hq3az9ikm9jfbc3q-csar.csar",
  "status": "NOTIFIED"
}
2021-10-22T12:08:44.165Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-22T12:08:44.165Z||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-10-22T12:08:44.166Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOzP7zdlGYP7NOVE) ...
2021-10-22T12:08:44.209Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T12:08:44.209Z||pool-119-thread-1|||||INFO|500||cambria reply ok (44 ms):{"serverTimeMs":0,"count":1}
2021-10-22T12:08:45.065Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "3916131c-766e-4d69-bac5-c819d6965df6",
  "serviceName": "Demo_pNF_0JD1hQ3aZ9IkM9jFBC3Q",
  "serviceVersion": "1.0",
  "serviceUUID": "55580bad-7f49-4cc7-a093-03982cc71c06",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "9f79d537-8120-4821-9ebb-cebfc0c21a5b",
  "resources": [
    {
      "resourceInstanceName": "pNF bed4c539-2f6d 0",
      "resourceCustomizationUUID": "3a3bee45-47c9-4f6d-a855-bc252cf339d6",
      "resourceName": "pNF bed4c539-2f6d",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "f8187a65-b29c-4769-b092-e9fb8a54e28e",
      "resourceInvariantUUID": "26642f3b-2b71-4815-922a-8667bb04700d",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnf0jd1hq3az9ikm9jfbc3q-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnf0jd1hq3az9ikm9jfbc3q/1.0/artifacts/service-DemoPnf0jd1hq3az9ikm9jfbc3q-csar.csar",
      "artifactChecksum": "ODQ3YTM1NzQyOTgyYWIzZWViNTdlOTNmMTk2YTI2ZDg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "38fee0ad-d8ad-4091-b17c-7782a10b8fb9"
    }
  ],
  "workloadContext": "Production"
}
2021-10-22T12:08:45.066Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-22T12:08:45.066Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 55580bad-7f49-4cc7-a093-03982cc71c06 ASDC
2021-10-22T12:08:45.067Z|3916131c-766e-4d69-bac5-c819d6965df6|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:3916131c-766e-4d69-bac5-c819d6965df6
ServiceName:Demo_pNF_0JD1hQ3aZ9IkM9jFBC3Q
ServiceVersion:1.0
ServiceUUID:55580bad-7f49-4cc7-a093-03982cc71c06
ServiceInvariantUUID:9f79d537-8120-4821-9ebb-cebfc0c21a5b
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf0jd1hq3az9ikm9jfbc3q-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf0jd1hq3az9ikm9jfbc3q/1.0/artifacts/service-DemoPnf0jd1hq3az9ikm9jfbc3q-csar.csar
ArtifactUUID:38fee0ad-d8ad-4091-b17c-7782a10b8fb9
ArtifactChecksum:ODQ3YTM1NzQyOTgyYWIzZWViNTdlOTNmMTk2YTI2ZDg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF bed4c539-2f6d 0
ResourceCustomizationUUID:3a3bee45-47c9-4f6d-a855-bc252cf339d6
ResourceInvariantUUID:26642f3b-2b71-4815-922a-8667bb04700d
ResourceName:pNF bed4c539-2f6d
ResourceType:PNF
ResourceUUID:f8187a65-b29c-4769-b092-e9fb8a54e28e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-10-22T12:08:45.067Z|3916131c-766e-4d69-bac5-c819d6965df6|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 55580bad-7f49-4cc7-a093-03982cc71c06 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-10-22T12:08:45.101Z|3916131c-766e-4d69-bac5-c819d6965df6|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-22T12:08:45.102Z|3916131c-766e-4d69-bac5-c819d6965df6|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-10-22T12:08:45.102Z|3916131c-766e-4d69-bac5-c819d6965df6|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-10-22T12:08:45.103Z|3916131c-766e-4d69-bac5-c819d6965df6|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 38fee0ad-d8ad-4091-b17c-7782a10b8fb9 from URL: /sdc/v1/catalog/services/DemoPnf0jd1hq3az9ikm9jfbc3q/1.0/artifacts/service-DemoPnf0jd1hq3az9ikm9jfbc3q-csar.csar
2021-10-22T12:08:45.103Z|3916131c-766e-4d69-bac5-c819d6965df6|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-10-22T12:08:45.103Z|3916131c-766e-4d69-bac5-c819d6965df6|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf0jd1hq3az9ikm9jfbc3q/1.0/artifacts/service-DemoPnf0jd1hq3az9ikm9jfbc3q-csar.csar
2021-10-22T12:08:45.317Z|3916131c-766e-4d69-bac5-c819d6965df6|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-10-22T12:08:45.320Z|3916131c-766e-4d69-bac5-c819d6965df6|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf0jd1hq3az9ikm9jfbc3q/1.0/artifacts/service-DemoPnf0jd1hq3az9ikm9jfbc3q-csar.csar 38fee0ad-d8ad-4091-b17c-7782a10b8fb9 82562
2021-10-22T12:08:45.321Z|3916131c-766e-4d69-bac5-c819d6965df6|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf0jd1hq3az9ikm9jfbc3q/1.0/artifacts/service-DemoPnf0jd1hq3az9ikm9jfbc3q-csar.csar ASDC sendASDCNotification
2021-10-22T12:08:45.321Z|3916131c-766e-4d69-bac5-c819d6965df6|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf0jd1hq3az9ikm9jfbc3q/1.0/artifacts/service-DemoPnf0jd1hq3az9ikm9jfbc3q-csar.csar
2021-10-22T12:08:45.321Z|3916131c-766e-4d69-bac5-c819d6965df6|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-22T12:08:45.321Z|3916131c-766e-4d69-bac5-c819d6965df6|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-22T12:08:45.323Z|3916131c-766e-4d69-bac5-c819d6965df6|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T12:08:45.323Z|3916131c-766e-4d69-bac5-c819d6965df6|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "3916131c-766e-4d69-bac5-c819d6965df6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634904525321,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0jd1hq3az9ikm9jfbc3q/1.0/artifacts/service-DemoPnf0jd1hq3az9ikm9jfbc3q-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-22T12:08:45.423Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-22T12:08:45.423Z||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-10-22T12:08:45.423Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOzP7zdlGYP7NOVE) ...
2021-10-22T12:08:45.438Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T12:08:45.438Z||pool-120-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-10-22T12:08:46.323Z|3916131c-766e-4d69-bac5-c819d6965df6|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-22T12:08:46.324Z|3916131c-766e-4d69-bac5-c819d6965df6|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-10-22T12:08:46.325Z|3916131c-766e-4d69-bac5-c819d6965df6|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 38fee0ad-d8ad-4091-b17c-7782a10b8fb9, URL: /sdc/v1/catalog/services/DemoPnf0jd1hq3az9ikm9jfbc3q/1.0/artifacts/service-DemoPnf0jd1hq3az9ikm9jfbc3q-csar.csar to file: /app/ASDC/1/service-DemoPnf0jd1hq3az9ikm9jfbc3q-csar.csar
2021-10-22T12:08:46.326Z|3916131c-766e-4d69-bac5-c819d6965df6|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf0jd1hq3az9ikm9jfbc3q-csar.csar
2021-10-22T12:08:46.326Z|3916131c-766e-4d69-bac5-c819d6965df6|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf0jd1hq3az9ikm9jfbc3q-csar.csar
2021-10-22T12:08:46.326Z|3916131c-766e-4d69-bac5-c819d6965df6|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf0jd1hq3az9ikm9jfbc3q-csar.csar
2021-10-22T12:08:46.541Z|3916131c-766e-4d69-bac5-c819d6965df6|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4476190232822829456/Definitions/service-DemoPnf0jd1hq3az9ikm9jfbc3q-template.yml
2021-10-22T12:08:47.307Z|3916131c-766e-4d69-bac5-c819d6965df6|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-22T12:08:47.307Z|3916131c-766e-4d69-bac5-c819d6965df6|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-10-22T12:08:47.308Z|3916131c-766e-4d69-bac5-c819d6965df6|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf0jd1hq3az9ikm9jfbc3q-csar.csar
2021-10-22T12:08:47.308Z|3916131c-766e-4d69-bac5-c819d6965df6|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-10-22T12:08:47.308Z|3916131c-766e-4d69-bac5-c819d6965df6|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF bed4c539-2f6d 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-DemoPnf0jd1hq3az9ikm9jfbc3q-csar.csar
2021-10-22T12:08:47.308Z|3916131c-766e-4d69-bac5-c819d6965df6|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-DemoPnf0jd1hq3az9ikm9jfbc3q-csar.csar
2021-10-22T12:08:47.309Z|3916131c-766e-4d69-bac5-c819d6965df6|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-DemoPnf0jd1hq3az9ikm9jfbc3q-csar.csar
2021-10-22T12:08:47.309Z|3916131c-766e-4d69-bac5-c819d6965df6|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-DemoPnf0jd1hq3az9ikm9jfbc3q-csar.csar
2021-10-22T12:08:47.309Z|3916131c-766e-4d69-bac5-c819d6965df6|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-DemoPnf0jd1hq3az9ikm9jfbc3q-csar.csar
2021-10-22T12:08:47.309Z|3916131c-766e-4d69-bac5-c819d6965df6|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-DemoPnf0jd1hq3az9ikm9jfbc3q-csar.csar
2021-10-22T12:08:47.310Z|3916131c-766e-4d69-bac5-c819d6965df6|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-DemoPnf0jd1hq3az9ikm9jfbc3q-csar.csar
2021-10-22T12:08:47.310Z|3916131c-766e-4d69-bac5-c819d6965df6|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-10-22T12:08:47.310Z|3916131c-766e-4d69-bac5-c819d6965df6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-22T12:08:47.311Z|3916131c-766e-4d69-bac5-c819d6965df6|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_0JD1hQ3aZ9IkM9jFBC3Q is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-22T12:08:47.311Z|3916131c-766e-4d69-bac5-c819d6965df6|pool-2-thread-5|||||DEBUG|500||Node template pNF bed4c539-2f6d 0 is matching search criteria
2021-10-22T12:08:47.311Z|3916131c-766e-4d69-bac5-c819d6965df6|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-10-22T12:08:47.312Z|3916131c-766e-4d69-bac5-c819d6965df6|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF bed4c539-2f6d 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-22T12:08:47.312Z|3916131c-766e-4d69-bac5-c819d6965df6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-22T12:08:47.312Z|3916131c-766e-4d69-bac5-c819d6965df6|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_0JD1hQ3aZ9IkM9jFBC3Q is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-22T12:08:47.313Z|3916131c-766e-4d69-bac5-c819d6965df6|pool-2-thread-5|||||DEBUG|500||Node template pNF bed4c539-2f6d 0 is matching search criteria
2021-10-22T12:08:47.313Z|3916131c-766e-4d69-bac5-c819d6965df6|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-10-22T12:08:47.313Z|3916131c-766e-4d69-bac5-c819d6965df6|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF bed4c539-2f6d 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-22T12:08:47.314Z|3916131c-766e-4d69-bac5-c819d6965df6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-22T12:08:47.314Z|3916131c-766e-4d69-bac5-c819d6965df6|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_0JD1hQ3aZ9IkM9jFBC3Q is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-22T12:08:47.314Z|3916131c-766e-4d69-bac5-c819d6965df6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-22T12:08:47.315Z|3916131c-766e-4d69-bac5-c819d6965df6|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_0JD1hQ3aZ9IkM9jFBC3Q is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-22T12:08:47.315Z|3916131c-766e-4d69-bac5-c819d6965df6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-22T12:08:47.315Z|3916131c-766e-4d69-bac5-c819d6965df6|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_0JD1hQ3aZ9IkM9jFBC3Q is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-22T12:08:47.315Z|3916131c-766e-4d69-bac5-c819d6965df6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-22T12:08:47.316Z|3916131c-766e-4d69-bac5-c819d6965df6|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_0JD1hQ3aZ9IkM9jFBC3Q is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-22T12:08:47.316Z|3916131c-766e-4d69-bac5-c819d6965df6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-22T12:08:47.316Z|3916131c-766e-4d69-bac5-c819d6965df6|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_0JD1hQ3aZ9IkM9jFBC3Q is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-22T12:08:47.317Z|3916131c-766e-4d69-bac5-c819d6965df6|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_0JD1hQ3aZ9IkM9jFBC3Q
Description:catalog service description
Model UUID:55580bad-7f49-4cc7-a093-03982cc71c06
Model Version:NULL
Model InvariantUuid:9f79d537-8120-4821-9ebb-cebfc0c21a5b
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-10-22T12:08:47.324Z|3916131c-766e-4d69-bac5-c819d6965df6|pool-2-thread-5|||||INFO|500||Processing Resource Type: PNF, Model UUID: f8187a65-b29c-4769-b092-e9fb8a54e28e
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-22T12:08:47.328Z|3916131c-766e-4d69-bac5-c819d6965df6|pool-2-thread-5|||||INFO|500||pNF bed4c539-2f6d 0
2021-10-22T12:08:47.328Z|3916131c-766e-4d69-bac5-c819d6965df6|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: f8187a65-b29c-4769-b092-e9fb8a54e28e
2021-10-22T12:08:47.329Z|3916131c-766e-4d69-bac5-c819d6965df6|pool-2-thread-5|||||DEBUG|500||No resources found for Service: 55580bad-7f49-4cc7-a093-03982cc71c06
2021-10-22T12:08:47.329Z|3916131c-766e-4d69-bac5-c819d6965df6|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 55580bad-7f49-4cc7-a093-03982cc71c06
2021-10-22T12:08:47.329Z|3916131c-766e-4d69-bac5-c819d6965df6|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF bed4c539-2f6d 0 f8187a65-b29c-4769-b092-e9fb8a54e28e ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-22T12:08:47.334Z|3916131c-766e-4d69-bac5-c819d6965df6|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1252bfde, org.onap.sdc.toscaparser.api.parameters.Input@66220316, org.onap.sdc.toscaparser.api.parameters.Input@e07c507, org.onap.sdc.toscaparser.api.parameters.Input@4403a9f, org.onap.sdc.toscaparser.api.parameters.Input@36bd986]
2021-10-22T12:08:47.334Z|3916131c-766e-4d69-bac5-c819d6965df6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-22T12:08:47.335Z|3916131c-766e-4d69-bac5-c819d6965df6|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_0JD1hQ3aZ9IkM9jFBC3Q is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-22T12:08:47.335Z|3916131c-766e-4d69-bac5-c819d6965df6|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 55580bad-7f49-4cc7-a093-03982cc71c06: pNF bed4c539-2f6d
2021-10-22T12:08:47.335Z|3916131c-766e-4d69-bac5-c819d6965df6|pool-2-thread-5|||||INFO|500||Processing PNF resource: f8187a65-b29c-4769-b092-e9fb8a54e28e
2021-10-22T12:08:47.335Z|3916131c-766e-4d69-bac5-c819d6965df6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-22T12:08:47.335Z|3916131c-766e-4d69-bac5-c819d6965df6|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_0JD1hQ3aZ9IkM9jFBC3Q is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-22T12:08:47.336Z|3916131c-766e-4d69-bac5-c819d6965df6|pool-2-thread-5|||||INFO|500||Resource customization UUID: 3a3bee45-47c9-4f6d-a855-bc252cf339d6 is the same as notified resource customizationUUID: 3a3bee45-47c9-4f6d-a855-bc252cf339d6
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2021-10-22T12:08:47.375Z|3916131c-766e-4d69-bac5-c819d6965df6|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF bed4c539-2f6d f8187a65-b29c-4769-b092-e9fb8a54e28e 0 ASDC deployResourceStructure
2021-10-22T12:08:47.376Z|3916131c-766e-4d69-bac5-c819d6965df6|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf0jd1hq3az9ikm9jfbc3q/1.0/artifacts/service-DemoPnf0jd1hq3az9ikm9jfbc3q-csar.csar ASDC sendASDCNotification
2021-10-22T12:08:47.376Z|3916131c-766e-4d69-bac5-c819d6965df6|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf0jd1hq3az9ikm9jfbc3q/1.0/artifacts/service-DemoPnf0jd1hq3az9ikm9jfbc3q-csar.csar
2021-10-22T12:08:47.376Z|3916131c-766e-4d69-bac5-c819d6965df6|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-22T12:08:47.376Z|3916131c-766e-4d69-bac5-c819d6965df6|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-22T12:08:47.378Z|3916131c-766e-4d69-bac5-c819d6965df6|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T12:08:47.378Z|3916131c-766e-4d69-bac5-c819d6965df6|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "3916131c-766e-4d69-bac5-c819d6965df6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634904527376,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0jd1hq3az9ikm9jfbc3q/1.0/artifacts/service-DemoPnf0jd1hq3az9ikm9jfbc3q-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-22T12:08:47.478Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-22T12:08:47.478Z||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-10-22T12:08:47.478Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOzP7zdlGYP7NOVE) ...
2021-10-22T12:08:47.489Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T12:08:47.489Z||pool-121-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-10-22T12:08:48.379Z|3916131c-766e-4d69-bac5-c819d6965df6|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3916131c-766e-4d69-bac5-c819d6965df6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-22T12:08:48.389Z|3916131c-766e-4d69-bac5-c819d6965df6|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3916131c-766e-4d69-bac5-c819d6965df6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-22T12:08:48.392Z|3916131c-766e-4d69-bac5-c819d6965df6|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-22T12:08:48.392Z|3916131c-766e-4d69-bac5-c819d6965df6|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-22T12:08:48.392Z|3916131c-766e-4d69-bac5-c819d6965df6|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-10-22T12:08:48.392Z|3916131c-766e-4d69-bac5-c819d6965df6|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-10-22T12:08:48.392Z|3916131c-766e-4d69-bac5-c819d6965df6|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-22T12:08:48.393Z|3916131c-766e-4d69-bac5-c819d6965df6|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-22T12:08:48.393Z|3916131c-766e-4d69-bac5-c819d6965df6|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-22T12:08:48.393Z|3916131c-766e-4d69-bac5-c819d6965df6|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-22T12:08:48.393Z|3916131c-766e-4d69-bac5-c819d6965df6|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-22T12:08:48.393Z|3916131c-766e-4d69-bac5-c819d6965df6|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-22T12:08:48.393Z|3916131c-766e-4d69-bac5-c819d6965df6|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-10-22T12:08:48.397Z|3916131c-766e-4d69-bac5-c819d6965df6|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-10-22T12:09:18.398Z|3916131c-766e-4d69-bac5-c819d6965df6|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3916131c-766e-4d69-bac5-c819d6965df6 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-10-22T12:09:18.411Z|3916131c-766e-4d69-bac5-c819d6965df6|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3916131c-766e-4d69-bac5-c819d6965df6 and serviceModelVersionId: 55580bad-7f49-4cc7-a093-03982cc71c06
2021-10-22T12:09:18.412Z|3916131c-766e-4d69-bac5-c819d6965df6|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9f79d537-8120-4821-9ebb-cebfc0c21a5b
2021-10-22T12:09:18.413Z|3916131c-766e-4d69-bac5-c819d6965df6|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9f79d537-8120-4821-9ebb-cebfc0c21a5b/model-vers/model-ver/55580bad-7f49-4cc7-a093-03982cc71c06?depth=0
2021-10-22T12:09:18.421Z|3916131c-766e-4d69-bac5-c819d6965df6|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2021-10-22T12:09:18.484Z|3916131c-766e-4d69-bac5-c819d6965df6|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9f79d537-8120-4821-9ebb-cebfc0c21a5b/model-vers/model-ver/55580bad-7f49-4cc7-a093-03982cc71c06?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-10-22T12:09:18.486Z|3916131c-766e-4d69-bac5-c819d6965df6|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9f79d537-8120-4821-9ebb-cebfc0c21a5b/model-vers/model-ver/55580bad-7f49-4cc7-a093-03982cc71c06?depth=0|INFO|500||Invoke
2021-10-22T12:09:18.508Z|3916131c-766e-4d69-bac5-c819d6965df6|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9f79d537-8120-4821-9ebb-cebfc0c21a5b/model-vers/model-ver/55580bad-7f49-4cc7-a093-03982cc71c06?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-10-22T12:09:18.607Z|3916131c-766e-4d69-bac5-c819d6965df6|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9f79d537-8120-4821-9ebb-cebfc0c21a5b/model-vers/model-ver/55580bad-7f49-4cc7-a093-03982cc71c06?depth=0|INFO|500||InvokeReturn
2021-10-22T12:09:18.608Z|3916131c-766e-4d69-bac5-c819d6965df6|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9f79d537-8120-4821-9ebb-cebfc0c21a5b/model-vers/model-ver/55580bad-7f49-4cc7-a093-03982cc71c06?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-211022-12:09:18:515-79797], vertex-id=[213056], Content-Length=[0], Date=[Fri, 22 Oct 2021 12:09:18 GMT], Content-Type=[application/json]}
2021-10-22T12:09:18.608Z|3916131c-766e-4d69-bac5-c819d6965df6|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2021-10-22T12:09:18.608Z|3916131c-766e-4d69-bac5-c819d6965df6|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-10-22T12:09:18.608Z|3916131c-766e-4d69-bac5-c819d6965df6|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-22T12:09:18.618Z|3916131c-766e-4d69-bac5-c819d6965df6|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-10-22T12:09:18.618Z|3916131c-766e-4d69-bac5-c819d6965df6|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3916131c-766e-4d69-bac5-c819d6965df6 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-10-22T12:09:18.618Z|3916131c-766e-4d69-bac5-c819d6965df6|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-10-22T12:09:18.619Z|3916131c-766e-4d69-bac5-c819d6965df6|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-22T12:09:18.621Z|3916131c-766e-4d69-bac5-c819d6965df6|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T12:09:18.621Z|3916131c-766e-4d69-bac5-c819d6965df6|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "3916131c-766e-4d69-bac5-c819d6965df6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634904558618,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-22T12:09:18.721Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-22T12:09:18.728Z||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-10-22T12:09:18.728Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOzP7zdlGYP7NOVE) ...
2021-10-22T12:09:18.743Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T12:09:18.744Z||pool-122-thread-1|||||INFO|500||cambria reply ok (22 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-10-22T12:09:36.367Z|3916131c-766e-4d69-bac5-c819d6965df6|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T12:09:36.368Z|3916131c-766e-4d69-bac5-c819d6965df6|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-10-22T12:09:36.368Z|3916131c-766e-4d69-bac5-c819d6965df6|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 cOzP7zdlGYP7NOVE) ...
2021-10-22T12:09:36.369Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T12:09:36.370Z||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-10-22T12:09:36.370Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T12:09:36.489Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T12:09:36.489Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T12:09:36.489Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3916131c-766e-4d69-bac5-c819d6965df6",
  "consumerID": "clamp",
  "timestamp": 1634904517028,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0jd1hq3az9ikm9jfbc3q/1.0/artifacts/service-DemoPnf0jd1hq3az9ikm9jfbc3q-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-22T12:09:36.490Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T12:09:36.998Z|3916131c-766e-4d69-bac5-c819d6965df6|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T12:09:36.999Z|3916131c-766e-4d69-bac5-c819d6965df6|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-22T12:09:36.999Z|3916131c-766e-4d69-bac5-c819d6965df6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"6780425f-7702-4e92-b85a-2c1211dd4c59","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"240342b3-bb22-48a8-adfc-77cd9ed71501","serviceDescription":"service","serviceInvariantUUID":"b2136abd-6225-4355-9563-c9cb818cb92e","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"dfb2152a-a16f-496c-8333-8d31e1541752","resourceInvariantUUID":"35a036eb-ed8b-4c22-89e3-66be9e7c784a","resourceCustomizationUUID":"db12e09d-e12c-442a-a111-fc01ea63195c","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":"MDljZTE3MDFjN2NmM2QwNDcwMGRkYmI4MjBlNGJhOGE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8716a24a-2389-453b-97f2-7693fe2c7da4","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":"ce4dc57a-8e73-4fd4-8919-c75bc73367bf","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":"d10ace27-115c-4c47-85b9-aee8b8aaf6b5","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":"NGFjOGIyZDQwNzVlNWY1ZWQ5YTFiYTFjMjQ0MTM1Njg\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"774b6f2a-8a1d-479f-af72-d2321245c487","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":"518262fc-b04e-48fd-96e5-33febedc3f9f","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":"c23efd1c-99f9-4678-9711-469b0e077cef","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":"64c956f6-e873-43f3-a396-5c6a19af9e97","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":"YjQ5YzhkNWM1MzQ3MzgyM2ZiZGZiMjgzZDhjMmFhYmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7e4347da-4dff-493a-855b-4f5f6ccdea3c","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"MjNjODAyMGExZjYxZTU5NTQ1YTczMGZkNzcxNDBiYWI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6aeae930-0592-4880-a017-3e671b289d11","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-22T12:09:37.002Z|3916131c-766e-4d69-bac5-c819d6965df6|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-22T12:09:37.002Z|3916131c-766e-4d69-bac5-c819d6965df6|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-22T12:09:37.005Z|3916131c-766e-4d69-bac5-c819d6965df6|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T12:09:37.005Z|3916131c-766e-4d69-bac5-c819d6965df6|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "6780425f-7702-4e92-b85a-2c1211dd4c59",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634904576367,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T12:09:37.105Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-22T12:09:37.105Z||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-10-22T12:09:37.105Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOzP7zdlGYP7NOVE) ...
2021-10-22T12:09:37.116Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T12:09:37.116Z||pool-123-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-10-22T12:09:38.006Z|3916131c-766e-4d69-bac5-c819d6965df6|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-22T12:09:38.007Z|3916131c-766e-4d69-bac5-c819d6965df6|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-22T12:09:38.009Z|3916131c-766e-4d69-bac5-c819d6965df6|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T12:09:38.009Z|3916131c-766e-4d69-bac5-c819d6965df6|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "6780425f-7702-4e92-b85a-2c1211dd4c59",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634904576367,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-22T12:09:38.109Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-22T12:09:38.109Z||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-10-22T12:09:38.110Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOzP7zdlGYP7NOVE) ...
2021-10-22T12:09:38.120Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T12:09:38.120Z||pool-124-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-22T12:09:39.011Z|3916131c-766e-4d69-bac5-c819d6965df6|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-22T12:09:39.012Z|3916131c-766e-4d69-bac5-c819d6965df6|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-22T12:09:39.013Z|3916131c-766e-4d69-bac5-c819d6965df6|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T12:09:39.014Z|3916131c-766e-4d69-bac5-c819d6965df6|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "6780425f-7702-4e92-b85a-2c1211dd4c59",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634904576367,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-22T12:09:39.113Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-22T12:09:39.114Z||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-10-22T12:09:39.114Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOzP7zdlGYP7NOVE) ...
2021-10-22T12:09:39.128Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T12:09:39.128Z||pool-125-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-22T12:09:40.014Z|3916131c-766e-4d69-bac5-c819d6965df6|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-22T12:09:40.015Z|3916131c-766e-4d69-bac5-c819d6965df6|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-22T12:09:40.017Z|3916131c-766e-4d69-bac5-c819d6965df6|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T12:09:40.018Z|3916131c-766e-4d69-bac5-c819d6965df6|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "6780425f-7702-4e92-b85a-2c1211dd4c59",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634904576367,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-22T12:09:40.117Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-22T12:09:40.118Z||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-10-22T12:09:40.118Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOzP7zdlGYP7NOVE) ...
2021-10-22T12:09:40.130Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T12:09:40.131Z||pool-126-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-22T12:09:41.018Z|3916131c-766e-4d69-bac5-c819d6965df6|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-22T12:09:41.019Z|3916131c-766e-4d69-bac5-c819d6965df6|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-22T12:09:41.021Z|3916131c-766e-4d69-bac5-c819d6965df6|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T12:09:41.021Z|3916131c-766e-4d69-bac5-c819d6965df6|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "6780425f-7702-4e92-b85a-2c1211dd4c59",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634904576367,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T12:09:41.121Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-22T12:09:41.122Z||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-10-22T12:09:41.122Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOzP7zdlGYP7NOVE) ...
2021-10-22T12:09:41.132Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T12:09:41.133Z||pool-127-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-22T12:09:42.022Z|3916131c-766e-4d69-bac5-c819d6965df6|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-22T12:09:42.023Z|3916131c-766e-4d69-bac5-c819d6965df6|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-22T12:09:42.026Z|3916131c-766e-4d69-bac5-c819d6965df6|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T12:09:42.027Z|3916131c-766e-4d69-bac5-c819d6965df6|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "6780425f-7702-4e92-b85a-2c1211dd4c59",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634904576367,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T12:09:42.126Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-22T12:09:42.127Z||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-10-22T12:09:42.127Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOzP7zdlGYP7NOVE) ...
2021-10-22T12:09:42.137Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T12:09:42.138Z||pool-128-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-22T12:09:43.027Z|3916131c-766e-4d69-bac5-c819d6965df6|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-22T12:09:43.028Z|3916131c-766e-4d69-bac5-c819d6965df6|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-22T12:09:43.030Z|3916131c-766e-4d69-bac5-c819d6965df6|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T12:09:43.030Z|3916131c-766e-4d69-bac5-c819d6965df6|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "6780425f-7702-4e92-b85a-2c1211dd4c59",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634904576367,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T12:09:43.130Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-22T12:09:43.131Z||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-10-22T12:09:43.131Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOzP7zdlGYP7NOVE) ...
2021-10-22T12:09:43.144Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T12:09:43.145Z||pool-129-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-10-22T12:09:44.031Z|3916131c-766e-4d69-bac5-c819d6965df6|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-22T12:09:44.032Z|3916131c-766e-4d69-bac5-c819d6965df6|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-22T12:09:44.034Z|3916131c-766e-4d69-bac5-c819d6965df6|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T12:09:44.034Z|3916131c-766e-4d69-bac5-c819d6965df6|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "6780425f-7702-4e92-b85a-2c1211dd4c59",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634904576367,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T12:09:44.134Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-22T12:09:44.135Z||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-10-22T12:09:44.135Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOzP7zdlGYP7NOVE) ...
2021-10-22T12:09:44.145Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T12:09:44.146Z||pool-130-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-22T12:09:45.035Z|3916131c-766e-4d69-bac5-c819d6965df6|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-22T12:09:45.038Z|3916131c-766e-4d69-bac5-c819d6965df6|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-22T12:09:45.039Z|3916131c-766e-4d69-bac5-c819d6965df6|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T12:09:45.040Z|3916131c-766e-4d69-bac5-c819d6965df6|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "6780425f-7702-4e92-b85a-2c1211dd4c59",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634904576367,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-22T12:09:45.139Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-22T12:09:45.141Z||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-10-22T12:09:45.141Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOzP7zdlGYP7NOVE) ...
2021-10-22T12:09:45.157Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T12:09:45.158Z||pool-131-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2021-10-22T12:09:46.041Z|3916131c-766e-4d69-bac5-c819d6965df6|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "6780425f-7702-4e92-b85a-2c1211dd4c59",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "240342b3-bb22-48a8-adfc-77cd9ed71501",
  "serviceDescription": "service",
  "serviceInvariantUUID": "b2136abd-6225-4355-9563-c9cb818cb92e",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "db12e09d-e12c-442a-a111-fc01ea63195c",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "dfb2152a-a16f-496c-8333-8d31e1541752",
      "resourceInvariantUUID": "35a036eb-ed8b-4c22-89e3-66be9e7c784a",
      "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": "MjNjODAyMGExZjYxZTU5NTQ1YTczMGZkNzcxNDBiYWI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "6aeae930-0592-4880-a017-3e671b289d11"
    }
  ],
  "workloadContext": "Production"
}
2021-10-22T12:09:46.042Z|3916131c-766e-4d69-bac5-c819d6965df6|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-22T12:09:46.042Z|3916131c-766e-4d69-bac5-c819d6965df6|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 240342b3-bb22-48a8-adfc-77cd9ed71501 ASDC
2021-10-22T12:09:46.043Z|6780425f-7702-4e92-b85a-2c1211dd4c59|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:6780425f-7702-4e92-b85a-2c1211dd4c59
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:240342b3-bb22-48a8-adfc-77cd9ed71501
ServiceInvariantUUID:b2136abd-6225-4355-9563-c9cb818cb92e
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:6aeae930-0592-4880-a017-3e671b289d11
ArtifactChecksum:MjNjODAyMGExZjYxZTU5NTQ1YTczMGZkNzcxNDBiYWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:db12e09d-e12c-442a-a111-fc01ea63195c
ResourceInvariantUUID:35a036eb-ed8b-4c22-89e3-66be9e7c784a
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:dfb2152a-a16f-496c-8333-8d31e1541752
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-10-22T12:09:46.043Z|6780425f-7702-4e92-b85a-2c1211dd4c59|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 240342b3-bb22-48a8-adfc-77cd9ed71501 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-10-22T12:09:46.066Z|6780425f-7702-4e92-b85a-2c1211dd4c59|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-22T12:09:46.067Z|6780425f-7702-4e92-b85a-2c1211dd4c59|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-10-22T12:09:46.067Z|6780425f-7702-4e92-b85a-2c1211dd4c59|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-10-22T12:09:46.067Z|6780425f-7702-4e92-b85a-2c1211dd4c59|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 6aeae930-0592-4880-a017-3e671b289d11 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-10-22T12:09:46.067Z|6780425f-7702-4e92-b85a-2c1211dd4c59|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-10-22T12:09:46.068Z|6780425f-7702-4e92-b85a-2c1211dd4c59|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-10-22T12:09:46.227Z|6780425f-7702-4e92-b85a-2c1211dd4c59|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-10-22T12:09:46.232Z|6780425f-7702-4e92-b85a-2c1211dd4c59|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 6aeae930-0592-4880-a017-3e671b289d11 105556
2021-10-22T12:09:46.232Z|6780425f-7702-4e92-b85a-2c1211dd4c59|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2021-10-22T12:09:46.233Z|6780425f-7702-4e92-b85a-2c1211dd4c59|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-10-22T12:09:46.233Z|6780425f-7702-4e92-b85a-2c1211dd4c59|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-22T12:09:46.233Z|6780425f-7702-4e92-b85a-2c1211dd4c59|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-22T12:09:46.235Z|6780425f-7702-4e92-b85a-2c1211dd4c59|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T12:09:46.235Z|6780425f-7702-4e92-b85a-2c1211dd4c59|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "6780425f-7702-4e92-b85a-2c1211dd4c59",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634904586232,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-22T12:09:46.335Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-22T12:09:46.335Z||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-10-22T12:09:46.336Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOzP7zdlGYP7NOVE) ...
2021-10-22T12:09:46.357Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T12:09:46.358Z||pool-132-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2021-10-22T12:09:47.236Z|6780425f-7702-4e92-b85a-2c1211dd4c59|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-22T12:09:47.240Z|6780425f-7702-4e92-b85a-2c1211dd4c59|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-10-22T12:09:47.241Z|6780425f-7702-4e92-b85a-2c1211dd4c59|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 6aeae930-0592-4880-a017-3e671b289d11, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-10-22T12:09:47.242Z|6780425f-7702-4e92-b85a-2c1211dd4c59|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2021-10-22T12:09:47.243Z|6780425f-7702-4e92-b85a-2c1211dd4c59|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-10-22T12:09:47.243Z|6780425f-7702-4e92-b85a-2c1211dd4c59|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-10-22T12:09:47.470Z|6780425f-7702-4e92-b85a-2c1211dd4c59|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15031698555391335839/Definitions/service-TestPnfMacro-template.yml
2021-10-22T12:09:48.258Z|6780425f-7702-4e92-b85a-2c1211dd4c59|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-22T12:09:48.258Z|6780425f-7702-4e92-b85a-2c1211dd4c59|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-10-22T12:09:48.258Z|6780425f-7702-4e92-b85a-2c1211dd4c59|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-10-22T12:09:48.258Z|6780425f-7702-4e92-b85a-2c1211dd4c59|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-10-22T12:09:48.258Z|6780425f-7702-4e92-b85a-2c1211dd4c59|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-TestPnfMacro-csar.csar
2021-10-22T12:09:48.258Z|6780425f-7702-4e92-b85a-2c1211dd4c59|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-TestPnfMacro-csar.csar
2021-10-22T12:09:48.258Z|6780425f-7702-4e92-b85a-2c1211dd4c59|pool-2-thread-5|||||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-10-22T12:09:48.258Z|6780425f-7702-4e92-b85a-2c1211dd4c59|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-TestPnfMacro-csar.csar
2021-10-22T12:09:48.259Z|6780425f-7702-4e92-b85a-2c1211dd4c59|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-TestPnfMacro-csar.csar
2021-10-22T12:09:48.259Z|6780425f-7702-4e92-b85a-2c1211dd4c59|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-TestPnfMacro-csar.csar
2021-10-22T12:09:48.259Z|6780425f-7702-4e92-b85a-2c1211dd4c59|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-TestPnfMacro-csar.csar
2021-10-22T12:09:48.259Z|6780425f-7702-4e92-b85a-2c1211dd4c59|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-10-22T12:09:48.259Z|6780425f-7702-4e92-b85a-2c1211dd4c59|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-22T12:09:48.259Z|6780425f-7702-4e92-b85a-2c1211dd4c59|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-22T12:09:48.259Z|6780425f-7702-4e92-b85a-2c1211dd4c59|pool-2-thread-5|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2021-10-22T12:09:48.259Z|6780425f-7702-4e92-b85a-2c1211dd4c59|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-10-22T12:09:48.259Z|6780425f-7702-4e92-b85a-2c1211dd4c59|pool-2-thread-5|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-22T12:09:48.260Z|6780425f-7702-4e92-b85a-2c1211dd4c59|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-22T12:09:48.260Z|6780425f-7702-4e92-b85a-2c1211dd4c59|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-22T12:09:48.260Z|6780425f-7702-4e92-b85a-2c1211dd4c59|pool-2-thread-5|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2021-10-22T12:09:48.260Z|6780425f-7702-4e92-b85a-2c1211dd4c59|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-10-22T12:09:48.260Z|6780425f-7702-4e92-b85a-2c1211dd4c59|pool-2-thread-5|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-22T12:09:48.260Z|6780425f-7702-4e92-b85a-2c1211dd4c59|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-22T12:09:48.260Z|6780425f-7702-4e92-b85a-2c1211dd4c59|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-22T12:09:48.260Z|6780425f-7702-4e92-b85a-2c1211dd4c59|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-22T12:09:48.261Z|6780425f-7702-4e92-b85a-2c1211dd4c59|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-22T12:09:48.261Z|6780425f-7702-4e92-b85a-2c1211dd4c59|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-22T12:09:48.261Z|6780425f-7702-4e92-b85a-2c1211dd4c59|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-22T12:09:48.262Z|6780425f-7702-4e92-b85a-2c1211dd4c59|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-22T12:09:48.262Z|6780425f-7702-4e92-b85a-2c1211dd4c59|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-22T12:09:48.262Z|6780425f-7702-4e92-b85a-2c1211dd4c59|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-22T12:09:48.262Z|6780425f-7702-4e92-b85a-2c1211dd4c59|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-22T12:09:48.262Z|6780425f-7702-4e92-b85a-2c1211dd4c59|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:240342b3-bb22-48a8-adfc-77cd9ed71501
Model Version:NULL
Model InvariantUuid:b2136abd-6225-4355-9563-c9cb818cb92e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-10-22T12:09:48.267Z|6780425f-7702-4e92-b85a-2c1211dd4c59|pool-2-thread-5|||||INFO|500||Processing Resource Type: PNF, Model UUID: dfb2152a-a16f-496c-8333-8d31e1541752
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-22T12:09:48.269Z|6780425f-7702-4e92-b85a-2c1211dd4c59|pool-2-thread-5|||||INFO|500||test-pnf 0
2021-10-22T12:09:48.269Z|6780425f-7702-4e92-b85a-2c1211dd4c59|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: dfb2152a-a16f-496c-8333-8d31e1541752
2021-10-22T12:09:48.269Z|6780425f-7702-4e92-b85a-2c1211dd4c59|pool-2-thread-5|||||DEBUG|500||No resources found for Service: 240342b3-bb22-48a8-adfc-77cd9ed71501
2021-10-22T12:09:48.269Z|6780425f-7702-4e92-b85a-2c1211dd4c59|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 240342b3-bb22-48a8-adfc-77cd9ed71501
2021-10-22T12:09:48.270Z|6780425f-7702-4e92-b85a-2c1211dd4c59|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 dfb2152a-a16f-496c-8333-8d31e1541752 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-22T12:09:48.273Z|6780425f-7702-4e92-b85a-2c1211dd4c59|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1d25f070, org.onap.sdc.toscaparser.api.parameters.Input@1a07823e, org.onap.sdc.toscaparser.api.parameters.Input@4b1095e0, org.onap.sdc.toscaparser.api.parameters.Input@da2cc6a, org.onap.sdc.toscaparser.api.parameters.Input@3f361bde]
2021-10-22T12:09:48.273Z|6780425f-7702-4e92-b85a-2c1211dd4c59|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-22T12:09:48.274Z|6780425f-7702-4e92-b85a-2c1211dd4c59|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-22T12:09:48.274Z|6780425f-7702-4e92-b85a-2c1211dd4c59|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 240342b3-bb22-48a8-adfc-77cd9ed71501: test-pnf
2021-10-22T12:09:48.274Z|6780425f-7702-4e92-b85a-2c1211dd4c59|pool-2-thread-5|||||INFO|500||Processing PNF resource: dfb2152a-a16f-496c-8333-8d31e1541752
2021-10-22T12:09:48.274Z|6780425f-7702-4e92-b85a-2c1211dd4c59|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-22T12:09:48.274Z|6780425f-7702-4e92-b85a-2c1211dd4c59|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-22T12:09:48.274Z|6780425f-7702-4e92-b85a-2c1211dd4c59|pool-2-thread-5|||||INFO|500||Resource customization UUID: db12e09d-e12c-442a-a111-fc01ea63195c is the same as notified resource customizationUUID: db12e09d-e12c-442a-a111-fc01ea63195c
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2021-10-22T12:09:48.302Z|6780425f-7702-4e92-b85a-2c1211dd4c59|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf dfb2152a-a16f-496c-8333-8d31e1541752 0 ASDC deployResourceStructure
2021-10-22T12:09:48.303Z|6780425f-7702-4e92-b85a-2c1211dd4c59|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2021-10-22T12:09:48.303Z|6780425f-7702-4e92-b85a-2c1211dd4c59|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-10-22T12:09:48.303Z|6780425f-7702-4e92-b85a-2c1211dd4c59|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-22T12:09:48.303Z|6780425f-7702-4e92-b85a-2c1211dd4c59|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-22T12:09:48.305Z|6780425f-7702-4e92-b85a-2c1211dd4c59|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T12:09:48.305Z|6780425f-7702-4e92-b85a-2c1211dd4c59|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "6780425f-7702-4e92-b85a-2c1211dd4c59",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634904588303,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-22T12:09:48.405Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-22T12:09:48.407Z||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-10-22T12:09:48.407Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOzP7zdlGYP7NOVE) ...
2021-10-22T12:09:48.422Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T12:09:48.422Z||pool-133-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-10-22T12:09:49.305Z|6780425f-7702-4e92-b85a-2c1211dd4c59|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6780425f-7702-4e92-b85a-2c1211dd4c59
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-22T12:09:49.313Z|6780425f-7702-4e92-b85a-2c1211dd4c59|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6780425f-7702-4e92-b85a-2c1211dd4c59
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-22T12:09:49.315Z|6780425f-7702-4e92-b85a-2c1211dd4c59|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-22T12:09:49.315Z|6780425f-7702-4e92-b85a-2c1211dd4c59|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-22T12:09:49.315Z|6780425f-7702-4e92-b85a-2c1211dd4c59|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-22T12:10:19.315Z|6780425f-7702-4e92-b85a-2c1211dd4c59|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6780425f-7702-4e92-b85a-2c1211dd4c59
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-22T12:10:19.325Z|6780425f-7702-4e92-b85a-2c1211dd4c59|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6780425f-7702-4e92-b85a-2c1211dd4c59
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-22T12:10:19.327Z|6780425f-7702-4e92-b85a-2c1211dd4c59|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-22T12:10:19.327Z|6780425f-7702-4e92-b85a-2c1211dd4c59|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-22T12:10:19.327Z|6780425f-7702-4e92-b85a-2c1211dd4c59|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-22T12:10:36.370Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T12:10:36.370Z||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-10-22T12:10:36.370Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T12:10:36.403Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T12:10:36.404Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T12:10:36.404Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3916131c-766e-4d69-bac5-c819d6965df6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634904516368,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0jd1hq3az9ikm9jfbc3q/1.0/resourceInstances/pnfbed4c5392f6d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T12:10:36.405Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:10:36.405Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T12:10:36.405Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3916131c-766e-4d69-bac5-c819d6965df6",
  "consumerID": "clamp",
  "timestamp": 1634904518032,
  "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-10-22T12:10:36.411Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 3916131c-766e-4d69-bac5-c819d6965df6
2021-10-22T12:10:36.411Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3916131c-766e-4d69-bac5-c819d6965df6 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-10-22T12:10:36.420Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T12:10:36.420Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3916131c-766e-4d69-bac5-c819d6965df6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634904516368,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0jd1hq3az9ikm9jfbc3q/1.0/resourceInstances/pnfbed4c5392f6d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-22T12:10:36.421Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:10:36.421Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T12:10:36.421Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3916131c-766e-4d69-bac5-c819d6965df6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634904516368,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0jd1hq3az9ikm9jfbc3q/1.0/resourceInstances/pnfbed4c5392f6d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-22T12:10:36.421Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:10:36.421Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T12:10:36.421Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3916131c-766e-4d69-bac5-c819d6965df6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634904516368,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0jd1hq3az9ikm9jfbc3q/1.0/resourceInstances/pnfbed4c5392f6d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T12:10:36.421Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:10:36.421Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T12:10:36.421Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3916131c-766e-4d69-bac5-c819d6965df6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634904516368,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0jd1hq3az9ikm9jfbc3q/1.0/resourceInstances/pnfbed4c5392f6d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T12:10:36.421Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:10:36.422Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T12:10:36.422Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3916131c-766e-4d69-bac5-c819d6965df6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634904516368,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0jd1hq3az9ikm9jfbc3q/1.0/resourceInstances/pnfbed4c5392f6d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T12:10:36.422Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:10:36.422Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T12:10:36.422Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3916131c-766e-4d69-bac5-c819d6965df6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634904516368,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0jd1hq3az9ikm9jfbc3q/1.0/artifacts/service-DemoPnf0jd1hq3az9ikm9jfbc3q-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T12:10:36.422Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:10:36.422Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T12:10:36.422Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3916131c-766e-4d69-bac5-c819d6965df6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634904516368,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0jd1hq3az9ikm9jfbc3q/1.0/artifacts/service-DemoPnf0jd1hq3az9ikm9jfbc3q-csar.csar",
  "status": "NOTIFIED"
}
2021-10-22T12:10:36.422Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:10:36.422Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T12:10:36.422Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3916131c-766e-4d69-bac5-c819d6965df6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634904525321,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0jd1hq3az9ikm9jfbc3q/1.0/artifacts/service-DemoPnf0jd1hq3az9ikm9jfbc3q-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-22T12:10:36.422Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T12:10:36.422Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T12:10:36.423Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3916131c-766e-4d69-bac5-c819d6965df6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634904527376,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0jd1hq3az9ikm9jfbc3q/1.0/artifacts/service-DemoPnf0jd1hq3az9ikm9jfbc3q-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-22T12:10:36.423Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T12:10:36.423Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T12:10:36.423Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3916131c-766e-4d69-bac5-c819d6965df6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634904558618,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-22T12:10:36.423Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T12:10:36.423Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T12:10:36.423Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6780425f-7702-4e92-b85a-2c1211dd4c59",
  "consumerID": "dcae-sch",
  "timestamp": 1634904561828,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T12:10:36.423Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:10:36.423Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T12:10:36.423Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6780425f-7702-4e92-b85a-2c1211dd4c59",
  "consumerID": "cds",
  "timestamp": 1634904567881,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T12:10:36.423Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:10:36.423Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T12:10:36.423Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6780425f-7702-4e92-b85a-2c1211dd4c59",
  "consumerID": "policy-id",
  "timestamp": 1634904564150,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T12:10:36.423Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:10:36.423Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T12:10:36.424Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6780425f-7702-4e92-b85a-2c1211dd4c59",
  "consumerID": "cds",
  "timestamp": 1634904567881,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-22T12:10:36.424Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:10:36.424Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T12:10:36.424Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6780425f-7702-4e92-b85a-2c1211dd4c59",
  "consumerID": "dcae-sch",
  "timestamp": 1634904561828,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-22T12:10:36.424Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:10:36.424Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T12:10:36.424Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6780425f-7702-4e92-b85a-2c1211dd4c59",
  "consumerID": "policy-id",
  "timestamp": 1634904564150,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-22T12:10:36.424Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:10:36.424Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T12:10:36.424Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6780425f-7702-4e92-b85a-2c1211dd4c59",
  "consumerID": "cds",
  "timestamp": 1634904567881,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-22T12:10:36.424Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:10:36.425Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T12:10:36.425Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6780425f-7702-4e92-b85a-2c1211dd4c59",
  "consumerID": "policy-id",
  "timestamp": 1634904564150,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-22T12:10:36.425Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:10:36.425Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T12:10:36.425Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6780425f-7702-4e92-b85a-2c1211dd4c59",
  "consumerID": "dcae-sch",
  "timestamp": 1634904561828,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-22T12:10:36.425Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:10:36.425Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T12:10:36.425Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6780425f-7702-4e92-b85a-2c1211dd4c59",
  "consumerID": "cds",
  "timestamp": 1634904567881,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-22T12:10:36.426Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:10:36.426Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T12:10:36.426Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6780425f-7702-4e92-b85a-2c1211dd4c59",
  "consumerID": "dcae-sch",
  "timestamp": 1634904561828,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-22T12:10:36.426Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:10:36.426Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T12:10:36.426Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6780425f-7702-4e92-b85a-2c1211dd4c59",
  "consumerID": "policy-id",
  "timestamp": 1634904564150,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-22T12:10:36.426Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:10:36.426Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T12:10:36.427Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6780425f-7702-4e92-b85a-2c1211dd4c59",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634904572839,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T12:10:36.427Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:10:36.427Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T12:10:36.427Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6780425f-7702-4e92-b85a-2c1211dd4c59",
  "consumerID": "cds",
  "timestamp": 1634904567881,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T12:10:36.427Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:10:36.427Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T12:10:36.427Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6780425f-7702-4e92-b85a-2c1211dd4c59",
  "consumerID": "dcae-sch",
  "timestamp": 1634904561828,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T12:10:36.427Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:10:36.428Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T12:10:36.428Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6780425f-7702-4e92-b85a-2c1211dd4c59",
  "consumerID": "policy-id",
  "timestamp": 1634904564150,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T12:10:36.428Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:10:36.428Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T12:10:36.428Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6780425f-7702-4e92-b85a-2c1211dd4c59",
  "consumerID": "aai-ml",
  "timestamp": 1634904573483,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T12:10:36.428Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:10:36.428Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T12:10:36.428Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6780425f-7702-4e92-b85a-2c1211dd4c59",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634904572839,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-22T12:10:36.429Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:10:36.429Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T12:10:36.429Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6780425f-7702-4e92-b85a-2c1211dd4c59",
  "consumerID": "cds",
  "timestamp": 1634904567881,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T12:10:36.429Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:10:36.429Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T12:10:36.429Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6780425f-7702-4e92-b85a-2c1211dd4c59",
  "consumerID": "dcae-sch",
  "timestamp": 1634904561828,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T12:10:36.429Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:10:36.429Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T12:10:36.429Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6780425f-7702-4e92-b85a-2c1211dd4c59",
  "consumerID": "policy-id",
  "timestamp": 1634904564150,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T12:10:36.430Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:10:36.430Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T12:10:36.430Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6780425f-7702-4e92-b85a-2c1211dd4c59",
  "consumerID": "aai-ml",
  "timestamp": 1634904573483,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-22T12:10:36.430Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:10:36.430Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T12:10:36.430Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6780425f-7702-4e92-b85a-2c1211dd4c59",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634904572839,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-22T12:10:36.430Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:10:36.430Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T12:10:36.431Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6780425f-7702-4e92-b85a-2c1211dd4c59",
  "consumerID": "cds",
  "timestamp": 1634904567881,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T12:10:36.431Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:10:36.431Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T12:10:36.431Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6780425f-7702-4e92-b85a-2c1211dd4c59",
  "consumerID": "policy-id",
  "timestamp": 1634904564150,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T12:10:36.431Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:10:36.431Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T12:10:36.431Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6780425f-7702-4e92-b85a-2c1211dd4c59",
  "consumerID": "aai-ml",
  "timestamp": 1634904573483,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-22T12:10:36.431Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:10:36.431Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T12:10:36.432Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6780425f-7702-4e92-b85a-2c1211dd4c59",
  "consumerID": "dcae-sch",
  "timestamp": 1634904561828,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T12:10:36.432Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:10:49.328Z|6780425f-7702-4e92-b85a-2c1211dd4c59|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6780425f-7702-4e92-b85a-2c1211dd4c59
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-22T12:10:49.342Z|6780425f-7702-4e92-b85a-2c1211dd4c59|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6780425f-7702-4e92-b85a-2c1211dd4c59
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-22T12:10:49.343Z|6780425f-7702-4e92-b85a-2c1211dd4c59|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-22T12:10:49.343Z|6780425f-7702-4e92-b85a-2c1211dd4c59|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-22T12:10:49.343Z|6780425f-7702-4e92-b85a-2c1211dd4c59|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-22T12:11:19.344Z|6780425f-7702-4e92-b85a-2c1211dd4c59|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6780425f-7702-4e92-b85a-2c1211dd4c59
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-22T12:11:19.360Z|6780425f-7702-4e92-b85a-2c1211dd4c59|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6780425f-7702-4e92-b85a-2c1211dd4c59
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-22T12:11:19.362Z|6780425f-7702-4e92-b85a-2c1211dd4c59|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-22T12:11:19.362Z|6780425f-7702-4e92-b85a-2c1211dd4c59|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-22T12:11:19.362Z|6780425f-7702-4e92-b85a-2c1211dd4c59|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-22T12:11:36.370Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T12:11:36.371Z||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-10-22T12:11:36.371Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T12:11:36.392Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T12:11:36.393Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T12:11:36.393Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6780425f-7702-4e92-b85a-2c1211dd4c59",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634904572839,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-22T12:11:36.394Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:11:49.362Z|6780425f-7702-4e92-b85a-2c1211dd4c59|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6780425f-7702-4e92-b85a-2c1211dd4c59
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-22T12:11:49.370Z|6780425f-7702-4e92-b85a-2c1211dd4c59|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6780425f-7702-4e92-b85a-2c1211dd4c59
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-22T12:11:49.372Z|6780425f-7702-4e92-b85a-2c1211dd4c59|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-22T12:11:49.372Z|6780425f-7702-4e92-b85a-2c1211dd4c59|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-22T12:11:49.372Z|6780425f-7702-4e92-b85a-2c1211dd4c59|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-22T12:12:19.372Z|6780425f-7702-4e92-b85a-2c1211dd4c59|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6780425f-7702-4e92-b85a-2c1211dd4c59
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-22T12:12:19.383Z|6780425f-7702-4e92-b85a-2c1211dd4c59|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6780425f-7702-4e92-b85a-2c1211dd4c59
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-22T12:12:19.384Z|6780425f-7702-4e92-b85a-2c1211dd4c59|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-22T12:12:19.384Z|6780425f-7702-4e92-b85a-2c1211dd4c59|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-22T12:12:19.384Z|6780425f-7702-4e92-b85a-2c1211dd4c59|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-22T12:12:36.370Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T12:12:36.370Z||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-10-22T12:12:36.370Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T12:12:36.899Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T12:12:36.901Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T12:12:36.901Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6780425f-7702-4e92-b85a-2c1211dd4c59",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634904576367,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T12:12:36.902Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:12:36.902Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T12:12:36.902Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6780425f-7702-4e92-b85a-2c1211dd4c59",
  "consumerID": "cds",
  "timestamp": 1634904567881,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T12:12:36.902Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:12:36.902Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T12:12:36.902Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6780425f-7702-4e92-b85a-2c1211dd4c59",
  "consumerID": "policy-id",
  "timestamp": 1634904564150,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T12:12:36.902Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:12:36.902Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T12:12:36.902Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6780425f-7702-4e92-b85a-2c1211dd4c59",
  "consumerID": "dcae-sch",
  "timestamp": 1634904561828,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T12:12:36.902Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:12:36.903Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T12:12:36.903Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6780425f-7702-4e92-b85a-2c1211dd4c59",
  "consumerID": "aai-ml",
  "timestamp": 1634904573483,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-22T12:12:36.903Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:12:36.903Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T12:12:36.904Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6780425f-7702-4e92-b85a-2c1211dd4c59",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634904572839,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T12:12:36.904Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:12:36.904Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T12:12:36.904Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6780425f-7702-4e92-b85a-2c1211dd4c59",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634904577219,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T12:12:36.904Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:12:36.905Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T12:12:36.905Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6780425f-7702-4e92-b85a-2c1211dd4c59",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634904576367,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-22T12:12:36.905Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:12:36.905Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T12:12:36.905Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6780425f-7702-4e92-b85a-2c1211dd4c59",
  "consumerID": "cds",
  "timestamp": 1634904567881,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-22T12:12:36.905Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:12:36.905Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T12:12:36.905Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6780425f-7702-4e92-b85a-2c1211dd4c59",
  "consumerID": "policy-id",
  "timestamp": 1634904564150,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-22T12:12:36.906Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:12:36.906Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T12:12:36.906Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6780425f-7702-4e92-b85a-2c1211dd4c59",
  "consumerID": "dcae-sch",
  "timestamp": 1634904561828,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-22T12:12:36.906Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:12:36.906Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T12:12:36.906Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6780425f-7702-4e92-b85a-2c1211dd4c59",
  "consumerID": "aai-ml",
  "timestamp": 1634904573483,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T12:12:36.906Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:12:36.906Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T12:12:36.907Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6780425f-7702-4e92-b85a-2c1211dd4c59",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634904572839,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T12:12:36.907Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:12:36.907Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T12:12:36.907Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6780425f-7702-4e92-b85a-2c1211dd4c59",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634904577219,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-22T12:12:36.907Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:12:36.907Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T12:12:36.907Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6780425f-7702-4e92-b85a-2c1211dd4c59",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634904576367,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-22T12:12:36.908Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:12:36.908Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T12:12:36.908Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6780425f-7702-4e92-b85a-2c1211dd4c59",
  "consumerID": "aai-ml",
  "timestamp": 1634904573483,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T12:12:36.908Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:12:36.908Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T12:12:36.908Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6780425f-7702-4e92-b85a-2c1211dd4c59",
  "consumerID": "cds",
  "timestamp": 1634904579225,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-22T12:12:36.909Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T12:12:36.909Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T12:12:36.909Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6780425f-7702-4e92-b85a-2c1211dd4c59",
  "consumerID": "policy-id",
  "timestamp": 1634904579223,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-22T12:12:36.909Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T12:12:36.909Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T12:12:36.909Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6780425f-7702-4e92-b85a-2c1211dd4c59",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634904572839,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T12:12:36.909Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:12:36.909Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T12:12:36.910Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6780425f-7702-4e92-b85a-2c1211dd4c59",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634904577219,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-22T12:12:36.910Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:12:36.910Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T12:12:36.910Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6780425f-7702-4e92-b85a-2c1211dd4c59",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634904576367,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-22T12:12:36.910Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:12:36.910Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T12:12:36.911Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6780425f-7702-4e92-b85a-2c1211dd4c59",
  "consumerID": "aai-ml",
  "timestamp": 1634904573483,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T12:12:36.911Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:12:36.911Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T12:12:36.911Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6780425f-7702-4e92-b85a-2c1211dd4c59",
  "consumerID": "policy-id",
  "timestamp": 1634904580227,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-22T12:12:36.911Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T12:12:36.911Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T12:12:36.911Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6780425f-7702-4e92-b85a-2c1211dd4c59",
  "consumerID": "cds",
  "timestamp": 1634904580489,
  "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-10-22T12:12:36.917Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6780425f-7702-4e92-b85a-2c1211dd4c59
2021-10-22T12:12:36.918Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6780425f-7702-4e92-b85a-2c1211dd4c59 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-10-22T12:12:36.927Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T12:12:36.927Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6780425f-7702-4e92-b85a-2c1211dd4c59",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634904572839,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T12:12:36.927Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:12:36.927Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T12:12:36.928Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6780425f-7702-4e92-b85a-2c1211dd4c59",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634904577219,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-22T12:12:36.928Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:12:36.929Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T12:12:36.929Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6780425f-7702-4e92-b85a-2c1211dd4c59",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634904576367,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T12:12:36.929Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:12:36.929Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T12:12:36.929Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6780425f-7702-4e92-b85a-2c1211dd4c59",
  "consumerID": "aai-ml",
  "timestamp": 1634904573483,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T12:12:36.929Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:12:36.929Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T12:12:36.929Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6780425f-7702-4e92-b85a-2c1211dd4c59",
  "consumerID": "policy-id",
  "timestamp": 1634904581230,
  "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-10-22T12:12:36.933Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6780425f-7702-4e92-b85a-2c1211dd4c59
2021-10-22T12:12:36.933Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6780425f-7702-4e92-b85a-2c1211dd4c59 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-10-22T12:12:36.942Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T12:12:36.942Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6780425f-7702-4e92-b85a-2c1211dd4c59",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634904572839,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-22T12:12:36.943Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:12:36.943Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T12:12:36.943Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6780425f-7702-4e92-b85a-2c1211dd4c59",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634904577219,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T12:12:36.943Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:12:36.943Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T12:12:36.943Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6780425f-7702-4e92-b85a-2c1211dd4c59",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634904576367,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T12:12:36.943Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:12:36.943Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T12:12:36.943Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6780425f-7702-4e92-b85a-2c1211dd4c59",
  "consumerID": "aai-ml",
  "timestamp": 1634904573483,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-22T12:12:36.943Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:12:36.943Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T12:12:36.943Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6780425f-7702-4e92-b85a-2c1211dd4c59",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634904577219,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T12:12:36.944Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:12:36.944Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T12:12:36.944Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6780425f-7702-4e92-b85a-2c1211dd4c59",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634904576367,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T12:12:36.944Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:12:36.944Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T12:12:36.944Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6780425f-7702-4e92-b85a-2c1211dd4c59",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634904582731,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T12:12:36.944Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:12:36.944Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T12:12:36.944Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6780425f-7702-4e92-b85a-2c1211dd4c59",
  "consumerID": "aai-ml",
  "timestamp": 1634904583295,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-22T12:12:36.945Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T12:12:36.945Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T12:12:36.945Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6780425f-7702-4e92-b85a-2c1211dd4c59",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634904577219,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-10-22T12:12:36.945Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:12:36.945Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T12:12:36.945Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6780425f-7702-4e92-b85a-2c1211dd4c59",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634904576367,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T12:12:36.945Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:12:36.946Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T12:12:36.946Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6780425f-7702-4e92-b85a-2c1211dd4c59",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634904582731,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-22T12:12:36.946Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:12:36.946Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T12:12:36.946Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6780425f-7702-4e92-b85a-2c1211dd4c59",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634904577219,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T12:12:36.946Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:12:36.946Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T12:12:36.946Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6780425f-7702-4e92-b85a-2c1211dd4c59",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634904576367,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-22T12:12:36.947Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:12:36.947Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T12:12:36.947Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6780425f-7702-4e92-b85a-2c1211dd4c59",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634904582731,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-22T12:12:36.947Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:12:36.947Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T12:12:36.947Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6780425f-7702-4e92-b85a-2c1211dd4c59",
  "consumerID": "clamp",
  "timestamp": 1634904585086,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T12:12:36.947Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:12:36.947Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T12:12:36.947Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6780425f-7702-4e92-b85a-2c1211dd4c59",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634904577219,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-22T12:12:36.947Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:12:36.947Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T12:12:36.947Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6780425f-7702-4e92-b85a-2c1211dd4c59",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634904586232,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-22T12:12:36.948Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T12:12:36.948Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T12:12:36.948Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6780425f-7702-4e92-b85a-2c1211dd4c59",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634904582731,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-22T12:12:36.948Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:12:36.948Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T12:12:36.948Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6780425f-7702-4e92-b85a-2c1211dd4c59",
  "consumerID": "clamp",
  "timestamp": 1634904585086,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-22T12:12:36.948Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:12:36.948Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T12:12:36.948Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6780425f-7702-4e92-b85a-2c1211dd4c59",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634904582731,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T12:12:36.948Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:12:36.948Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T12:12:36.948Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6780425f-7702-4e92-b85a-2c1211dd4c59",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634904587474,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-22T12:12:36.949Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T12:12:36.949Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T12:12:36.949Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6780425f-7702-4e92-b85a-2c1211dd4c59",
  "consumerID": "clamp",
  "timestamp": 1634904585086,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-22T12:12:36.949Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:12:36.949Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T12:12:36.949Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6780425f-7702-4e92-b85a-2c1211dd4c59",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634904588303,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-22T12:12:36.949Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T12:12:36.949Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T12:12:36.949Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6780425f-7702-4e92-b85a-2c1211dd4c59",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634904582731,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T12:12:36.949Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:12:36.949Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T12:12:36.949Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6780425f-7702-4e92-b85a-2c1211dd4c59",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634904588499,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-10-22T12:12:36.949Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T12:12:36.950Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T12:12:36.950Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6780425f-7702-4e92-b85a-2c1211dd4c59",
  "consumerID": "clamp",
  "timestamp": 1634904585086,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-22T12:12:36.950Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:12:36.950Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T12:12:36.950Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6780425f-7702-4e92-b85a-2c1211dd4c59",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634904582731,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T12:12:36.950Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:12:36.950Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T12:12:36.950Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6780425f-7702-4e92-b85a-2c1211dd4c59",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634904589502,
  "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-10-22T12:12:36.955Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 6780425f-7702-4e92-b85a-2c1211dd4c59
2021-10-22T12:12:36.955Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6780425f-7702-4e92-b85a-2c1211dd4c59 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-10-22T12:12:36.964Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T12:12:36.964Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6780425f-7702-4e92-b85a-2c1211dd4c59",
  "consumerID": "clamp",
  "timestamp": 1634904585086,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T12:12:36.964Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:12:36.965Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T12:12:36.965Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6780425f-7702-4e92-b85a-2c1211dd4c59",
  "consumerID": "aai-ml",
  "timestamp": 1634904590174,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-22T12:12:36.965Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T12:12:36.965Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T12:12:36.965Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6780425f-7702-4e92-b85a-2c1211dd4c59",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634904582731,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T12:12:36.965Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:12:36.966Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T12:12:36.966Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6780425f-7702-4e92-b85a-2c1211dd4c59",
  "consumerID": "clamp",
  "timestamp": 1634904585086,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T12:12:36.966Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:12:36.966Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T12:12:36.966Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6780425f-7702-4e92-b85a-2c1211dd4c59",
  "consumerID": "aai-ml",
  "timestamp": 1634904591178,
  "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-10-22T12:12:36.970Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6780425f-7702-4e92-b85a-2c1211dd4c59
2021-10-22T12:12:36.971Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6780425f-7702-4e92-b85a-2c1211dd4c59 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-10-22T12:12:36.983Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T12:12:36.983Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6780425f-7702-4e92-b85a-2c1211dd4c59",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634904582731,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-22T12:12:36.983Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:12:36.983Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T12:12:36.983Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6780425f-7702-4e92-b85a-2c1211dd4c59",
  "consumerID": "clamp",
  "timestamp": 1634904585086,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T12:12:36.984Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:12:36.984Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T12:12:36.984Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6780425f-7702-4e92-b85a-2c1211dd4c59",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634904592636,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-22T12:12:36.984Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T12:12:36.984Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T12:12:36.984Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6780425f-7702-4e92-b85a-2c1211dd4c59",
  "consumerID": "clamp",
  "timestamp": 1634904585086,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-22T12:12:36.985Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:12:36.985Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T12:12:36.985Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6780425f-7702-4e92-b85a-2c1211dd4c59",
  "consumerID": "clamp",
  "timestamp": 1634904585086,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-22T12:12:36.985Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-22T12:12:36.985Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T12:12:36.985Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6780425f-7702-4e92-b85a-2c1211dd4c59",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634904594479,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-22T12:12:36.986Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T12:12:36.986Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T12:12:36.986Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6780425f-7702-4e92-b85a-2c1211dd4c59",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634904595482,
  "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-10-22T12:12:36.992Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6780425f-7702-4e92-b85a-2c1211dd4c59
2021-10-22T12:12:36.992Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6780425f-7702-4e92-b85a-2c1211dd4c59 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-10-22T12:12:37.000Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T12:12:37.000Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6780425f-7702-4e92-b85a-2c1211dd4c59",
  "consumerID": "clamp",
  "timestamp": 1634904605031,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-22T12:12:37.001Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T12:12:37.001Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T12:12:37.001Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6780425f-7702-4e92-b85a-2c1211dd4c59",
  "consumerID": "clamp",
  "timestamp": 1634904607039,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-22T12:12:37.001Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T12:12:37.001Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-22T12:12:37.001Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6780425f-7702-4e92-b85a-2c1211dd4c59",
  "consumerID": "clamp",
  "timestamp": 1634904608042,
  "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-10-22T12:12:37.005Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 6780425f-7702-4e92-b85a-2c1211dd4c59
2021-10-22T12:12:37.005Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6780425f-7702-4e92-b85a-2c1211dd4c59 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-10-22T12:12:49.385Z|6780425f-7702-4e92-b85a-2c1211dd4c59|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6780425f-7702-4e92-b85a-2c1211dd4c59
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-22T12:12:49.400Z|6780425f-7702-4e92-b85a-2c1211dd4c59|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6780425f-7702-4e92-b85a-2c1211dd4c59
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-22T12:12:49.402Z|6780425f-7702-4e92-b85a-2c1211dd4c59|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-22T12:12:49.402Z|6780425f-7702-4e92-b85a-2c1211dd4c59|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-22T12:12:49.402Z|6780425f-7702-4e92-b85a-2c1211dd4c59|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-10-22T12:12:49.402Z|6780425f-7702-4e92-b85a-2c1211dd4c59|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-10-22T12:12:49.402Z|6780425f-7702-4e92-b85a-2c1211dd4c59|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-22T12:12:49.403Z|6780425f-7702-4e92-b85a-2c1211dd4c59|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-22T12:12:49.403Z|6780425f-7702-4e92-b85a-2c1211dd4c59|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-22T12:12:49.403Z|6780425f-7702-4e92-b85a-2c1211dd4c59|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-22T12:12:49.403Z|6780425f-7702-4e92-b85a-2c1211dd4c59|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-22T12:12:49.403Z|6780425f-7702-4e92-b85a-2c1211dd4c59|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-22T12:12:49.403Z|6780425f-7702-4e92-b85a-2c1211dd4c59|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-22T12:12:49.403Z|6780425f-7702-4e92-b85a-2c1211dd4c59|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-10-22T12:12:49.408Z|6780425f-7702-4e92-b85a-2c1211dd4c59|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-10-22T12:13:19.408Z|6780425f-7702-4e92-b85a-2c1211dd4c59|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6780425f-7702-4e92-b85a-2c1211dd4c59 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-10-22T12:13:19.419Z|6780425f-7702-4e92-b85a-2c1211dd4c59|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6780425f-7702-4e92-b85a-2c1211dd4c59 and serviceModelVersionId: 240342b3-bb22-48a8-adfc-77cd9ed71501
2021-10-22T12:13:19.419Z|6780425f-7702-4e92-b85a-2c1211dd4c59|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b2136abd-6225-4355-9563-c9cb818cb92e
2021-10-22T12:13:19.420Z|6780425f-7702-4e92-b85a-2c1211dd4c59|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b2136abd-6225-4355-9563-c9cb818cb92e/model-vers/model-ver/240342b3-bb22-48a8-adfc-77cd9ed71501?depth=0
2021-10-22T12:13:19.427Z|6780425f-7702-4e92-b85a-2c1211dd4c59|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2021-10-22T12:13:19.483Z|6780425f-7702-4e92-b85a-2c1211dd4c59|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b2136abd-6225-4355-9563-c9cb818cb92e/model-vers/model-ver/240342b3-bb22-48a8-adfc-77cd9ed71501?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-10-22T12:13:19.485Z|6780425f-7702-4e92-b85a-2c1211dd4c59|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b2136abd-6225-4355-9563-c9cb818cb92e/model-vers/model-ver/240342b3-bb22-48a8-adfc-77cd9ed71501?depth=0|INFO|500||Invoke
2021-10-22T12:13:19.505Z|6780425f-7702-4e92-b85a-2c1211dd4c59|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b2136abd-6225-4355-9563-c9cb818cb92e/model-vers/model-ver/240342b3-bb22-48a8-adfc-77cd9ed71501?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-10-22T12:13:19.590Z|6780425f-7702-4e92-b85a-2c1211dd4c59|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b2136abd-6225-4355-9563-c9cb818cb92e/model-vers/model-ver/240342b3-bb22-48a8-adfc-77cd9ed71501?depth=0|INFO|500||InvokeReturn
2021-10-22T12:13:19.591Z|6780425f-7702-4e92-b85a-2c1211dd4c59|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b2136abd-6225-4355-9563-c9cb818cb92e/model-vers/model-ver/240342b3-bb22-48a8-adfc-77cd9ed71501?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-211022-12:13:19:512-47295], vertex-id=[241720], Content-Length=[0], Date=[Fri, 22 Oct 2021 12:13:19 GMT], Content-Type=[application/json]}
2021-10-22T12:13:19.592Z|6780425f-7702-4e92-b85a-2c1211dd4c59|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2021-10-22T12:13:19.592Z|6780425f-7702-4e92-b85a-2c1211dd4c59|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-10-22T12:13:19.592Z|6780425f-7702-4e92-b85a-2c1211dd4c59|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-22T12:13:19.596Z|6780425f-7702-4e92-b85a-2c1211dd4c59|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-10-22T12:13:19.597Z|6780425f-7702-4e92-b85a-2c1211dd4c59|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6780425f-7702-4e92-b85a-2c1211dd4c59 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-10-22T12:13:19.597Z|6780425f-7702-4e92-b85a-2c1211dd4c59|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-10-22T12:13:19.597Z|6780425f-7702-4e92-b85a-2c1211dd4c59|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-22T12:13:19.599Z|6780425f-7702-4e92-b85a-2c1211dd4c59|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-22T12:13:19.599Z|6780425f-7702-4e92-b85a-2c1211dd4c59|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "6780425f-7702-4e92-b85a-2c1211dd4c59",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634904799597,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-22T12:13:19.699Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-22T12:13:19.700Z||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-10-22T12:13:19.700Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOzP7zdlGYP7NOVE) ...
2021-10-22T12:13:19.713Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T12:13:19.713Z||pool-134-thread-1|||||INFO|500||cambria reply ok (14 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-10-22T12:13:20.622Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T12:13:20.622Z||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-10-22T12:13:20.622Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T12:13:30.996Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T12:13:30.996Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T12:13:30.997Z||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-10-22T12:13:30.997Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T12:13:36.370Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T12:13:36.370Z||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-10-22T12:13:36.370Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T12:13:37.021Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T12:13:37.021Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-22T12:13:37.022Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6780425f-7702-4e92-b85a-2c1211dd4c59",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634904799597,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-22T12:13:37.022Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-22T12:13:40.560Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T12:13:40.561Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T12:13:40.561Z||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-10-22T12:13:40.561Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T12:13:50.103Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T12:13:50.104Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T12:13:50.105Z||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-10-22T12:13:50.105Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T12:13:59.703Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T12:14:36.367Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T12:14:36.369Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|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-10-22T12:14:36.369Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|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 cOzP7zdlGYP7NOVE) ...
2021-10-22T12:14:36.370Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T12:14:36.370Z||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-10-22T12:14:36.370Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T12:14:45.959Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T12:14:45.961Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T12:15:36.368Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T12:15:36.370Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T12:15:36.371Z||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-10-22T12:15:36.371Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|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-10-22T12:15:36.371Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T12:15:36.371Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|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 cOzP7zdlGYP7NOVE) ...
2021-10-22T12:15:45.938Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T12:15:45.940Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T12:16:36.368Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T12:16:36.370Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T12:16:36.371Z||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-10-22T12:16:36.371Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|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-10-22T12:16:36.371Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T12:16:36.371Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|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 cOzP7zdlGYP7NOVE) ...
2021-10-22T12:16:45.929Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T12:16:45.932Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T12:17:36.368Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T12:17:36.369Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T12:17:36.370Z||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-10-22T12:17:36.370Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T12:17:36.370Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|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-10-22T12:17:36.371Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|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 cOzP7zdlGYP7NOVE) ...
2021-10-22T12:17:45.929Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T12:17:45.929Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T12:18:36.368Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T12:18:36.370Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T12:18:36.371Z||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-10-22T12:18:36.371Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|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-10-22T12:18:36.372Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T12:18:36.372Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|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 cOzP7zdlGYP7NOVE) ...
2021-10-22T12:18:45.942Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T12:18:45.945Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T12:19:36.367Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T12:19:36.368Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|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-10-22T12:19:36.369Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|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 cOzP7zdlGYP7NOVE) ...
2021-10-22T12:19:36.370Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T12:19:36.370Z||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-10-22T12:19:36.370Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T12:19:45.939Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T12:19:45.948Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T12:20:36.368Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T12:20:36.370Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|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-10-22T12:20:36.370Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|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 cOzP7zdlGYP7NOVE) ...
2021-10-22T12:20:36.370Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T12:20:36.371Z||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-10-22T12:20:36.371Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T12:20:45.916Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T12:20:45.916Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T12:21:36.368Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T12:21:36.370Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T12:21:36.371Z||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-10-22T12:21:36.371Z||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-10-22T12:21:36.372Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T12:21:36.372Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T12:21:45.929Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T12:21:45.929Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T12:22:36.367Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T12:22:36.368Z||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-10-22T12:22:36.369Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T12:22:36.369Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T12:22:36.370Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|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-10-22T12:22:36.370Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|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 cOzP7zdlGYP7NOVE) ...
2021-10-22T12:22:45.940Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T12:22:45.975Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T12:23:36.368Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T12:23:36.370Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T12:23:36.372Z||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-10-22T12:23:36.372Z||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-10-22T12:23:36.372Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T12:23:36.373Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T12:23:45.926Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T12:23:45.929Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T12:24:36.367Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T12:24:36.368Z||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-10-22T12:24:36.368Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T12:24:36.370Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T12:24:36.370Z||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-10-22T12:24:36.370Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T12:24:45.942Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T12:24:45.949Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T12:25:36.370Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T12:25:36.369Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T12:25:36.373Z||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-10-22T12:25:36.373Z||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-10-22T12:25:36.373Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T12:25:36.373Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T12:25:45.941Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T12:25:45.941Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T12:26:36.367Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T12:26:36.368Z||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-10-22T12:26:36.368Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T12:26:36.370Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T12:26:36.370Z||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-10-22T12:26:36.370Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T12:26:45.926Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T12:26:45.926Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T12:27:36.367Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T12:27:36.370Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T12:27:36.370Z||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-10-22T12:27:36.370Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T12:27:36.370Z||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-10-22T12:27:36.370Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T12:27:45.924Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T12:27:45.926Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T12:28:36.367Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T12:28:36.369Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|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-10-22T12:28:36.369Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|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 cOzP7zdlGYP7NOVE) ...
2021-10-22T12:28:36.369Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T12:28:36.370Z||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-10-22T12:28:36.370Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T12:28:45.941Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T12:28:45.941Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T12:29:36.368Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T12:29:36.370Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T12:29:36.371Z||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-10-22T12:29:36.371Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|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-10-22T12:29:36.372Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T12:29:36.372Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|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 cOzP7zdlGYP7NOVE) ...
2021-10-22T12:29:45.929Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T12:29:45.929Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T12:30:36.367Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T12:30:36.369Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|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-10-22T12:30:36.369Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|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 cOzP7zdlGYP7NOVE) ...
2021-10-22T12:30:36.369Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T12:30:36.370Z||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-10-22T12:30:36.370Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T12:30:45.947Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T12:30:45.947Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T12:31:36.368Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T12:31:36.370Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T12:31:36.371Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|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-10-22T12:31:36.371Z||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-10-22T12:31:36.372Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|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 cOzP7zdlGYP7NOVE) ...
2021-10-22T12:31:36.372Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T12:31:45.943Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T12:31:45.944Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T12:32:36.367Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T12:32:36.368Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|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-10-22T12:32:36.368Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|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 cOzP7zdlGYP7NOVE) ...
2021-10-22T12:32:36.369Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T12:32:36.370Z||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-10-22T12:32:36.370Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T12:32:45.918Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T12:32:45.918Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T12:33:36.368Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T12:33:36.370Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T12:33:36.371Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|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-10-22T12:33:36.371Z||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-10-22T12:33:36.371Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|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 cOzP7zdlGYP7NOVE) ...
2021-10-22T12:33:36.371Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T12:33:45.943Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T12:33:45.947Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T12:34:36.367Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T12:34:36.368Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|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-10-22T12:34:36.368Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|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 cOzP7zdlGYP7NOVE) ...
2021-10-22T12:34:36.369Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T12:34:36.370Z||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-10-22T12:34:36.370Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T12:34:45.912Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T12:34:45.912Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T12:35:36.370Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T12:35:36.368Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T12:35:36.372Z||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-10-22T12:35:36.372Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|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-10-22T12:35:36.372Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|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 cOzP7zdlGYP7NOVE) ...
2021-10-22T12:35:36.372Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T12:35:45.926Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T12:35:45.933Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T12:36:36.367Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T12:36:36.368Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|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-10-22T12:36:36.368Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|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 cOzP7zdlGYP7NOVE) ...
2021-10-22T12:36:36.370Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T12:36:36.370Z||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-10-22T12:36:36.370Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T12:36:45.933Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T12:36:45.938Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T12:37:36.368Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T12:37:36.370Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T12:37:36.372Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|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-10-22T12:37:36.372Z||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-10-22T12:37:36.373Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|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 cOzP7zdlGYP7NOVE) ...
2021-10-22T12:37:36.373Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T12:37:45.925Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T12:37:45.926Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T12:38:36.367Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T12:38:36.368Z||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-10-22T12:38:36.368Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T12:38:36.369Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T12:38:36.370Z||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-10-22T12:38:36.370Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T12:38:45.928Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T12:38:45.931Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T12:39:36.368Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T12:39:36.370Z|6780425f-7702-4e92-b85a-2c1211dd4c59|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T12:39:36.371Z|6780425f-7702-4e92-b85a-2c1211dd4c59|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-10-22T12:39:36.372Z|6780425f-7702-4e92-b85a-2c1211dd4c59|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 cOzP7zdlGYP7NOVE) ...
2021-10-22T12:39:36.371Z||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-10-22T12:39:36.372Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T12:39:45.938Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T12:39:45.949Z|6780425f-7702-4e92-b85a-2c1211dd4c59|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T12:40:36.367Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T12:40:36.368Z||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-10-22T12:40:36.368Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T12:40:36.369Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T12:40:36.370Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|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-10-22T12:40:36.370Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|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 cOzP7zdlGYP7NOVE) ...
2021-10-22T12:40:45.949Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T12:40:45.949Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T12:41:36.368Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T12:41:36.370Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T12:41:36.372Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|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-10-22T12:41:36.372Z||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-10-22T12:41:36.372Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|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 cOzP7zdlGYP7NOVE) ...
2021-10-22T12:41:36.373Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T12:41:45.921Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T12:41:45.943Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T12:42:36.367Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T12:42:36.368Z||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-10-22T12:42:36.368Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T12:42:36.369Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T12:42:36.370Z||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-10-22T12:42:36.370Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T12:42:45.929Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T12:42:45.929Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T12:43:36.368Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T12:43:36.370Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T12:43:36.373Z||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-10-22T12:43:36.373Z||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-10-22T12:43:36.374Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T12:43:36.373Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T12:43:45.939Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T12:43:45.939Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T12:44:36.367Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T12:44:36.369Z||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-10-22T12:44:36.370Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T12:44:36.370Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T12:44:36.370Z||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-10-22T12:44:36.370Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T12:44:45.795Z||http-nio-8085-exec-2|||||INFO|500||Error parsing HTTP request header
 Note: further occurrences of HTTP request parsing errors will be logged at DEBUG level.
java.lang.IllegalArgumentException: Invalid character found in method name [JDWP-Handshake\n...]. HTTP method names must be tokens
	at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:417)
	at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:261)
	at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
	at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:888)
	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1597)
	at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-10-22T12:44:45.915Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T12:44:45.916Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T12:45:36.369Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T12:45:36.370Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T12:45:36.373Z||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-10-22T12:45:36.373Z||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-10-22T12:45:36.374Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T12:45:36.374Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T12:45:45.934Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T12:45:45.940Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T12:46:36.367Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T12:46:36.368Z||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-10-22T12:46:36.369Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T12:46:36.369Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T12:46:36.370Z||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-10-22T12:46:36.370Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T12:46:45.936Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T12:46:45.937Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T12:47:36.369Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T12:47:36.370Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T12:47:36.373Z||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-10-22T12:47:36.373Z||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-10-22T12:47:36.373Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T12:47:36.373Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T12:47:45.921Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T12:47:45.923Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T12:48:36.367Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T12:48:36.368Z||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-10-22T12:48:36.369Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T12:48:36.369Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T12:48:36.370Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|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-10-22T12:48:36.370Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|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 cOzP7zdlGYP7NOVE) ...
2021-10-22T12:48:45.908Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T12:48:45.909Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T12:49:36.367Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T12:49:36.368Z||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-10-22T12:49:36.368Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T12:49:36.369Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T12:49:36.370Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|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-10-22T12:49:36.370Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|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 cOzP7zdlGYP7NOVE) ...
2021-10-22T12:49:45.930Z|818ec640-84a8-45b9-804a-85ab6b71f1c5|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T12:49:45.931Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T12:50:36.367Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T12:50:36.368Z||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-10-22T12:50:36.368Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T12:50:36.370Z|6780425f-7702-4e92-b85a-2c1211dd4c59|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T12:50:36.370Z|6780425f-7702-4e92-b85a-2c1211dd4c59|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-10-22T12:50:36.370Z|6780425f-7702-4e92-b85a-2c1211dd4c59|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 cOzP7zdlGYP7NOVE) ...
2021-10-22T12:50:45.930Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T12:50:45.935Z|6780425f-7702-4e92-b85a-2c1211dd4c59|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T12:51:36.367Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T12:51:36.368Z||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-10-22T12:51:36.368Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T12:51:36.370Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T12:51:36.370Z||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-10-22T12:51:36.370Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T12:51:45.912Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T12:51:45.939Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-22T12:52:36.368Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T12:52:36.369Z||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-10-22T12:52:36.369Z||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 cOzP7zdlGYP7NOVE) ...
2021-10-22T12:52:36.369Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-22T12:52:36.370Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|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-10-22T12:52:36.370Z|80b78577-f10f-4935-bc37-c1b2ff27f60a|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 cOzP7zdlGYP7NOVE) ...