Results

By type

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

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

2021-11-15T03:06:10.241Z||main|||||INFO|500||The following profiles are active: basic
2021-11-15T03:06:19.160Z||main|||||INFO|500||Starting service [Tomcat]
2021-11-15T03:06:19.161Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-11-15T03:06:19.239Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-11-15T03:06:21.232Z||main|||||INFO|500||catdb-pool - Starting...
2021-11-15T03:06:21.407Z||main|||||INFO|500||catdb-pool - Start completed.
2021-11-15T03:06:21.775Z||main|||||INFO|500||reqdb-pool - Starting...
2021-11-15T03:06:21.783Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-11-15T03:06:21.858Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-11-15T03:06:21.974Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-11-15T03:06:22.431Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-11-15T03:06:23.351Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-11-15T03:06:25.166Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-11-15T03:06:25.219Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-11-15T03:06:25.684Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-11-15T03:06:25.913Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2021-11-15T03:06:26.959Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-11-15T03:06:27.849Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2021-11-15T03:06:27.865Z||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$$809e918b.deployActivities()
	at org.onap.so.asdc.Application.deployActivities(Application.java:52)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
	at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
	at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
	at org.onap.so.asdc.Application.main(Application.java:60)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
	at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2021-11-15T03:06:27.866Z||main|||||WARN|500||The sdc end point is not alive
2021-11-15T03:06:30.317Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2021-11-15T03:06:32.666Z||main|||||WARN|500||---
2021-11-15T03:06:32.666Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-11-15T03:06:32.666Z||main|||||WARN|500||---
2021-11-15T03:06:33.068Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-11-15T03:06:36.987Z||main|||||INFO|500||Started Application in 30.9 seconds (JVM running for 31.943)
2021-11-15T03:06:37.017Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-11-15T03:06:37.018Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-11-15T03:06:37.035Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-11-15T03:06:37.109Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-11-15T03:06:37.154Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 0a0413da-4ab6-49f8-8b66-7224e1f5b035 url= /sdc/v1/artifactTypes
2021-11-15T03:06:37.154Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-11-15T03:06:37.464Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-11-15T03:06:37.484Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-11-15T03:06:37.504Z||scheduling-1|||||DEBUG|500||create keys
2021-11-15T03:06:37.510Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-11-15T03:06:38.727Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T03:06:38.743Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 9ab59dc6-1629-4b67-846c-920c0752521b url= /sdc/v1/registerForDistribution
2021-11-15T03:06:39.831Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 9ab59dc6-1629-4b67-846c-920c0752521b url= /sdc/v1/registerForDistribution
2021-11-15T03:06:39.831Z||scheduling-1|||||INFO|500||start DistributionClient
2021-11-15T03:06:39.842Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T03:06:39.842Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T03:06:39.847Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-15T03:06:39.847Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-15T03:06:39.848Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T03:06:39.848Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T03:06:39.849Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-11-15T03:06:52.276Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T03:06:52.286Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T03:07:39.840Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T03:07:39.841Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-15T03:07:39.842Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T03:07:39.842Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T03:07:39.842Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-15T03:07:39.843Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T03:07:49.388Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T03:07:49.392Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T03:08:39.841Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T03:08:39.842Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T03:08:39.842Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-15T03:08:39.843Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T03:08:39.843Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-15T03:08:39.843Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T03:08:49.389Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T03:08:49.391Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T03:09:39.840Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T03:09:39.841Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-15T03:09:39.842Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T03:09:39.842Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T03:09:39.844Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-15T03:09:39.844Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T03:09:49.387Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T03:09:49.389Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T03:10:39.840Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T03:10:39.842Z||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-11-15T03:10:39.842Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T03:10:39.842Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T03:10:39.842Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-15T03:10:39.843Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T03:10:49.386Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T03:10:49.387Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T03:11:39.840Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T03:11:39.841Z||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-11-15T03:11:39.841Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T03:11:39.842Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T03:11:39.842Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-15T03:11:39.842Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T03:11:49.381Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T03:11:49.381Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T03:12:39.840Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T03:12:39.841Z||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-11-15T03:12:39.841Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T03:12:39.842Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T03:12:39.843Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-15T03:12:39.843Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T03:12:49.381Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T03:12:49.381Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T03:13:39.840Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T03:13:39.841Z||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-11-15T03:13:39.841Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T03:13:39.842Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T03:13:39.844Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-15T03:13:39.844Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T03:13:49.381Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T03:13:49.383Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T03:14:39.840Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T03:14:39.841Z||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-11-15T03:14:39.841Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T03:14:39.842Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T03:14:39.842Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-15T03:14:39.842Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T03:14:49.379Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T03:14:49.382Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T03:15:39.840Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T03:15:39.841Z||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-11-15T03:15:39.841Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T03:15:39.842Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T03:15:39.843Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-15T03:15:39.843Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T03:15:49.379Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T03:15:49.381Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T03:16:21.267Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-11-15T03:16:39.840Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T03:16:39.841Z||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-11-15T03:16:39.841Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T03:16:39.842Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T03:16:39.842Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-15T03:16:39.843Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T03:16:49.381Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T03:16:49.381Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T03:17:39.840Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T03:17:39.841Z||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-11-15T03:17:39.841Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T03:17:39.842Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T03:17:39.842Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-15T03:17:39.842Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T03:17:49.378Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T03:17:49.379Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T03:18:39.840Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T03:18:39.841Z||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-11-15T03:18:39.841Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T03:18:39.842Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T03:18:39.842Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-15T03:18:39.843Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T03:18:49.378Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T03:18:49.389Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T03:19:39.840Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T03:19:39.841Z||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-11-15T03:19:39.841Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T03:19:39.842Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T03:19:39.842Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-15T03:19:39.843Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T03:19:49.380Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T03:19:49.381Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T03:20:39.840Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T03:20:39.841Z||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-11-15T03:20:39.841Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T03:20:39.842Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T03:20:39.842Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-15T03:20:39.842Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T03:20:49.377Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T03:20:49.382Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T03:21:39.840Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T03:21:39.841Z||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-11-15T03:21:39.841Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T03:21:39.842Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T03:21:39.842Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-15T03:21:39.842Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T03:21:49.375Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T03:21:49.380Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T03:22:39.840Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T03:22:39.841Z||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-11-15T03:22:39.841Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T03:22:39.842Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T03:22:39.843Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-15T03:22:39.843Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T03:22:49.375Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T03:22:49.381Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T03:23:39.840Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T03:23:39.841Z||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-11-15T03:23:39.841Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T03:23:39.842Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T03:23:39.842Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-15T03:23:39.842Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T03:23:49.377Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T03:23:49.379Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T03:24:39.840Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T03:24:39.841Z||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-11-15T03:24:39.841Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T03:24:39.842Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T03:24:39.843Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-15T03:24:39.843Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T03:24:49.379Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T03:24:49.383Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T03:25:39.840Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T03:25:39.841Z||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-11-15T03:25:39.841Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T03:25:39.842Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T03:25:39.842Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-15T03:25:39.843Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T03:25:49.377Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T03:25:49.379Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T03:26:39.840Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T03:26:39.841Z||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-11-15T03:26:39.841Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T03:26:39.842Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T03:26:39.842Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-15T03:26:39.843Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T03:26:49.380Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T03:26:49.382Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T03:27:39.840Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T03:27:39.841Z||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-11-15T03:27:39.841Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T03:27:39.842Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T03:27:39.842Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-15T03:27:39.843Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T03:27:49.376Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T03:27:49.398Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T03:28:39.840Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T03:28:39.841Z||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-11-15T03:28:39.841Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T03:28:39.842Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T03:28:39.842Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-15T03:28:39.842Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T03:28:49.380Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T03:28:49.383Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T03:29:39.840Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T03:29:39.841Z||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-11-15T03:29:39.841Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T03:29:39.842Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T03:29:39.843Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-15T03:29:39.843Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T03:29:49.377Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T03:29:49.380Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T03:30:39.840Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T03:30:39.841Z||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-11-15T03:30:39.841Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T03:30:39.842Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T03:30:39.842Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-15T03:30:39.843Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T03:30:49.377Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T03:30:49.378Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T03:31:39.840Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T03:31:39.841Z||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-11-15T03:31:39.841Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T03:31:39.842Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T03:31:39.843Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-15T03:31:39.843Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T03:31:49.377Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T03:31:49.378Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T03:32:39.840Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T03:32:39.841Z||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-11-15T03:32:39.841Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T03:32:39.842Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T03:32:39.842Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-15T03:32:39.842Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T03:32:49.374Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T03:32:49.379Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T03:33:39.840Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T03:33:39.841Z||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-11-15T03:33:39.841Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T03:33:39.842Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T03:33:39.842Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-15T03:33:39.842Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T03:33:49.376Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T03:33:49.379Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T03:34:39.840Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T03:34:39.841Z||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-11-15T03:34:39.842Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T03:34:39.842Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T03:34:39.842Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-15T03:34:39.842Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T03:34:49.377Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T03:34:49.377Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T03:35:39.840Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T03:35:39.841Z||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-11-15T03:35:39.841Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T03:35:39.842Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T03:35:39.842Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-15T03:35:39.842Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T03:35:49.376Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T03:35:49.378Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T03:36:39.840Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T03:36:39.841Z||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-11-15T03:36:39.841Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T03:36:39.842Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T03:36:39.843Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-15T03:36:39.843Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T03:36:49.377Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T03:36:49.383Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T03:37:39.840Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T03:37:39.841Z||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-11-15T03:37:39.841Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T03:37:39.842Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T03:37:39.842Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-15T03:37:39.842Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T03:37:49.378Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T03:37:49.380Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T03:38:39.840Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T03:38:39.841Z||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-11-15T03:38:39.841Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T03:38:39.842Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T03:38:39.842Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-15T03:38:39.842Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T03:38:49.376Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T03:38:49.378Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T03:39:39.840Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T03:39:39.841Z||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-11-15T03:39:39.841Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T03:39:39.842Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T03:39:39.843Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-15T03:39:39.843Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T03:39:49.375Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T03:39:49.377Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T03:40:39.840Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T03:40:39.841Z||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-11-15T03:40:39.841Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T03:40:39.842Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T03:40:39.843Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-15T03:40:39.843Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T03:40:49.374Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T03:40:49.380Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T03:41:39.840Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T03:41:39.841Z||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-11-15T03:41:39.841Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T03:41:39.842Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T03:41:39.842Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-15T03:41:39.842Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T03:41:49.376Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T03:41:49.378Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T03:42:39.840Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T03:42:39.841Z||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-11-15T03:42:39.841Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T03:42:39.842Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T03:42:39.843Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-15T03:42:39.843Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T03:42:49.370Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T03:42:49.376Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T03:43:39.840Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T03:43:39.842Z||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-11-15T03:43:39.842Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T03:43:39.842Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T03:43:39.843Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-15T03:43:39.843Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T03:43:49.378Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T03:43:49.378Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T03:44:39.840Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T03:44:39.842Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T03:44:39.842Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-15T03:44:39.842Z||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-11-15T03:44:39.842Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T03:44:39.842Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T03:44:49.377Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T03:44:49.378Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T03:45:39.840Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T03:45:39.841Z||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-11-15T03:45:39.841Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T03:45:39.842Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T03:45:39.843Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-15T03:45:39.843Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T03:45:49.382Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T03:45:49.384Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T03:46:39.840Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T03:46:39.841Z||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-11-15T03:46:39.842Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T03:46:39.842Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T03:46:39.842Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-15T03:46:39.842Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T03:46:49.376Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T03:46:49.378Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T03:47:39.840Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T03:47:39.841Z||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-11-15T03:47:39.841Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T03:47:39.842Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T03:47:39.842Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-15T03:47:39.842Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T03:47:49.376Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T03:47:49.379Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T03:48:39.840Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T03:48:39.841Z||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-11-15T03:48:39.841Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T03:48:39.842Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T03:48:39.842Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-15T03:48:39.842Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T03:48:49.375Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T03:48:49.377Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T03:49:39.840Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T03:49:39.841Z||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-11-15T03:49:39.841Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T03:49:39.842Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T03:49:39.842Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-15T03:49:39.842Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T03:49:49.375Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T03:49:49.379Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T03:50:39.840Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T03:50:39.841Z||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-11-15T03:50:39.841Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T03:50:39.842Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T03:50:39.842Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-15T03:50:39.842Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T03:50:49.379Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T03:50:49.379Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T03:51:39.840Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T03:51:39.841Z||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-11-15T03:51:39.841Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T03:51:39.842Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T03:51:39.842Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-15T03:51:39.842Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T03:51:49.377Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T03:51:49.380Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T03:52:39.840Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T03:52:39.841Z||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-11-15T03:52:39.841Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T03:52:39.842Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T03:52:39.842Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-15T03:52:39.843Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T03:52:49.375Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T03:52:49.377Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T03:53:39.840Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T03:53:39.841Z||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-11-15T03:53:39.841Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T03:53:39.842Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T03:53:39.842Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-15T03:53:39.842Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T03:53:49.377Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T03:53:49.378Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T03:54:39.840Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T03:54:39.842Z||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-11-15T03:54:39.842Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T03:54:39.842Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T03:54:39.843Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-15T03:54:39.843Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T03:54:49.392Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T03:54:49.394Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T03:55:39.840Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T03:55:39.841Z||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-11-15T03:55:39.841Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T03:55:39.842Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T03:55:39.843Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-15T03:55:39.843Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T03:55:49.375Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T03:55:49.379Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T03:56:39.840Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T03:56:39.841Z||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-11-15T03:56:39.841Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T03:56:39.842Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T03:56:39.842Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-15T03:56:39.843Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T03:56:49.373Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T03:56:49.375Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T03:57:39.840Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T03:57:39.841Z||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-11-15T03:57:39.841Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T03:57:39.842Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T03:57:39.842Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-15T03:57:39.843Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T03:57:49.374Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T03:57:49.379Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T03:58:39.840Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T03:58:39.841Z||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-11-15T03:58:39.841Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T03:58:39.842Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T03:58:39.842Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-15T03:58:39.842Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T03:58:49.374Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T03:58:49.377Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T03:59:39.840Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T03:59:39.841Z||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-11-15T03:59:39.841Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T03:59:39.842Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T03:59:39.842Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-15T03:59:39.842Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T03:59:49.372Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T03:59:49.378Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:00:39.840Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T04:00:39.841Z||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-11-15T04:00:39.842Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T04:00:39.842Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T04:00:39.842Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-15T04:00:39.843Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T04:00:49.375Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:00:49.378Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:01:39.840Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T04:01:39.841Z||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-11-15T04:01:39.841Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T04:01:39.842Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T04:01:39.842Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-15T04:01:39.842Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T04:01:49.375Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:01:49.377Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:02:39.840Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T04:02:39.841Z||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-11-15T04:02:39.841Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T04:02:39.842Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T04:02:39.842Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-15T04:02:39.842Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T04:02:49.378Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:02:49.379Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:03:39.840Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T04:03:39.841Z||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-11-15T04:03:39.841Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T04:03:39.842Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T04:03:39.842Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-15T04:03:39.842Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T04:03:49.372Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:03:49.376Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:04:39.840Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T04:04:39.841Z||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-11-15T04:04:39.841Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T04:04:39.842Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T04:04:39.843Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-15T04:04:39.843Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T04:04:49.374Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:04:49.379Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:05:39.840Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T04:05:39.841Z||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-11-15T04:05:39.841Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T04:05:39.842Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T04:05:39.842Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-15T04:05:39.842Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T04:05:49.376Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:05:49.380Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:06:39.840Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T04:06:39.841Z||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-11-15T04:06:39.841Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T04:06:39.842Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T04:06:39.842Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-15T04:06:39.842Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T04:06:49.375Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:06:49.376Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:07:39.840Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T04:07:39.841Z||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-11-15T04:07:39.841Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T04:07:39.842Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T04:07:39.843Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-15T04:07:39.843Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T04:07:49.375Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:07:49.379Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:08:39.840Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T04:08:39.841Z||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-11-15T04:08:39.841Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T04:08:39.842Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T04:08:39.842Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-15T04:08:39.843Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T04:08:49.373Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:08:49.377Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:09:39.840Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T04:09:39.841Z||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-11-15T04:09:39.841Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T04:09:39.842Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T04:09:39.842Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-15T04:09:39.843Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T04:09:49.373Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:09:49.379Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:10:39.840Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T04:10:39.841Z||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-11-15T04:10:39.841Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T04:10:39.842Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T04:10:39.842Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-15T04:10:39.843Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T04:10:49.374Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:10:49.378Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:11:39.840Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T04:11:39.841Z||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-11-15T04:11:39.841Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T04:11:39.842Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T04:11:39.842Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-15T04:11:39.842Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T04:11:49.374Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:11:49.377Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:12:39.840Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T04:12:39.841Z||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-11-15T04:12:39.841Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T04:12:39.842Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T04:12:39.842Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-15T04:12:39.842Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T04:12:49.375Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:12:49.378Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:13:39.840Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T04:13:39.841Z||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-11-15T04:13:39.841Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T04:13:39.842Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T04:13:39.842Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-15T04:13:39.842Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T04:13:49.373Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:13:49.377Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:14:39.840Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T04:14:39.841Z||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-11-15T04:14:39.841Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T04:14:39.842Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T04:14:39.842Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-15T04:14:39.843Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T04:14:49.380Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:14:49.384Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:15:39.840Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T04:15:39.841Z||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-11-15T04:15:39.841Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T04:15:39.842Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T04:15:39.842Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-15T04:15:39.842Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T04:15:49.375Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:15:49.377Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:16:39.840Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T04:16:39.841Z||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-11-15T04:16:39.841Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T04:16:39.842Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T04:16:39.842Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-15T04:16:39.842Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T04:16:49.374Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:16:49.376Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:17:39.840Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T04:17:39.841Z||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-11-15T04:17:39.842Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T04:17:39.842Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T04:17:39.842Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-15T04:17:39.842Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T04:17:49.378Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:17:49.380Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:18:39.840Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T04:18:39.841Z||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-11-15T04:18:39.841Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T04:18:39.842Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T04:18:39.842Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-15T04:18:39.842Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T04:18:40.463Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:18:40.465Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-15T04:18:40.465Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"db5fe858-e024-4db9-b620-b3c374eed484","serviceName":"vFW 2021-11-15 04-15-47","serviceVersion":"1.0","serviceUUID":"9aa66f5b-511e-4557-a33b-12287fe76619","serviceDescription":"catalog service description","serviceInvariantUUID":"55ca4bc5-ba22-4676-ba0a-904a0e87f695","resources":[{"resourceInstanceName":"vFW a2c01b06-26db 0","resourceName":"vFW a2c01b06-26db","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"818e5dd6-611e-43c5-bc69-377323c251a3","resourceInvariantUUID":"a5a5225d-c6ce-4391-96dc-350d92990645","resourceCustomizationUUID":"0bbf6789-425a-4cba-8e7f-8150f76d7945","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211115041547/1.0/resourceInstances/vfwa2c01b0626db0/artifacts/vf-license-model.xml","artifactChecksum":"NzZhZDY2YmVlYTFkMzk3ZDIwOWMxOTdkYzQzNDNlZmI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5322b96f-a439-4c73-84ce-eaa7501bc7fa","artifactVersion":"1"},{"artifactName":"vfwa2c01b0626db0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20211115041547/1.0/resourceInstances/vfwa2c01b0626db0/artifacts/vfwa2c01b0626db0_modules.json","artifactChecksum":"YzgwNDc5Y2Q1Njg5MGNjZWM3YzhlOTU3MTEyOTRjOTg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"39b8b6f9-65b9-420f-a099-af22d6210d77","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20211115041547/1.0/resourceInstances/vfwa2c01b0626db0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"f4b6c309-a8e2-4299-b4da-c85bb09a0d09","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211115041547/1.0/resourceInstances/vfwa2c01b0626db0/artifacts/vendor-license-model.xml","artifactChecksum":"NjMxMTVmMmI0YzExZWUxOTY2MjVmNzEyMzFhZGVlMjA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"4b1d67b4-8c07-49de-9331-e36dbdd85add","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20211115041547/1.0/resourceInstances/vfwa2c01b0626db0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"1123b0c4-1550-4daf-8cf8-7a34ff40d4ad","artifactVersion":"2","generatedFromUUID":"f4b6c309-a8e2-4299-b4da-c85bb09a0d09"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20211115041547-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20211115041547/1.0/artifacts/service-Vfw20211115041547-template.yml","artifactChecksum":"YzVkZDFmNGZjMThiMWNmYWFhNjVlZTkxMGEwYzY0OTk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"481117ec-dbc7-4150-80b4-684437256d03","artifactVersion":"1"},{"artifactName":"service-Vfw20211115041547-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20211115041547/1.0/artifacts/service-Vfw20211115041547-csar.csar","artifactChecksum":"OWIxOTVmZWU4NjI4OGNmNDI5YzFlMTk0ZmFjMTAwNzY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f5027bed-99c7-46fa-8f21-cf99be0e714c","artifactVersion":"1"}],"workloadContext":"Production"}
2021-11-15T04:18:40.472Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-15T04:18:40.477Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T04:18:40.484Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T04:18:40.484Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "db5fe858-e024-4db9-b620-b3c374eed484",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636949919840,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115041547/1.0/resourceInstances/vfwa2c01b0626db0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:18:40.489Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:18:40.493Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:18:40.494Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db5fe858-e024-4db9-b620-b3c374eed484",
  "consumerID": "cds",
  "timestamp": 1636949878859,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115041547/1.0/resourceInstances/vfwa2c01b0626db0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:18:40.511Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:18:40.512Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:18:40.512Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db5fe858-e024-4db9-b620-b3c374eed484",
  "consumerID": "policy-id",
  "timestamp": 1636949880399,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115041547/1.0/resourceInstances/vfwa2c01b0626db0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:18:40.512Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:18:40.512Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:18:40.512Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db5fe858-e024-4db9-b620-b3c374eed484",
  "consumerID": "dcae-sch",
  "timestamp": 1636949880658,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115041547/1.0/resourceInstances/vfwa2c01b0626db0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:18:40.512Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:18:40.513Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:18:40.513Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db5fe858-e024-4db9-b620-b3c374eed484",
  "consumerID": "cds",
  "timestamp": 1636949878859,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115041547/1.0/resourceInstances/vfwa2c01b0626db0/artifacts/vfwa2c01b0626db0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:18:40.513Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:18:40.513Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:18:40.513Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db5fe858-e024-4db9-b620-b3c374eed484",
  "consumerID": "policy-id",
  "timestamp": 1636949880399,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115041547/1.0/resourceInstances/vfwa2c01b0626db0/artifacts/vfwa2c01b0626db0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:18:40.513Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:18:40.514Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:18:40.514Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db5fe858-e024-4db9-b620-b3c374eed484",
  "consumerID": "dcae-sch",
  "timestamp": 1636949880658,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115041547/1.0/resourceInstances/vfwa2c01b0626db0/artifacts/vfwa2c01b0626db0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:18:40.514Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:18:40.514Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:18:40.514Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db5fe858-e024-4db9-b620-b3c374eed484",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636949881744,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115041547/1.0/resourceInstances/vfwa2c01b0626db0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:18:40.514Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:18:40.514Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:18:40.514Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db5fe858-e024-4db9-b620-b3c374eed484",
  "consumerID": "cds",
  "timestamp": 1636949878859,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115041547/1.0/resourceInstances/vfwa2c01b0626db0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:18:40.514Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:18:40.514Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:18:40.514Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db5fe858-e024-4db9-b620-b3c374eed484",
  "consumerID": "policy-id",
  "timestamp": 1636949880399,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115041547/1.0/resourceInstances/vfwa2c01b0626db0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-11-15T04:18:40.515Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:18:40.515Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:18:40.515Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db5fe858-e024-4db9-b620-b3c374eed484",
  "consumerID": "dcae-sch",
  "timestamp": 1636949880658,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115041547/1.0/resourceInstances/vfwa2c01b0626db0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:18:40.515Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:18:40.515Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:18:40.515Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db5fe858-e024-4db9-b620-b3c374eed484",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636949881744,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115041547/1.0/resourceInstances/vfwa2c01b0626db0/artifacts/vfwa2c01b0626db0_modules.json",
  "status": "NOTIFIED"
}
2021-11-15T04:18:40.515Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:18:40.515Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:18:40.515Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db5fe858-e024-4db9-b620-b3c374eed484",
  "consumerID": "cds",
  "timestamp": 1636949878859,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115041547/1.0/resourceInstances/vfwa2c01b0626db0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:18:40.515Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:18:40.516Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:18:40.516Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db5fe858-e024-4db9-b620-b3c374eed484",
  "consumerID": "policy-id",
  "timestamp": 1636949880399,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115041547/1.0/resourceInstances/vfwa2c01b0626db0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:18:40.516Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:18:40.516Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:18:40.516Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db5fe858-e024-4db9-b620-b3c374eed484",
  "consumerID": "dcae-sch",
  "timestamp": 1636949880658,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115041547/1.0/resourceInstances/vfwa2c01b0626db0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:18:40.516Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:18:40.516Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:18:40.516Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db5fe858-e024-4db9-b620-b3c374eed484",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636949881744,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115041547/1.0/resourceInstances/vfwa2c01b0626db0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-11-15T04:18:40.516Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:18:40.516Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:18:40.516Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db5fe858-e024-4db9-b620-b3c374eed484",
  "consumerID": "cds",
  "timestamp": 1636949878859,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115041547/1.0/resourceInstances/vfwa2c01b0626db0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:18:40.517Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:18:40.517Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:18:40.517Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db5fe858-e024-4db9-b620-b3c374eed484",
  "consumerID": "policy-id",
  "timestamp": 1636949880399,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115041547/1.0/resourceInstances/vfwa2c01b0626db0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:18:40.517Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:18:40.517Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:18:40.517Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db5fe858-e024-4db9-b620-b3c374eed484",
  "consumerID": "dcae-sch",
  "timestamp": 1636949880658,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115041547/1.0/resourceInstances/vfwa2c01b0626db0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:18:40.518Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:18:40.518Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:18:40.518Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db5fe858-e024-4db9-b620-b3c374eed484",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636949881744,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115041547/1.0/resourceInstances/vfwa2c01b0626db0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:18:40.518Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:18:40.518Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:18:40.518Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db5fe858-e024-4db9-b620-b3c374eed484",
  "consumerID": "cds",
  "timestamp": 1636949878859,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115041547/1.0/artifacts/service-Vfw20211115041547-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:18:40.518Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:18:40.518Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:18:40.518Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db5fe858-e024-4db9-b620-b3c374eed484",
  "consumerID": "policy-id",
  "timestamp": 1636949880399,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115041547/1.0/artifacts/service-Vfw20211115041547-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:18:40.518Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:18:40.518Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:18:40.519Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db5fe858-e024-4db9-b620-b3c374eed484",
  "consumerID": "dcae-sch",
  "timestamp": 1636949880658,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115041547/1.0/artifacts/service-Vfw20211115041547-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:18:40.519Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:18:40.519Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:18:40.519Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db5fe858-e024-4db9-b620-b3c374eed484",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636949881744,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115041547/1.0/resourceInstances/vfwa2c01b0626db0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-11-15T04:18:40.519Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:18:40.519Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:18:40.519Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db5fe858-e024-4db9-b620-b3c374eed484",
  "consumerID": "cds",
  "timestamp": 1636949878859,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115041547/1.0/artifacts/service-Vfw20211115041547-csar.csar",
  "status": "NOTIFIED"
}
2021-11-15T04:18:40.519Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:18:40.519Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:18:40.519Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db5fe858-e024-4db9-b620-b3c374eed484",
  "consumerID": "policy-id",
  "timestamp": 1636949880399,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115041547/1.0/artifacts/service-Vfw20211115041547-csar.csar",
  "status": "NOTIFIED"
}
2021-11-15T04:18:40.519Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:18:40.520Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:18:40.520Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db5fe858-e024-4db9-b620-b3c374eed484",
  "consumerID": "dcae-sch",
  "timestamp": 1636949880658,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115041547/1.0/artifacts/service-Vfw20211115041547-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:18:40.520Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:18:40.520Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:18:40.520Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db5fe858-e024-4db9-b620-b3c374eed484",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636949881744,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115041547/1.0/artifacts/service-Vfw20211115041547-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:18:40.520Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:18:40.520Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:18:40.520Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db5fe858-e024-4db9-b620-b3c374eed484",
  "consumerID": "cds",
  "timestamp": 1636949888102,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115041547/1.0/artifacts/service-Vfw20211115041547-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-15T04:18:40.520Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:18:40.520Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:18:40.521Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db5fe858-e024-4db9-b620-b3c374eed484",
  "consumerID": "policy-id",
  "timestamp": 1636949888149,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115041547/1.0/artifacts/service-Vfw20211115041547-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-15T04:18:40.521Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:18:40.521Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:18:40.521Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db5fe858-e024-4db9-b620-b3c374eed484",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636949881744,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115041547/1.0/artifacts/service-Vfw20211115041547-csar.csar",
  "status": "NOTIFIED"
}
2021-11-15T04:18:40.521Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:18:40.521Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:18:40.521Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db5fe858-e024-4db9-b620-b3c374eed484",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636949888455,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115041547/1.0/resourceInstances/vfwa2c01b0626db0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:18:40.521Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:18:40.521Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:18:40.521Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db5fe858-e024-4db9-b620-b3c374eed484",
  "consumerID": "cds",
  "timestamp": 1636949889121,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115041547/1.0/artifacts/service-Vfw20211115041547-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-15T04:18:40.584Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2021-11-15T04:18:40.587Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-15T04:18:40.587Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIYkFj1U8XlYGVL0) ...
2021-11-15T04:18:40.598Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:18:40.599Z||pool-3-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-15T04:18:40.662Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of db5fe858-e024-4db9-b620-b3c374eed484
2021-11-15T04:18:40.676Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId db5fe858-e024-4db9-b620-b3c374eed484 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-15T04:18:40.697Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:18:40.697Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db5fe858-e024-4db9-b620-b3c374eed484",
  "consumerID": "policy-id",
  "timestamp": 1636949889156,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115041547/1.0/artifacts/service-Vfw20211115041547-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-15T04:18:40.697Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:18:40.697Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:18:40.697Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db5fe858-e024-4db9-b620-b3c374eed484",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636949889555,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115041547/1.0/resourceInstances/vfwa2c01b0626db0/artifacts/vfwa2c01b0626db0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-15T04:18:40.698Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:18:40.698Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:18:40.698Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db5fe858-e024-4db9-b620-b3c374eed484",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636949888455,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115041547/1.0/resourceInstances/vfwa2c01b0626db0/artifacts/vfwa2c01b0626db0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:18:40.698Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:18:40.698Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:18:40.698Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db5fe858-e024-4db9-b620-b3c374eed484",
  "consumerID": "policy-id",
  "timestamp": 1636949890161,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-15T04:18:40.709Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of db5fe858-e024-4db9-b620-b3c374eed484
2021-11-15T04:18:40.709Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId db5fe858-e024-4db9-b620-b3c374eed484 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-15T04:18:40.716Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:18:40.717Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db5fe858-e024-4db9-b620-b3c374eed484",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636949890991,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115041547/1.0/resourceInstances/vfwa2c01b0626db0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-15T04:18:40.717Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:18:40.717Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:18:40.717Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db5fe858-e024-4db9-b620-b3c374eed484",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636949888455,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115041547/1.0/resourceInstances/vfwa2c01b0626db0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:18:40.717Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:18:40.717Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:18:40.717Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db5fe858-e024-4db9-b620-b3c374eed484",
  "consumerID": "aai-ml",
  "timestamp": 1636949891202,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115041547/1.0/resourceInstances/vfwa2c01b0626db0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:18:40.717Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:18:40.717Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:18:40.718Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db5fe858-e024-4db9-b620-b3c374eed484",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636949888455,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115041547/1.0/resourceInstances/vfwa2c01b0626db0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:18:40.718Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:18:40.718Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:18:40.718Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db5fe858-e024-4db9-b620-b3c374eed484",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636949891794,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115041547/1.0/resourceInstances/vfwa2c01b0626db0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:18:40.718Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:18:40.718Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:18:40.718Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db5fe858-e024-4db9-b620-b3c374eed484",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636949892587,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115041547/1.0/resourceInstances/vfwa2c01b0626db0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-11-15T04:18:40.718Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:18:40.718Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:18:40.718Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db5fe858-e024-4db9-b620-b3c374eed484",
  "consumerID": "aai-ml",
  "timestamp": 1636949891202,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115041547/1.0/resourceInstances/vfwa2c01b0626db0/artifacts/vfwa2c01b0626db0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:18:40.718Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:18:40.718Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:18:40.718Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db5fe858-e024-4db9-b620-b3c374eed484",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636949888455,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115041547/1.0/resourceInstances/vfwa2c01b0626db0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:18:40.719Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:18:40.719Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:18:40.719Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db5fe858-e024-4db9-b620-b3c374eed484",
  "consumerID": "clamp",
  "timestamp": 1636949892296,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115041547/1.0/resourceInstances/vfwa2c01b0626db0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:18:40.719Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:18:40.719Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:18:40.719Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db5fe858-e024-4db9-b620-b3c374eed484",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636949891794,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115041547/1.0/resourceInstances/vfwa2c01b0626db0/artifacts/vfwa2c01b0626db0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:18:40.719Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:18:40.719Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:18:40.719Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db5fe858-e024-4db9-b620-b3c374eed484",
  "consumerID": "aai-ml",
  "timestamp": 1636949891202,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115041547/1.0/resourceInstances/vfwa2c01b0626db0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:18:40.719Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:18:40.719Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:18:40.719Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db5fe858-e024-4db9-b620-b3c374eed484",
  "consumerID": "clamp",
  "timestamp": 1636949892296,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115041547/1.0/resourceInstances/vfwa2c01b0626db0/artifacts/vfwa2c01b0626db0_modules.json",
  "status": "NOTIFIED"
}
2021-11-15T04:18:40.720Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:18:40.720Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:18:40.720Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db5fe858-e024-4db9-b620-b3c374eed484",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636949893998,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-15T04:18:40.723Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of db5fe858-e024-4db9-b620-b3c374eed484
2021-11-15T04:18:40.724Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId db5fe858-e024-4db9-b620-b3c374eed484 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-11-15T04:18:40.730Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:18:40.730Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db5fe858-e024-4db9-b620-b3c374eed484",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636949888455,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115041547/1.0/artifacts/service-Vfw20211115041547-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:18:40.730Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:18:40.731Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:18:40.731Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db5fe858-e024-4db9-b620-b3c374eed484",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636949891794,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115041547/1.0/resourceInstances/vfwa2c01b0626db0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:18:40.731Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:18:40.731Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:18:40.731Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db5fe858-e024-4db9-b620-b3c374eed484",
  "consumerID": "aai-ml",
  "timestamp": 1636949891202,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115041547/1.0/resourceInstances/vfwa2c01b0626db0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:18:40.731Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:18:40.731Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:18:40.731Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db5fe858-e024-4db9-b620-b3c374eed484",
  "consumerID": "clamp",
  "timestamp": 1636949892296,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115041547/1.0/resourceInstances/vfwa2c01b0626db0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:18:40.731Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:18:40.731Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:18:40.731Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db5fe858-e024-4db9-b620-b3c374eed484",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636949895002,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115041547/1.0/resourceInstances/vfwa2c01b0626db0/artifacts/vfwa2c01b0626db0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-15T04:18:40.731Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:18:40.732Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:18:40.732Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db5fe858-e024-4db9-b620-b3c374eed484",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636949888455,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115041547/1.0/artifacts/service-Vfw20211115041547-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:18:40.732Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:18:40.732Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:18:40.732Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db5fe858-e024-4db9-b620-b3c374eed484",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636949891794,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115041547/1.0/resourceInstances/vfwa2c01b0626db0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:18:40.732Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:18:40.732Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:18:40.732Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db5fe858-e024-4db9-b620-b3c374eed484",
  "consumerID": "aai-ml",
  "timestamp": 1636949891202,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115041547/1.0/resourceInstances/vfwa2c01b0626db0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:18:40.732Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:18:40.732Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:18:40.732Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db5fe858-e024-4db9-b620-b3c374eed484",
  "consumerID": "clamp",
  "timestamp": 1636949892296,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115041547/1.0/resourceInstances/vfwa2c01b0626db0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:18:40.732Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:18:40.732Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:18:40.733Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db5fe858-e024-4db9-b620-b3c374eed484",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636949891794,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115041547/1.0/resourceInstances/vfwa2c01b0626db0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:18:40.733Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:18:40.733Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:18:40.733Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db5fe858-e024-4db9-b620-b3c374eed484",
  "consumerID": "aai-ml",
  "timestamp": 1636949891202,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115041547/1.0/artifacts/service-Vfw20211115041547-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:18:40.733Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:18:40.733Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:18:40.733Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db5fe858-e024-4db9-b620-b3c374eed484",
  "consumerID": "clamp",
  "timestamp": 1636949892296,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115041547/1.0/resourceInstances/vfwa2c01b0626db0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:18:40.733Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:18:40.733Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:18:40.733Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db5fe858-e024-4db9-b620-b3c374eed484",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636949891794,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115041547/1.0/artifacts/service-Vfw20211115041547-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:18:40.733Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:18:40.733Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:18:40.733Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db5fe858-e024-4db9-b620-b3c374eed484",
  "consumerID": "aai-ml",
  "timestamp": 1636949891202,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115041547/1.0/artifacts/service-Vfw20211115041547-csar.csar",
  "status": "NOTIFIED"
}
2021-11-15T04:18:40.733Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:18:40.734Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:18:40.734Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db5fe858-e024-4db9-b620-b3c374eed484",
  "consumerID": "clamp",
  "timestamp": 1636949892296,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115041547/1.0/artifacts/service-Vfw20211115041547-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:18:40.734Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:18:40.734Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:18:40.734Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db5fe858-e024-4db9-b620-b3c374eed484",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636949891794,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115041547/1.0/artifacts/service-Vfw20211115041547-csar.csar",
  "status": "NOTIFIED"
}
2021-11-15T04:18:40.734Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:18:40.734Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:18:40.734Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db5fe858-e024-4db9-b620-b3c374eed484",
  "consumerID": "clamp",
  "timestamp": 1636949892296,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115041547/1.0/artifacts/service-Vfw20211115041547-csar.csar",
  "status": "NOTIFIED"
}
2021-11-15T04:18:40.734Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:18:40.734Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:18:40.734Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db5fe858-e024-4db9-b620-b3c374eed484",
  "consumerID": "aai-ml",
  "timestamp": 1636949899017,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115041547/1.0/artifacts/service-Vfw20211115041547-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-15T04:18:40.734Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:18:40.734Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:18:40.735Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db5fe858-e024-4db9-b620-b3c374eed484",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636949899577,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115041547/1.0/artifacts/service-Vfw20211115041547-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-15T04:18:40.735Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:18:40.735Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:18:40.735Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db5fe858-e024-4db9-b620-b3c374eed484",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636949903901,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115041547/1.0/artifacts/service-Vfw20211115041547-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-15T04:18:40.735Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:18:40.735Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:18:40.735Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db5fe858-e024-4db9-b620-b3c374eed484",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636949904905,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-15T04:18:40.739Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of db5fe858-e024-4db9-b620-b3c374eed484
2021-11-15T04:18:40.739Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId db5fe858-e024-4db9-b620-b3c374eed484 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-15T04:18:40.746Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:18:40.746Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db5fe858-e024-4db9-b620-b3c374eed484",
  "consumerID": "aai-ml",
  "timestamp": 1636949909451,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115041547/1.0/artifacts/service-Vfw20211115041547-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-15T04:18:40.746Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:18:40.746Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:18:40.746Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db5fe858-e024-4db9-b620-b3c374eed484",
  "consumerID": "aai-ml",
  "timestamp": 1636949910457,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-15T04:18:40.750Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of db5fe858-e024-4db9-b620-b3c374eed484
2021-11-15T04:18:40.750Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId db5fe858-e024-4db9-b620-b3c374eed484 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-15T04:18:40.759Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:18:40.760Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db5fe858-e024-4db9-b620-b3c374eed484",
  "consumerID": "clamp",
  "timestamp": 1636949913339,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115041547/1.0/artifacts/service-Vfw20211115041547-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-15T04:18:40.760Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:18:40.760Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:18:40.760Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db5fe858-e024-4db9-b620-b3c374eed484",
  "consumerID": "clamp",
  "timestamp": 1636949915347,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115041547/1.0/artifacts/service-Vfw20211115041547-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-15T04:18:40.760Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:18:40.760Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:18:40.760Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db5fe858-e024-4db9-b620-b3c374eed484",
  "consumerID": "clamp",
  "timestamp": 1636949916351,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-15T04:18:40.765Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of db5fe858-e024-4db9-b620-b3c374eed484
2021-11-15T04:18:40.765Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId db5fe858-e024-4db9-b620-b3c374eed484 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-15T04:18:41.489Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-15T04:18:41.489Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T04:18:41.491Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T04:18:41.491Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "db5fe858-e024-4db9-b620-b3c374eed484",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636949919840,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115041547/1.0/resourceInstances/vfwa2c01b0626db0/artifacts/vfwa2c01b0626db0_modules.json",
  "status": "NOTIFIED"
}
2021-11-15T04:18:41.591Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T04:18:41.592Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-15T04:18:41.592Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIYkFj1U8XlYGVL0) ...
2021-11-15T04:18:41.602Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:18:41.602Z||pool-4-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-15T04:18:42.491Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-15T04:18:42.492Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T04:18:42.493Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T04:18:42.494Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "db5fe858-e024-4db9-b620-b3c374eed484",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636949919840,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115041547/1.0/resourceInstances/vfwa2c01b0626db0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-11-15T04:18:42.594Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-15T04:18:42.594Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-15T04:18:42.594Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIYkFj1U8XlYGVL0) ...
2021-11-15T04:18:42.604Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:18:42.604Z||pool-5-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-11-15T04:18:43.494Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-15T04:18:43.495Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T04:18:43.497Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T04:18:43.497Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "db5fe858-e024-4db9-b620-b3c374eed484",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636949919840,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115041547/1.0/resourceInstances/vfwa2c01b0626db0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:18:43.597Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T04:18:43.597Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-15T04:18:43.598Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIYkFj1U8XlYGVL0) ...
2021-11-15T04:18:43.607Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:18:43.607Z||pool-6-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-11-15T04:18:44.498Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-15T04:18:44.498Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T04:18:44.500Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T04:18:44.500Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "db5fe858-e024-4db9-b620-b3c374eed484",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636949919840,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115041547/1.0/resourceInstances/vfwa2c01b0626db0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-11-15T04:18:44.600Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T04:18:44.601Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-15T04:18:44.601Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIYkFj1U8XlYGVL0) ...
2021-11-15T04:18:44.610Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:18:44.610Z||pool-7-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-11-15T04:18:45.500Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-15T04:18:45.501Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T04:18:45.503Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T04:18:45.503Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "db5fe858-e024-4db9-b620-b3c374eed484",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636949919840,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115041547/1.0/artifacts/service-Vfw20211115041547-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:18:45.603Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T04:18:45.604Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-15T04:18:45.604Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIYkFj1U8XlYGVL0) ...
2021-11-15T04:18:45.616Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:18:45.616Z||pool-8-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-15T04:18:46.503Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-15T04:18:46.504Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T04:18:46.505Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T04:18:46.506Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "db5fe858-e024-4db9-b620-b3c374eed484",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636949919840,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115041547/1.0/artifacts/service-Vfw20211115041547-csar.csar",
  "status": "NOTIFIED"
}
2021-11-15T04:18:46.606Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T04:18:46.606Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-15T04:18:46.607Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIYkFj1U8XlYGVL0) ...
2021-11-15T04:18:46.616Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:18:46.616Z||pool-9-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-11-15T04:18:47.507Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "db5fe858-e024-4db9-b620-b3c374eed484",
  "serviceName": "vFW 2021-11-15 04-15-47",
  "serviceVersion": "1.0",
  "serviceUUID": "9aa66f5b-511e-4557-a33b-12287fe76619",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "55ca4bc5-ba22-4676-ba0a-904a0e87f695",
  "resources": [
    {
      "resourceInstanceName": "vFW a2c01b06-26db 0",
      "resourceCustomizationUUID": "0bbf6789-425a-4cba-8e7f-8150f76d7945",
      "resourceName": "vFW a2c01b06-26db",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "818e5dd6-611e-43c5-bc69-377323c251a3",
      "resourceInvariantUUID": "a5a5225d-c6ce-4391-96dc-350d92990645",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwa2c01b0626db0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20211115041547/1.0/resourceInstances/vfwa2c01b0626db0/artifacts/vfwa2c01b0626db0_modules.json",
          "artifactChecksum": "YzgwNDc5Y2Q1Njg5MGNjZWM3YzhlOTU3MTEyOTRjOTg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "39b8b6f9-65b9-420f-a099-af22d6210d77",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20211115041547/1.0/resourceInstances/vfwa2c01b0626db0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "f4b6c309-a8e2-4299-b4da-c85bb09a0d09",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20211115041547/1.0/resourceInstances/vfwa2c01b0626db0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "1123b0c4-1550-4daf-8cf8-7a34ff40d4ad",
            "generatedFromUUID": "f4b6c309-a8e2-4299-b4da-c85bb09a0d09"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20211115041547/1.0/resourceInstances/vfwa2c01b0626db0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "1123b0c4-1550-4daf-8cf8-7a34ff40d4ad",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20211115041547-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20211115041547/1.0/artifacts/service-Vfw20211115041547-csar.csar",
      "artifactChecksum": "OWIxOTVmZWU4NjI4OGNmNDI5YzFlMTk0ZmFjMTAwNzY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "f5027bed-99c7-46fa-8f21-cf99be0e714c"
    }
  ],
  "workloadContext": "Production"
}
2021-11-15T04:18:47.508Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-11-15T04:18:47.508Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9aa66f5b-511e-4557-a33b-12287fe76619 ASDC
2021-11-15T04:18:47.628Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:db5fe858-e024-4db9-b620-b3c374eed484
ServiceName:vFW 2021-11-15 04-15-47
ServiceVersion:1.0
ServiceUUID:9aa66f5b-511e-4557-a33b-12287fe76619
ServiceInvariantUUID:55ca4bc5-ba22-4676-ba0a-904a0e87f695
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20211115041547-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211115041547/1.0/artifacts/service-Vfw20211115041547-csar.csar
ArtifactUUID:f5027bed-99c7-46fa-8f21-cf99be0e714c
ArtifactChecksum:OWIxOTVmZWU4NjI4OGNmNDI5YzFlMTk0ZmFjMTAwNzY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW a2c01b06-26db 0
ResourceCustomizationUUID:0bbf6789-425a-4cba-8e7f-8150f76d7945
ResourceInvariantUUID:a5a5225d-c6ce-4391-96dc-350d92990645
ResourceName:vFW a2c01b06-26db
ResourceType:VF
ResourceUUID:818e5dd6-611e-43c5-bc69-377323c251a3
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwa2c01b0626db0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211115041547/1.0/resourceInstances/vfwa2c01b0626db0/artifacts/vfwa2c01b0626db0_modules.json
ArtifactUUID:39b8b6f9-65b9-420f-a099-af22d6210d77
ArtifactChecksum:YzgwNDc5Y2Q1Njg5MGNjZWM3YzhlOTU3MTEyOTRjOTg=
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/Vfw20211115041547/1.0/resourceInstances/vfwa2c01b0626db0/artifacts/base_vfw.yaml
ArtifactUUID:f4b6c309-a8e2-4299-b4da-c85bb09a0d09
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/Vfw20211115041547/1.0/resourceInstances/vfwa2c01b0626db0/artifacts/base_vfw.env
ArtifactUUID:1123b0c4-1550-4daf-8cf8-7a34ff40d4ad
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/Vfw20211115041547/1.0/resourceInstances/vfwa2c01b0626db0/artifacts/base_vfw.env
ArtifactUUID:1123b0c4-1550-4daf-8cf8-7a34ff40d4ad
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-11-15T04:18:47.628Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9aa66f5b-511e-4557-a33b-12287fe76619 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-11-15T04:18:47.666Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-15T04:18:47.666Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-11-15T04:18:47.667Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-11-15T04:18:47.667Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: f5027bed-99c7-46fa-8f21-cf99be0e714c from URL: /sdc/v1/catalog/services/Vfw20211115041547/1.0/artifacts/service-Vfw20211115041547-csar.csar
2021-11-15T04:18:47.667Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-11-15T04:18:47.668Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211115041547/1.0/artifacts/service-Vfw20211115041547-csar.csar
2021-11-15T04:18:47.761Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-11-15T04:18:47.776Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211115041547/1.0/artifacts/service-Vfw20211115041547-csar.csar f5027bed-99c7-46fa-8f21-cf99be0e714c 98288
2021-11-15T04:18:47.777Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211115041547/1.0/artifacts/service-Vfw20211115041547-csar.csar ASDC sendASDCNotification
2021-11-15T04:18:47.777Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211115041547/1.0/artifacts/service-Vfw20211115041547-csar.csar
2021-11-15T04:18:47.778Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-15T04:18:47.779Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T04:18:47.780Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T04:18:47.780Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "db5fe858-e024-4db9-b620-b3c374eed484",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636949927776,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115041547/1.0/artifacts/service-Vfw20211115041547-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-15T04:18:47.880Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T04:18:47.881Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-15T04:18:47.881Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIYkFj1U8XlYGVL0) ...
2021-11-15T04:18:47.890Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:18:47.890Z||pool-10-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-11-15T04:18:48.781Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-15T04:18:48.781Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-11-15T04:18:48.781Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: f5027bed-99c7-46fa-8f21-cf99be0e714c, URL: /sdc/v1/catalog/services/Vfw20211115041547/1.0/artifacts/service-Vfw20211115041547-csar.csar to file: /app/ASDC/1/service-Vfw20211115041547-csar.csar
2021-11-15T04:18:48.782Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20211115041547-csar.csar
2021-11-15T04:18:48.835Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20211115041547-csar.csar
2021-11-15T04:18:48.835Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20211115041547-csar.csar
2021-11-15T04:18:49.604Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12197893601430017471/Definitions/service-Vfw20211115041547-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-11-15T04:18:52.011Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2021-11-15T04:18:52.015Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-11-15T04:18:52.015Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20211115041547-csar.csar
2021-11-15T04:18:52.015Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2021-11-15T04:18:52.015Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||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-Vfw20211115041547-csar.csar
2021-11-15T04:18:52.016Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||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-Vfw20211115041547-csar.csar
2021-11-15T04:18:52.016Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211115041547-csar.csar
2021-11-15T04:18:52.016Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211115041547-csar.csar
2021-11-15T04:18:52.016Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211115041547-csar.csar
2021-11-15T04:18:52.016Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||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-Vfw20211115041547-csar.csar
2021-11-15T04:18:52.016Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211115041547-csar.csar
2021-11-15T04:18:52.016Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||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-Vfw20211115041547-csar.csar
2021-11-15T04:18:52.016Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW a2c01b06-26db 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-Vfw20211115041547-csar.csar
2021-11-15T04:18:52.016Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20211115041547-csar.csar
2021-11-15T04:18:52.016Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||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-Vfw20211115041547-csar.csar
2021-11-15T04:18:52.016Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211115041547-csar.csar
2021-11-15T04:18:52.016Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211115041547-csar.csar
2021-11-15T04:18:52.016Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-11-15T04:18:52.022Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T04:18:52.023Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-11-15 04-15-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T04:18:52.025Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Node template vFW a2c01b06-26db 0 is matching search criteria
2021-11-15T04:18:52.026Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-11-15T04:18:52.027Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW a2c01b06-26db 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-15T04:18:52.028Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T04:18:52.028Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-11-15 04-15-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T04:18:52.028Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Node template vFW a2c01b06-26db 0 is matching search criteria
2021-11-15T04:18:52.028Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-11-15T04:18:52.029Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW a2c01b06-26db 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-15T04:18:52.029Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T04:18:52.029Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-11-15 04-15-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T04:18:52.032Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T04:18:52.032Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Node template vFW a2c01b06-26db 0 is not matching search criteria
2021-11-15T04:18:52.032Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-15T04:18:52.032Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-15T04:18:52.032Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-15T04:18:52.032Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-15T04:18:52.032Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-15T04:18:52.032Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-15T04:18:52.033Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-15T04:18:52.033Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-15T04:18:52.033Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-15T04:18:52.033Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-15T04:18:52.033Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-15T04:18:52.033Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-15T04:18:52.033Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-15T04:18:52.033Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-15T04:18:52.033Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-15T04:18:52.033Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-11-15T04:18:52.033Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T04:18:52.034Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-11-15 04-15-47 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-15T04:18:52.034Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T04:18:52.034Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Node template vFW a2c01b06-26db 0 is matching search criteria
2021-11-15T04:18:52.035Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW a2c01b06-26db 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-15T04:18:52.035Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T04:18:52.035Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Node template vFW a2c01b06-26db 0 is matching search criteria
2021-11-15T04:18:52.035Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW a2c01b06-26db 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-15T04:18:52.035Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T04:18:52.035Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Node template vFW a2c01b06-26db 0 is matching search criteria
2021-11-15T04:18:52.035Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW a2c01b06-26db 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-15T04:18:52.036Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T04:18:52.036Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Node template vFW a2c01b06-26db 0 is not matching search criteria
2021-11-15T04:18:52.036Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-15T04:18:52.036Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-15T04:18:52.036Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-11-15T04:18:52.036Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-15T04:18:52.036Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-15T04:18:52.036Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-15T04:18:52.036Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-15T04:18:52.037Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-15T04:18:52.037Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-15T04:18:52.037Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-15T04:18:52.037Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-15T04:18:52.037Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=9fb9cd10-7ba7-4e99-9050-52a861afe40b
2021-11-15T04:18:52.037Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T04:18:52.037Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Node template vFW a2c01b06-26db 0 is not matching search criteria
2021-11-15T04:18:52.037Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-15T04:18:52.037Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-15T04:18:52.037Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-15T04:18:52.038Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-15T04:18:52.038Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-15T04:18:52.038Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-15T04:18:52.038Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-15T04:18:52.038Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-11-15T04:18:52.038Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-15T04:18:52.038Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-15T04:18:52.038Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-15T04:18:52.038Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-15T04:18:52.038Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=83d7a5b3-1572-441c-924b-2de9850cb527
2021-11-15T04:18:52.039Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T04:18:52.039Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Node template vFW a2c01b06-26db 0 is not matching search criteria
2021-11-15T04:18:52.039Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-15T04:18:52.039Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-15T04:18:52.039Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-15T04:18:52.039Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-15T04:18:52.039Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-15T04:18:52.039Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-15T04:18:52.039Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-15T04:18:52.039Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-15T04:18:52.039Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-15T04:18:52.040Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-15T04:18:52.040Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-15T04:18:52.040Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-11-15T04:18:52.040Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=8d0933c2-1f13-4f02-8b13-827444ff2a9b
2021-11-15T04:18:52.040Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T04:18:52.040Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-11-15 04-15-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T04:18:52.040Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T04:18:52.040Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-11-15 04-15-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T04:18:52.041Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T04:18:52.041Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-11-15 04-15-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T04:18:52.041Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T04:18:52.041Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-11-15 04-15-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T04:18:52.041Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2021-11-15 04-15-47
Description:catalog service description
Model UUID:9aa66f5b-511e-4557-a33b-12287fe76619
Model Version:NULL
Model InvariantUuid:55ca4bc5-ba22-4676-ba0a-904a0e87f695
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW a2c01b06-26db
Model UUID:088b0559-51b0-4565-9511-155c5a45a7fb
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:a5a5225d-c6ce-4391-96dc-350d92990645
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:0bbf6789-425a-4cba-8e7f-8150f76d7945
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:5e4ecb75-6ed5-401f-b23d-df89d617c781
ModelName:VfwA2c01b0626db..base_vfw..module-0
ModelUuid:70395bd2-57af-402c-b362-f0505da5ad64
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:9fb9cd10-7ba7-4e99-9050-52a861afe40b
ModelInvariantUuid:87074656-bf53-49b4-b15a-bb79503c2041
ModelName:vFW a2c01b06-26db-nodes.vfwCvfc
ModelUuid:efeb1c0d-ead0-41bc-a8ae-d7c0abae21f3
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:a2bf1fcb-254a-4c79-8aad-a62747aa93bf
ModelInvariantUuid:df50a904-21e1-4159-8965-cd99c9861718
ModelName:VfwA2c01b0626db.compute.nodes.heat.vfw
ModelUuid:34ff866c-c6fe-404c-903c-7c088f54096c
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:83d7a5b3-1572-441c-924b-2de9850cb527
ModelInvariantUuid:b45fa9db-eae2-4c03-81e0-0c3b3962ef12
ModelName:vFW a2c01b06-26db-nodes.vsnCvfc
ModelUuid:17cb539a-ed4a-48df-814e-e0c78d1db82f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:c5b83f7e-659c-4bc2-9ec0-d0392474a37e
ModelInvariantUuid:8bab4baa-93a9-4b73-95ec-836807e019b1
ModelName:VfwA2c01b0626db.compute.nodes.heat.vsn
ModelUuid:696e3ee1-948c-47ee-b48b-06e9c38b1032
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:8d0933c2-1f13-4f02-8b13-827444ff2a9b
ModelInvariantUuid:ab6fa8ed-f47e-4243-8259-58a505ae6fdb
ModelName:vFW a2c01b06-26db-nodes.vpgCvfc
ModelUuid:726bcf46-c3d9-4e64-b268-752f21aa1e45
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:22e3f068-cb55-4732-a8c8-8869f77ed5a1
ModelInvariantUuid:4e45db2a-e710-4895-b899-40a15d95c690
ModelName:VfwA2c01b0626db.compute.nodes.heat.vpg
ModelUuid:f19179d2-779d-4797-a0dd-24c795a58f24
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-11-15T04:18:52.058Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 818e5dd6-611e-43c5-bc69-377323c251a3
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-15T04:18:52.144Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||INFO|500||vFW a2c01b06-26db 0
2021-11-15T04:18:52.149Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 818e5dd6-611e-43c5-bc69-377323c251a3
2021-11-15T04:18:52.149Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 39b8b6f9-65b9-420f-a099-af22d6210d77 from URL: /sdc/v1/catalog/services/Vfw20211115041547/1.0/resourceInstances/vfwa2c01b0626db0/artifacts/vfwa2c01b0626db0_modules.json
2021-11-15T04:18:52.149Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-11-15T04:18:52.149Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211115041547/1.0/resourceInstances/vfwa2c01b0626db0/artifacts/vfwa2c01b0626db0_modules.json
2021-11-15T04:18:52.737Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-11-15T04:18:52.737Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211115041547/1.0/resourceInstances/vfwa2c01b0626db0/artifacts/vfwa2c01b0626db0_modules.json 39b8b6f9-65b9-420f-a099-af22d6210d77 785
2021-11-15T04:18:52.738Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211115041547/1.0/resourceInstances/vfwa2c01b0626db0/artifacts/vfwa2c01b0626db0_modules.json ASDC sendASDCNotification
2021-11-15T04:18:52.738Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211115041547/1.0/resourceInstances/vfwa2c01b0626db0/artifacts/vfwa2c01b0626db0_modules.json
2021-11-15T04:18:52.738Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-15T04:18:52.738Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T04:18:52.740Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T04:18:52.740Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "db5fe858-e024-4db9-b620-b3c374eed484",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636949932738,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115041547/1.0/resourceInstances/vfwa2c01b0626db0/artifacts/vfwa2c01b0626db0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-15T04:18:52.840Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T04:18:52.841Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-15T04:18:52.841Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIYkFj1U8XlYGVL0) ...
2021-11-15T04:18:52.850Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:18:52.851Z||pool-11-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-11-15T04:18:53.742Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwA2c01b0626db..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "5e4ecb75-6ed5-401f-b23d-df89d617c781",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "70395bd2-57af-402c-b362-f0505da5ad64",
    "vfModuleModelCustomizationUUID": "52c07a34-bb11-4f79-9dcb-817539c9a7e1",
    "isBase": true,
    "artifacts": [
      "f4b6c309-a8e2-4299-b4da-c85bb09a0d09",
      "1123b0c4-1550-4daf-8cf8-7a34ff40d4ad"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-11-15T04:18:53.753Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwA2c01b0626db..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:70395bd2-57af-402c-b362-f0505da5ad64
VfModuleModelInvariantUUID:5e4ecb75-6ed5-401f-b23d-df89d617c781
VfModuleModelDescription:NULL
Artifacts UUID List:{
f4b6c309-a8e2-4299-b4da-c85bb09a0d09
,
1123b0c4-1550-4daf-8cf8-7a34ff40d4ad

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

isBase:true


}

2021-11-15T04:18:53.755Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwA2c01b0626db..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "5e4ecb75-6ed5-401f-b23d-df89d617c781",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "70395bd2-57af-402c-b362-f0505da5ad64",
    "vfModuleModelCustomizationUUID": "52c07a34-bb11-4f79-9dcb-817539c9a7e1",
    "isBase": true,
    "artifacts": [
      "f4b6c309-a8e2-4299-b4da-c85bb09a0d09",
      "1123b0c4-1550-4daf-8cf8-7a34ff40d4ad"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-11-15T04:18:53.755Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwA2c01b0626db..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:70395bd2-57af-402c-b362-f0505da5ad64
VfModuleModelInvariantUUID:5e4ecb75-6ed5-401f-b23d-df89d617c781
VfModuleModelDescription:NULL
Artifacts UUID List:{
f4b6c309-a8e2-4299-b4da-c85bb09a0d09
,
1123b0c4-1550-4daf-8cf8-7a34ff40d4ad

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

isBase:true


}

2021-11-15T04:18:53.755Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: f4b6c309-a8e2-4299-b4da-c85bb09a0d09 from URL: /sdc/v1/catalog/services/Vfw20211115041547/1.0/resourceInstances/vfwa2c01b0626db0/artifacts/base_vfw.yaml
2021-11-15T04:18:53.755Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-11-15T04:18:53.756Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211115041547/1.0/resourceInstances/vfwa2c01b0626db0/artifacts/base_vfw.yaml
2021-11-15T04:18:54.150Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-11-15T04:18:54.151Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211115041547/1.0/resourceInstances/vfwa2c01b0626db0/artifacts/base_vfw.yaml f4b6c309-a8e2-4299-b4da-c85bb09a0d09 20368
2021-11-15T04:18:54.151Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211115041547/1.0/resourceInstances/vfwa2c01b0626db0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-11-15T04:18:54.151Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211115041547/1.0/resourceInstances/vfwa2c01b0626db0/artifacts/base_vfw.yaml
2021-11-15T04:18:54.151Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-15T04:18:54.152Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T04:18:54.154Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T04:18:54.154Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "db5fe858-e024-4db9-b620-b3c374eed484",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636949934151,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115041547/1.0/resourceInstances/vfwa2c01b0626db0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-15T04:18:54.254Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T04:18:54.254Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-15T04:18:54.255Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIYkFj1U8XlYGVL0) ...
2021-11-15T04:18:54.264Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:18:54.264Z||pool-12-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-11-15T04:18:55.155Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 1123b0c4-1550-4daf-8cf8-7a34ff40d4ad from URL: /sdc/v1/catalog/services/Vfw20211115041547/1.0/resourceInstances/vfwa2c01b0626db0/artifacts/base_vfw.env
2021-11-15T04:18:55.155Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-11-15T04:18:55.155Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211115041547/1.0/resourceInstances/vfwa2c01b0626db0/artifacts/base_vfw.env
2021-11-15T04:18:55.374Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-11-15T04:18:55.375Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211115041547/1.0/resourceInstances/vfwa2c01b0626db0/artifacts/base_vfw.env 1123b0c4-1550-4daf-8cf8-7a34ff40d4ad 2098
2021-11-15T04:18:55.375Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211115041547/1.0/resourceInstances/vfwa2c01b0626db0/artifacts/base_vfw.env ASDC sendASDCNotification
2021-11-15T04:18:55.375Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211115041547/1.0/resourceInstances/vfwa2c01b0626db0/artifacts/base_vfw.env
2021-11-15T04:18:55.375Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-15T04:18:55.375Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T04:18:55.377Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T04:18:55.377Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "db5fe858-e024-4db9-b620-b3c374eed484",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636949935375,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115041547/1.0/resourceInstances/vfwa2c01b0626db0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-11-15T04:18:55.477Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T04:18:55.478Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-15T04:18:55.478Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIYkFj1U8XlYGVL0) ...
2021-11-15T04:18:55.487Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:18:55.488Z||pool-13-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-11-15T04:18:56.378Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 9aa66f5b-511e-4557-a33b-12287fe76619
2021-11-15T04:18:56.378Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW a2c01b06-26db 0 818e5dd6-611e-43c5-bc69-377323c251a3 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-15T04:18:56.420Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@75e3de57, org.onap.sdc.toscaparser.api.parameters.Input@2dd3dd22, org.onap.sdc.toscaparser.api.parameters.Input@64359475, org.onap.sdc.toscaparser.api.parameters.Input@5f8f6d33, org.onap.sdc.toscaparser.api.parameters.Input@347501f3]
2021-11-15T04:18:56.424Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T04:18:56.424Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-11-15 04-15-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T04:18:56.424Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2021-11-15T04:18:56.425Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 0bbf6789-425a-4cba-8e7f-8150f76d7945
2021-11-15T04:18:56.425Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 0bbf6789-425a-4cba-8e7f-8150f76d7945 matches Tosca VF Customization UUID: 0bbf6789-425a-4cba-8e7f-8150f76d7945
2021-11-15T04:18:56.425Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 0bbf6789-425a-4cba-8e7f-8150f76d7945  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-11-15T04:18:56.433Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T04:18:56.433Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-11-15 04-15-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T04:18:56.434Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 0bbf6789-425a-4cba-8e7f-8150f76d7945: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2021-11-15T04:18:56.434Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@26cda439
2021-11-15T04:18:56.435Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T04:18:56.435Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-11-15 04-15-47 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-15T04:18:56.435Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 52c07a34-bb11-4f79-9dcb-817539c9a7e1
2021-11-15T04:18:56.436Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 52c07a34-bb11-4f79-9dcb-817539c9a7e1
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-11-15T04:18:56.442Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T04:18:56.442Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Node template vFW a2c01b06-26db 0 is matching search criteria
2021-11-15T04:18:56.442Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW a2c01b06-26db 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-15T04:18:56.443Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T04:18:56.443Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Node template vFW a2c01b06-26db 0 is matching search criteria
2021-11-15T04:18:56.443Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW a2c01b06-26db 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-15T04:18:56.443Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T04:18:56.444Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Node template vFW a2c01b06-26db 0 is not matching search criteria
2021-11-15T04:18:56.444Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-15T04:18:56.444Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-15T04:18:56.444Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-11-15T04:18:56.445Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-15T04:18:56.445Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-15T04:18:56.445Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-15T04:18:56.445Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-15T04:18:56.445Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-15T04:18:56.446Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-15T04:18:56.446Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-15T04:18:56.446Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-15T04:18:56.446Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=9fb9cd10-7ba7-4e99-9050-52a861afe40b
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-11-15T04:18:56.459Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T04:18:56.460Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Node template vFW a2c01b06-26db 0 is matching search criteria
2021-11-15T04:18:56.460Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW a2c01b06-26db 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-15T04:18:56.460Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T04:18:56.460Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Node template vFW a2c01b06-26db 0 is not matching search criteria
2021-11-15T04:18:56.461Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-15T04:18:56.461Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-15T04:18:56.461Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-15T04:18:56.461Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-15T04:18:56.461Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-15T04:18:56.462Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-15T04:18:56.462Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-15T04:18:56.462Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-11-15T04:18:56.462Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-15T04:18:56.462Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-15T04:18:56.463Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-15T04:18:56.463Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-15T04:18:56.463Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=83d7a5b3-1572-441c-924b-2de9850cb527
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-11-15T04:18:56.465Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T04:18:56.465Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Node template vFW a2c01b06-26db 0 is matching search criteria
2021-11-15T04:18:56.465Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW a2c01b06-26db 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-15T04:18:56.468Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T04:18:56.468Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Node template vFW a2c01b06-26db 0 is not matching search criteria
2021-11-15T04:18:56.468Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-15T04:18:56.469Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-15T04:18:56.469Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-15T04:18:56.469Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-15T04:18:56.469Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-15T04:18:56.469Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-15T04:18:56.469Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-15T04:18:56.470Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-15T04:18:56.470Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-15T04:18:56.470Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-15T04:18:56.470Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-15T04:18:56.471Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-11-15T04:18:56.471Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=8d0933c2-1f13-4f02-8b13-827444ff2a9b
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-11-15T04:18:56.473Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T04:18:56.473Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Node template vFW a2c01b06-26db 0 is matching search criteria
2021-11-15T04:18:56.474Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW a2c01b06-26db 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-15T04:18:56.474Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T04:18:56.474Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Node template vFW a2c01b06-26db 0 is matching search criteria
2021-11-15T04:18:56.474Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW a2c01b06-26db 0] matching following query criteria: sdcType=VF, customizationUUID=0bbf6789-425a-4cba-8e7f-8150f76d7945
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-15T04:18:56.476Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T04:18:56.476Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-11-15 04-15-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T04:18:56.477Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 9aa66f5b-511e-4557-a33b-12287fe76619: vFW a2c01b06-26db
2021-11-15T04:18:56.477Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T04:18:56.477Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-11-15 04-15-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T04:18:56.477Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T04:18:56.478Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-11-15 04-15-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T04:18:56.478Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T04:18:56.478Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-11-15 04-15-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T04:18:56.478Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T04:18:56.478Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-11-15 04-15-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T04:18:56.478Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T04:18:56.479Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-11-15 04-15-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T04:18:56.479Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||INFO|500||Saving Service: vFW 2021-11-15 04-15-47 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-15T04:18:56.749Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW a2c01b06-26db 818e5dd6-611e-43c5-bc69-377323c251a3 1 ASDC deployResourceStructure
2021-11-15T04:18:56.750Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211115041547/1.0/resourceInstances/vfwa2c01b0626db0/artifacts/vfwa2c01b0626db0_modules.json ASDC sendASDCNotification
2021-11-15T04:18:56.750Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211115041547/1.0/resourceInstances/vfwa2c01b0626db0/artifacts/vfwa2c01b0626db0_modules.json
2021-11-15T04:18:56.750Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-15T04:18:56.750Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T04:18:56.752Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T04:18:56.752Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "db5fe858-e024-4db9-b620-b3c374eed484",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636949936750,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115041547/1.0/resourceInstances/vfwa2c01b0626db0/artifacts/vfwa2c01b0626db0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-15T04:18:56.852Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T04:18:56.853Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-15T04:18:56.853Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIYkFj1U8XlYGVL0) ...
2021-11-15T04:18:56.862Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:18:56.862Z||pool-14-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-11-15T04:18:57.753Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211115041547/1.0/resourceInstances/vfwa2c01b0626db0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-11-15T04:18:57.753Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211115041547/1.0/resourceInstances/vfwa2c01b0626db0/artifacts/base_vfw.yaml
2021-11-15T04:18:57.753Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-15T04:18:57.753Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T04:18:57.755Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T04:18:57.755Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "db5fe858-e024-4db9-b620-b3c374eed484",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636949937753,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115041547/1.0/resourceInstances/vfwa2c01b0626db0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-11-15T04:18:57.855Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T04:18:57.856Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-15T04:18:57.856Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIYkFj1U8XlYGVL0) ...
2021-11-15T04:18:57.865Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:18:57.865Z||pool-15-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-11-15T04:18:58.756Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211115041547/1.0/resourceInstances/vfwa2c01b0626db0/artifacts/base_vfw.env ASDC sendASDCNotification
2021-11-15T04:18:58.756Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211115041547/1.0/resourceInstances/vfwa2c01b0626db0/artifacts/base_vfw.env
2021-11-15T04:18:58.757Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-15T04:18:58.757Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T04:18:58.758Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T04:18:58.759Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "db5fe858-e024-4db9-b620-b3c374eed484",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636949938756,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115041547/1.0/resourceInstances/vfwa2c01b0626db0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-11-15T04:18:58.859Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T04:18:58.859Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-15T04:18:58.860Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIYkFj1U8XlYGVL0) ...
2021-11-15T04:18:58.870Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:18:58.871Z||pool-16-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-15T04:18:59.759Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211115041547/1.0/artifacts/service-Vfw20211115041547-csar.csar ASDC sendASDCNotification
2021-11-15T04:18:59.760Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211115041547/1.0/artifacts/service-Vfw20211115041547-csar.csar
2021-11-15T04:18:59.760Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-15T04:18:59.760Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T04:18:59.761Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T04:18:59.761Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "db5fe858-e024-4db9-b620-b3c374eed484",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636949939759,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115041547/1.0/artifacts/service-Vfw20211115041547-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-15T04:18:59.862Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-11-15T04:18:59.863Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-15T04:18:59.863Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIYkFj1U8XlYGVL0) ...
2021-11-15T04:18:59.873Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:18:59.874Z||pool-17-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-15T04:19:00.762Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: db5fe858-e024-4db9-b620-b3c374eed484
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-15T04:19:00.776Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: db5fe858-e024-4db9-b620-b3c374eed484
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-15T04:19:00.779Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-15T04:19:00.779Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-15T04:19:00.779Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-11-15T04:19:00.780Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-11-15T04:19:00.780Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-15T04:19:00.780Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-15T04:19:00.780Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-15T04:19:00.780Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-15T04:19:00.780Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-15T04:19:00.780Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-15T04:19:00.780Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-15T04:19:00.785Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-11-15T04:19:30.785Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: db5fe858-e024-4db9-b620-b3c374eed484 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-11-15T04:19:30.793Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: db5fe858-e024-4db9-b620-b3c374eed484 and serviceModelVersionId: 9aa66f5b-511e-4557-a33b-12287fe76619
2021-11-15T04:19:30.793Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 55ca4bc5-ba22-4676-ba0a-904a0e87f695
2021-11-15T04:19:39.842Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T04:19:39.842Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-15T04:19:39.843Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T04:19:39.963Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:19:39.963Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:19:39.963Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db5fe858-e024-4db9-b620-b3c374eed484",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636949919840,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115041547/1.0/resourceInstances/vfwa2c01b0626db0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:19:39.965Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:19:42.315Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/55ca4bc5-ba22-4676-ba0a-904a0e87f695/model-vers/model-ver/9aa66f5b-511e-4557-a33b-12287fe76619?depth=0
2021-11-15T04:19:42.406Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2021-11-15T04:19:42.932Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/55ca4bc5-ba22-4676-ba0a-904a0e87f695/model-vers/model-ver/9aa66f5b-511e-4557-a33b-12287fe76619?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2021-11-15T04:19:42.935Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/55ca4bc5-ba22-4676-ba0a-904a0e87f695/model-vers/model-ver/9aa66f5b-511e-4557-a33b-12287fe76619?depth=0|INFO|500||Invoke
2021-11-15T04:19:43.032Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/55ca4bc5-ba22-4676-ba0a-904a0e87f695/model-vers/model-ver/9aa66f5b-511e-4557-a33b-12287fe76619?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-11-15T04:19:43.287Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/55ca4bc5-ba22-4676-ba0a-904a0e87f695/model-vers/model-ver/9aa66f5b-511e-4557-a33b-12287fe76619?depth=0|INFO|500||InvokeReturn
2021-11-15T04:19:43.288Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/55ca4bc5-ba22-4676-ba0a-904a0e87f695/model-vers/model-ver/9aa66f5b-511e-4557-a33b-12287fe76619?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-211115-04:19:43:040-92035], vertex-id=[544984], Content-Length=[0], Date=[Mon, 15 Nov 2021 04:19:43 GMT], Content-Type=[application/json]}
2021-11-15T04:19:43.288Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2021-11-15T04:19:43.291Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-11-15T04:19:43.291Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-15T04:19:43.295Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-11-15T04:19:43.302Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID db5fe858-e024-4db9-b620-b3c374eed484 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-11-15T04:19:43.303Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-11-15T04:19:43.303Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T04:19:43.305Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T04:19:43.305Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "db5fe858-e024-4db9-b620-b3c374eed484",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636949983302,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-15T04:19:43.405Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T04:19:43.406Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-15T04:19:43.406Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIYkFj1U8XlYGVL0) ...
2021-11-15T04:19:43.416Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:19:43.417Z||pool-18-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-11-15T04:19:44.319Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T04:19:44.320Z|db5fe858-e024-4db9-b620-b3c374eed484|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-11-15T04:19:44.320Z|db5fe858-e024-4db9-b620-b3c374eed484|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 HIYkFj1U8XlYGVL0) ...
2021-11-15T04:19:44.956Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:19:44.957Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-15T04:19:44.957Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"269c07a2-c59a-4535-ace0-cc644ed4e50b","serviceName":"basic_onboard_ISzhDA","serviceVersion":"1.0","serviceUUID":"2c3a49e3-cc6e-4313-b66c-e6e1f92bc202","serviceDescription":"service","serviceInvariantUUID":"42c3070a-788d-4be7-8d15-64178b8aefc0","resources":[{"resourceInstanceName":"basic_onboard_ISzhDA 0","resourceName":"basic_onboard_ISzhDA","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3d98228d-9cb8-465d-a2f3-4a2a27f03ac2","resourceInvariantUUID":"ce7b9c16-4d71-4556-b208-d2abf3c6e53e","resourceCustomizationUUID":"1283fd5a-64c2-4eb1-98a7-a78912db9f73","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/resourceInstances/basic_onboard_iszhda0/artifacts/vf-license-model.xml","artifactChecksum":"YTUwZmUzYzYxNWIwYzI0NjQwZTdkNDQ0ZWJkMmQ1YTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7bbec6e1-a16e-4cc2-88b4-1cf97a85f326","artifactVersion":"1"},{"artifactName":"basic_onboard_iszhda0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/resourceInstances/basic_onboard_iszhda0/artifacts/basic_onboard_iszhda0_modules.json","artifactChecksum":"ZjhiMTIxZTNjMDAyYTdjOGJhYjVhMmUzZWRlMWM3YzA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"3bd8b8c2-3478-418c-9aa6-aacaabf3e95e","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/resourceInstances/basic_onboard_iszhda0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"0a86d442-b6bb-428e-9920-7f80e32944cf","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/resourceInstances/basic_onboard_iszhda0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6a5ef1f6-72c3-48f9-9899-8c11cb181a9f","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/resourceInstances/basic_onboard_iszhda0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"e682ca1c-dab4-4357-bf8b-9f0f7af6eb35","artifactVersion":"2","generatedFromUUID":"0a86d442-b6bb-428e-9920-7f80e32944cf"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardIszhda-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/artifacts/service-BasicOnboardIszhda-template.yml","artifactChecksum":"OGI0NjU4MGI5Mjg1MWIwYzRjOTUxNzE5OGEzMjBlYTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e481cbb6-d81b-4449-9fcf-a6cac8b6ae9b","artifactVersion":"1"},{"artifactName":"service-BasicOnboardIszhda-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/artifacts/service-BasicOnboardIszhda-csar.csar","artifactChecksum":"YzA2MjM0MzZkNmJlYWI4MzdjNzdhZDJiNTIzOTM2MzM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7a13c3b6-cf15-4a14-bf24-9b3ce3f6610f","artifactVersion":"1"}],"workloadContext":"Production"}
2021-11-15T04:19:44.960Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-15T04:19:44.961Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T04:19:44.962Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T04:19:44.962Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "269c07a2-c59a-4535-ace0-cc644ed4e50b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636949984319,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/resourceInstances/basic_onboard_iszhda0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:19:45.062Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-15T04:19:45.063Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-15T04:19:45.063Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIYkFj1U8XlYGVL0) ...
2021-11-15T04:19:45.072Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:19:45.072Z||pool-19-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-11-15T04:19:45.963Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-15T04:19:45.964Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T04:19:45.966Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T04:19:45.966Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "269c07a2-c59a-4535-ace0-cc644ed4e50b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636949984319,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/resourceInstances/basic_onboard_iszhda0/artifacts/basic_onboard_iszhda0_modules.json",
  "status": "NOTIFIED"
}
2021-11-15T04:19:46.066Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T04:19:46.067Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-15T04:19:46.067Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIYkFj1U8XlYGVL0) ...
2021-11-15T04:19:46.177Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:19:46.178Z||pool-20-thread-1|||||INFO|500||cambria reply ok (112 ms):{"serverTimeMs":0,"count":1}
2021-11-15T04:19:46.966Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-15T04:19:46.967Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T04:19:46.969Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T04:19:46.969Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "269c07a2-c59a-4535-ace0-cc644ed4e50b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636949984319,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/resourceInstances/basic_onboard_iszhda0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-11-15T04:19:47.069Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T04:19:47.070Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-15T04:19:47.070Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIYkFj1U8XlYGVL0) ...
2021-11-15T04:19:47.080Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:19:47.080Z||pool-21-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-15T04:19:47.969Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-15T04:19:47.970Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T04:19:47.972Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T04:19:47.972Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "269c07a2-c59a-4535-ace0-cc644ed4e50b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636949984319,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/resourceInstances/basic_onboard_iszhda0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:19:48.072Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T04:19:48.073Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-15T04:19:48.073Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIYkFj1U8XlYGVL0) ...
2021-11-15T04:19:48.082Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:19:48.082Z||pool-22-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-11-15T04:19:48.973Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-15T04:19:48.973Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T04:19:48.975Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T04:19:48.975Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "269c07a2-c59a-4535-ace0-cc644ed4e50b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636949984319,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/resourceInstances/basic_onboard_iszhda0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-11-15T04:19:49.075Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T04:19:49.076Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-15T04:19:49.076Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIYkFj1U8XlYGVL0) ...
2021-11-15T04:19:49.085Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:19:49.085Z||pool-23-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-11-15T04:19:49.975Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-15T04:19:49.976Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T04:19:49.978Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T04:19:49.978Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "269c07a2-c59a-4535-ace0-cc644ed4e50b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636949984319,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/artifacts/service-BasicOnboardIszhda-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:19:50.078Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T04:19:50.079Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-15T04:19:50.080Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIYkFj1U8XlYGVL0) ...
2021-11-15T04:19:50.090Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:19:50.090Z||pool-24-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-15T04:19:50.978Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-15T04:19:50.979Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T04:19:50.980Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T04:19:50.981Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "269c07a2-c59a-4535-ace0-cc644ed4e50b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636949984319,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/artifacts/service-BasicOnboardIszhda-csar.csar",
  "status": "NOTIFIED"
}
2021-11-15T04:19:51.081Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T04:19:51.081Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-15T04:19:51.082Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIYkFj1U8XlYGVL0) ...
2021-11-15T04:19:51.090Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:19:51.090Z||pool-25-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-11-15T04:19:51.982Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "269c07a2-c59a-4535-ace0-cc644ed4e50b",
  "serviceName": "basic_onboard_ISzhDA",
  "serviceVersion": "1.0",
  "serviceUUID": "2c3a49e3-cc6e-4313-b66c-e6e1f92bc202",
  "serviceDescription": "service",
  "serviceInvariantUUID": "42c3070a-788d-4be7-8d15-64178b8aefc0",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_ISzhDA 0",
      "resourceCustomizationUUID": "1283fd5a-64c2-4eb1-98a7-a78912db9f73",
      "resourceName": "basic_onboard_ISzhDA",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "3d98228d-9cb8-465d-a2f3-4a2a27f03ac2",
      "resourceInvariantUUID": "ce7b9c16-4d71-4556-b208-d2abf3c6e53e",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_iszhda0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/resourceInstances/basic_onboard_iszhda0/artifacts/basic_onboard_iszhda0_modules.json",
          "artifactChecksum": "ZjhiMTIxZTNjMDAyYTdjOGJhYjVhMmUzZWRlMWM3YzA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "3bd8b8c2-3478-418c-9aa6-aacaabf3e95e",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/resourceInstances/basic_onboard_iszhda0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "0a86d442-b6bb-428e-9920-7f80e32944cf",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/resourceInstances/basic_onboard_iszhda0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "e682ca1c-dab4-4357-bf8b-9f0f7af6eb35",
            "generatedFromUUID": "0a86d442-b6bb-428e-9920-7f80e32944cf"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/resourceInstances/basic_onboard_iszhda0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "e682ca1c-dab4-4357-bf8b-9f0f7af6eb35",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardIszhda-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/artifacts/service-BasicOnboardIszhda-csar.csar",
      "artifactChecksum": "YzA2MjM0MzZkNmJlYWI4MzdjNzdhZDJiNTIzOTM2MzM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "7a13c3b6-cf15-4a14-bf24-9b3ce3f6610f"
    }
  ],
  "workloadContext": "Production"
}
2021-11-15T04:19:51.982Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-11-15T04:19:51.982Z|db5fe858-e024-4db9-b620-b3c374eed484|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 2c3a49e3-cc6e-4313-b66c-e6e1f92bc202 ASDC
2021-11-15T04:19:51.983Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:269c07a2-c59a-4535-ace0-cc644ed4e50b
ServiceName:basic_onboard_ISzhDA
ServiceVersion:1.0
ServiceUUID:2c3a49e3-cc6e-4313-b66c-e6e1f92bc202
ServiceInvariantUUID:42c3070a-788d-4be7-8d15-64178b8aefc0
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardIszhda-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/artifacts/service-BasicOnboardIszhda-csar.csar
ArtifactUUID:7a13c3b6-cf15-4a14-bf24-9b3ce3f6610f
ArtifactChecksum:YzA2MjM0MzZkNmJlYWI4MzdjNzdhZDJiNTIzOTM2MzM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_ISzhDA 0
ResourceCustomizationUUID:1283fd5a-64c2-4eb1-98a7-a78912db9f73
ResourceInvariantUUID:ce7b9c16-4d71-4556-b208-d2abf3c6e53e
ResourceName:basic_onboard_ISzhDA
ResourceType:VF
ResourceUUID:3d98228d-9cb8-465d-a2f3-4a2a27f03ac2
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_iszhda0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/resourceInstances/basic_onboard_iszhda0/artifacts/basic_onboard_iszhda0_modules.json
ArtifactUUID:3bd8b8c2-3478-418c-9aa6-aacaabf3e95e
ArtifactChecksum:ZjhiMTIxZTNjMDAyYTdjOGJhYjVhMmUzZWRlMWM3YzA=
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/BasicOnboardIszhda/1.0/resourceInstances/basic_onboard_iszhda0/artifacts/base_ubuntu18.yaml
ArtifactUUID:0a86d442-b6bb-428e-9920-7f80e32944cf
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/BasicOnboardIszhda/1.0/resourceInstances/basic_onboard_iszhda0/artifacts/base_ubuntu18.env
ArtifactUUID:e682ca1c-dab4-4357-bf8b-9f0f7af6eb35
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/BasicOnboardIszhda/1.0/resourceInstances/basic_onboard_iszhda0/artifacts/base_ubuntu18.env
ArtifactUUID:e682ca1c-dab4-4357-bf8b-9f0f7af6eb35
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-11-15T04:19:51.983Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2c3a49e3-cc6e-4313-b66c-e6e1f92bc202 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-15T04:19:52.011Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-15T04:19:52.012Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-11-15T04:19:52.012Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-11-15T04:19:52.012Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 7a13c3b6-cf15-4a14-bf24-9b3ce3f6610f from URL: /sdc/v1/catalog/services/BasicOnboardIszhda/1.0/artifacts/service-BasicOnboardIszhda-csar.csar
2021-11-15T04:19:52.012Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-11-15T04:19:52.013Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/artifacts/service-BasicOnboardIszhda-csar.csar
2021-11-15T04:19:52.838Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-11-15T04:19:52.841Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardIszhda/1.0/artifacts/service-BasicOnboardIszhda-csar.csar 7a13c3b6-cf15-4a14-bf24-9b3ce3f6610f 71561
2021-11-15T04:19:52.841Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardIszhda/1.0/artifacts/service-BasicOnboardIszhda-csar.csar ASDC sendASDCNotification
2021-11-15T04:19:52.841Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/artifacts/service-BasicOnboardIszhda-csar.csar
2021-11-15T04:19:52.841Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-15T04:19:52.841Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T04:19:52.843Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T04:19:52.843Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "269c07a2-c59a-4535-ace0-cc644ed4e50b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636949992841,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/artifacts/service-BasicOnboardIszhda-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-15T04:19:52.943Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T04:19:52.944Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-15T04:19:52.944Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIYkFj1U8XlYGVL0) ...
2021-11-15T04:19:52.954Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:19:52.954Z||pool-26-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-11-15T04:19:53.843Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-15T04:19:53.844Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-11-15T04:19:53.845Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 7a13c3b6-cf15-4a14-bf24-9b3ce3f6610f, URL: /sdc/v1/catalog/services/BasicOnboardIszhda/1.0/artifacts/service-BasicOnboardIszhda-csar.csar to file: /app/ASDC/1/service-BasicOnboardIszhda-csar.csar
2021-11-15T04:19:53.845Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardIszhda-csar.csar
2021-11-15T04:19:53.845Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardIszhda-csar.csar
2021-11-15T04:19:53.845Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardIszhda-csar.csar
2021-11-15T04:19:53.972Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12232382098599572399/Definitions/service-BasicOnboardIszhda-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2021-11-15T04:19:54.859Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2021-11-15T04:19:54.859Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-11-15T04:19:54.859Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardIszhda-csar.csar
2021-11-15T04:19:54.859Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-11-15T04:19:54.859Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||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-BasicOnboardIszhda-csar.csar
2021-11-15T04:19:54.860Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardIszhda-csar.csar
2021-11-15T04:19:54.860Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||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-BasicOnboardIszhda-csar.csar
2021-11-15T04:19:54.860Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardIszhda-csar.csar
2021-11-15T04:19:54.860Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardIszhda-csar.csar
2021-11-15T04:19:54.860Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_ISzhDA 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-BasicOnboardIszhda-csar.csar
2021-11-15T04:19:54.860Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardIszhda-csar.csar
2021-11-15T04:19:54.860Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardIszhda-csar.csar
2021-11-15T04:19:54.860Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||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-BasicOnboardIszhda-csar.csar
2021-11-15T04:19:54.860Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-11-15T04:19:54.860Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T04:19:54.860Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_ISzhDA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T04:19:54.861Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_ISzhDA 0 is matching search criteria
2021-11-15T04:19:54.861Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-11-15T04:19:54.861Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_ISzhDA 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-15T04:19:54.861Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T04:19:54.861Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_ISzhDA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T04:19:54.861Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_ISzhDA 0 is matching search criteria
2021-11-15T04:19:54.861Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-11-15T04:19:54.861Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_ISzhDA 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-15T04:19:54.862Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T04:19:54.862Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_ISzhDA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T04:19:54.862Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T04:19:54.862Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_ISzhDA 0 is not matching search criteria
2021-11-15T04:19:54.862Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-11-15T04:19:54.862Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-11-15T04:19:54.862Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-11-15T04:19:54.862Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-11-15T04:19:54.862Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-11-15T04:19:54.863Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T04:19:54.863Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_ISzhDA is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-15T04:19:54.863Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T04:19:54.863Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_ISzhDA 0 is matching search criteria
2021-11-15T04:19:54.863Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_ISzhDA 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-15T04:19:54.863Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T04:19:54.863Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_ISzhDA 0 is matching search criteria
2021-11-15T04:19:54.863Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_ISzhDA 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-15T04:19:54.864Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T04:19:54.864Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_ISzhDA 0 is matching search criteria
2021-11-15T04:19:54.864Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_ISzhDA 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-15T04:19:54.864Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T04:19:54.864Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_ISzhDA 0 is not matching search criteria
2021-11-15T04:19:54.864Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-11-15T04:19:54.864Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-11-15T04:19:54.864Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=fb471cfa-63bc-4c9a-81ca-137a27f62ffc
2021-11-15T04:19:54.865Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T04:19:54.865Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_ISzhDA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T04:19:54.865Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T04:19:54.865Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_ISzhDA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T04:19:54.865Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T04:19:54.865Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_ISzhDA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T04:19:54.865Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T04:19:54.865Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_ISzhDA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T04:19:54.865Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_ISzhDA
Description:service
Model UUID:2c3a49e3-cc6e-4313-b66c-e6e1f92bc202
Model Version:NULL
Model InvariantUuid:42c3070a-788d-4be7-8d15-64178b8aefc0
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_ISzhDA
Model UUID:2d0154c4-3b0c-4e92-841c-73033366eb04
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:ce7b9c16-4d71-4556-b208-d2abf3c6e53e
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:1283fd5a-64c2-4eb1-98a7-a78912db9f73
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:3f2697ef-4401-4884-b49f-ed1e67733c90
ModelName:BasicOnboardIszhda..base_ubuntu18..module-0
ModelUuid:8d95f624-a638-4a6c-9cda-e16ea8911eb5
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:fb471cfa-63bc-4c9a-81ca-137a27f62ffc
ModelInvariantUuid:1ebb3095-fe40-458e-9556-73d0148d843c
ModelName:basic_onboard_ISzhDA-nodes.ubuntu18Cvfc
ModelUuid:c64d5ad1-5c9f-48f6-90e0-1698bb913df3
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:391f8c30-eab3-435c-81e4-06004222f2e2
ModelInvariantUuid:e5cbbffc-8afa-4595-b603-308a8a7b38fa
ModelName:BasicOnboardIszhda.compute.nodes.heat.ubuntu18
ModelUuid:8531481a-a898-4154-86e4-8a3f72a7137a
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-11-15T04:19:54.871Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 3d98228d-9cb8-465d-a2f3-4a2a27f03ac2
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-15T04:19:54.874Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||INFO|500||basic_onboard_ISzhDA 0
2021-11-15T04:19:54.874Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 3d98228d-9cb8-465d-a2f3-4a2a27f03ac2
2021-11-15T04:19:54.874Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 3bd8b8c2-3478-418c-9aa6-aacaabf3e95e from URL: /sdc/v1/catalog/services/BasicOnboardIszhda/1.0/resourceInstances/basic_onboard_iszhda0/artifacts/basic_onboard_iszhda0_modules.json
2021-11-15T04:19:54.874Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-11-15T04:19:54.874Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/resourceInstances/basic_onboard_iszhda0/artifacts/basic_onboard_iszhda0_modules.json
2021-11-15T04:19:55.343Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-11-15T04:19:55.344Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardIszhda/1.0/resourceInstances/basic_onboard_iszhda0/artifacts/basic_onboard_iszhda0_modules.json 3bd8b8c2-3478-418c-9aa6-aacaabf3e95e 798
2021-11-15T04:19:55.344Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardIszhda/1.0/resourceInstances/basic_onboard_iszhda0/artifacts/basic_onboard_iszhda0_modules.json ASDC sendASDCNotification
2021-11-15T04:19:55.344Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/resourceInstances/basic_onboard_iszhda0/artifacts/basic_onboard_iszhda0_modules.json
2021-11-15T04:19:55.344Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-15T04:19:55.344Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T04:19:55.346Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T04:19:55.346Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "269c07a2-c59a-4535-ace0-cc644ed4e50b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636949995344,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/resourceInstances/basic_onboard_iszhda0/artifacts/basic_onboard_iszhda0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-15T04:19:55.446Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T04:19:55.447Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-15T04:19:55.447Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIYkFj1U8XlYGVL0) ...
2021-11-15T04:19:55.457Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:19:55.457Z||pool-27-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-15T04:19:56.346Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardIszhda..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "3f2697ef-4401-4884-b49f-ed1e67733c90",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "8d95f624-a638-4a6c-9cda-e16ea8911eb5",
    "vfModuleModelCustomizationUUID": "e949e1f1-8c67-4a07-870c-6822d5c8bbfe",
    "isBase": true,
    "artifacts": [
      "0a86d442-b6bb-428e-9920-7f80e32944cf",
      "e682ca1c-dab4-4357-bf8b-9f0f7af6eb35"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-11-15T04:19:56.350Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardIszhda..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8d95f624-a638-4a6c-9cda-e16ea8911eb5
VfModuleModelInvariantUUID:3f2697ef-4401-4884-b49f-ed1e67733c90
VfModuleModelDescription:NULL
Artifacts UUID List:{
0a86d442-b6bb-428e-9920-7f80e32944cf
,
e682ca1c-dab4-4357-bf8b-9f0f7af6eb35

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

isBase:true


}

2021-11-15T04:19:56.351Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardIszhda..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "3f2697ef-4401-4884-b49f-ed1e67733c90",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "8d95f624-a638-4a6c-9cda-e16ea8911eb5",
    "vfModuleModelCustomizationUUID": "e949e1f1-8c67-4a07-870c-6822d5c8bbfe",
    "isBase": true,
    "artifacts": [
      "0a86d442-b6bb-428e-9920-7f80e32944cf",
      "e682ca1c-dab4-4357-bf8b-9f0f7af6eb35"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-11-15T04:19:56.351Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardIszhda..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8d95f624-a638-4a6c-9cda-e16ea8911eb5
VfModuleModelInvariantUUID:3f2697ef-4401-4884-b49f-ed1e67733c90
VfModuleModelDescription:NULL
Artifacts UUID List:{
0a86d442-b6bb-428e-9920-7f80e32944cf
,
e682ca1c-dab4-4357-bf8b-9f0f7af6eb35

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

isBase:true


}

2021-11-15T04:19:56.351Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 0a86d442-b6bb-428e-9920-7f80e32944cf from URL: /sdc/v1/catalog/services/BasicOnboardIszhda/1.0/resourceInstances/basic_onboard_iszhda0/artifacts/base_ubuntu18.yaml
2021-11-15T04:19:56.351Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-11-15T04:19:56.351Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/resourceInstances/basic_onboard_iszhda0/artifacts/base_ubuntu18.yaml
2021-11-15T04:19:56.459Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-11-15T04:19:56.459Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardIszhda/1.0/resourceInstances/basic_onboard_iszhda0/artifacts/base_ubuntu18.yaml 0a86d442-b6bb-428e-9920-7f80e32944cf 5033
2021-11-15T04:19:56.459Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardIszhda/1.0/resourceInstances/basic_onboard_iszhda0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-11-15T04:19:56.459Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/resourceInstances/basic_onboard_iszhda0/artifacts/base_ubuntu18.yaml
2021-11-15T04:19:56.459Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-15T04:19:56.460Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T04:19:56.461Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T04:19:56.461Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "269c07a2-c59a-4535-ace0-cc644ed4e50b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636949996459,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/resourceInstances/basic_onboard_iszhda0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-15T04:19:56.561Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T04:19:56.562Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-15T04:19:56.562Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIYkFj1U8XlYGVL0) ...
2021-11-15T04:19:56.571Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:19:56.571Z||pool-28-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-11-15T04:19:57.462Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: e682ca1c-dab4-4357-bf8b-9f0f7af6eb35 from URL: /sdc/v1/catalog/services/BasicOnboardIszhda/1.0/resourceInstances/basic_onboard_iszhda0/artifacts/base_ubuntu18.env
2021-11-15T04:19:57.462Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-11-15T04:19:57.462Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/resourceInstances/basic_onboard_iszhda0/artifacts/base_ubuntu18.env
2021-11-15T04:19:57.503Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-11-15T04:19:57.504Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardIszhda/1.0/resourceInstances/basic_onboard_iszhda0/artifacts/base_ubuntu18.env e682ca1c-dab4-4357-bf8b-9f0f7af6eb35 909
2021-11-15T04:19:57.504Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardIszhda/1.0/resourceInstances/basic_onboard_iszhda0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-11-15T04:19:57.504Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/resourceInstances/basic_onboard_iszhda0/artifacts/base_ubuntu18.env
2021-11-15T04:19:57.504Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-15T04:19:57.504Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T04:19:57.506Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T04:19:57.506Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "269c07a2-c59a-4535-ace0-cc644ed4e50b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636949997504,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/resourceInstances/basic_onboard_iszhda0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-11-15T04:19:57.606Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T04:19:57.607Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-15T04:19:57.607Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIYkFj1U8XlYGVL0) ...
2021-11-15T04:19:57.616Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:19:57.617Z||pool-29-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-15T04:19:58.506Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 2c3a49e3-cc6e-4313-b66c-e6e1f92bc202
2021-11-15T04:19:58.507Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_ISzhDA 0 3d98228d-9cb8-465d-a2f3-4a2a27f03ac2 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-15T04:19:58.518Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2d4c17e6, org.onap.sdc.toscaparser.api.parameters.Input@5bb75a9e, org.onap.sdc.toscaparser.api.parameters.Input@2257a7e7, org.onap.sdc.toscaparser.api.parameters.Input@7dd80000, org.onap.sdc.toscaparser.api.parameters.Input@30e6db7a]
2021-11-15T04:19:58.519Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T04:19:58.519Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_ISzhDA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T04:19:58.519Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2021-11-15T04:19:58.519Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 1283fd5a-64c2-4eb1-98a7-a78912db9f73
2021-11-15T04:19:58.520Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 1283fd5a-64c2-4eb1-98a7-a78912db9f73 matches Tosca VF Customization UUID: 1283fd5a-64c2-4eb1-98a7-a78912db9f73
2021-11-15T04:19:58.520Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 1283fd5a-64c2-4eb1-98a7-a78912db9f73  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-11-15T04:19:58.521Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T04:19:58.521Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_ISzhDA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T04:19:58.522Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 1283fd5a-64c2-4eb1-98a7-a78912db9f73: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2021-11-15T04:19:58.522Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@a54ed75
2021-11-15T04:19:58.522Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T04:19:58.522Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_ISzhDA is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-15T04:19:58.522Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : e949e1f1-8c67-4a07-870c-6822d5c8bbfe
2021-11-15T04:19:58.523Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID e949e1f1-8c67-4a07-870c-6822d5c8bbfe
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-11-15T04:19:58.524Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T04:19:58.525Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_ISzhDA 0 is matching search criteria
2021-11-15T04:19:58.525Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_ISzhDA 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-15T04:19:58.525Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T04:19:58.525Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_ISzhDA 0 is matching search criteria
2021-11-15T04:19:58.525Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_ISzhDA 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-15T04:19:58.525Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T04:19:58.525Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_ISzhDA 0 is not matching search criteria
2021-11-15T04:19:58.526Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-11-15T04:19:58.526Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-11-15T04:19:58.526Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=fb471cfa-63bc-4c9a-81ca-137a27f62ffc
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-11-15T04:19:58.528Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T04:19:58.528Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_ISzhDA 0 is matching search criteria
2021-11-15T04:19:58.528Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_ISzhDA 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-15T04:19:58.528Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T04:19:58.528Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_ISzhDA 0 is matching search criteria
2021-11-15T04:19:58.528Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_ISzhDA 0] matching following query criteria: sdcType=VF, customizationUUID=1283fd5a-64c2-4eb1-98a7-a78912db9f73
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-15T04:19:58.530Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T04:19:58.530Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_ISzhDA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T04:19:58.530Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 2c3a49e3-cc6e-4313-b66c-e6e1f92bc202: basic_onboard_ISzhDA
2021-11-15T04:19:58.530Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T04:19:58.530Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_ISzhDA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T04:19:58.530Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T04:19:58.530Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_ISzhDA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T04:19:58.531Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T04:19:58.531Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_ISzhDA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T04:19:58.531Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T04:19:58.531Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_ISzhDA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T04:19:58.531Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T04:19:58.531Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_ISzhDA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T04:19:58.531Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||INFO|500||Saving Service: basic_onboard_ISzhDA 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-15T04:19:58.595Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_ISzhDA 3d98228d-9cb8-465d-a2f3-4a2a27f03ac2 1 ASDC deployResourceStructure
2021-11-15T04:19:58.596Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardIszhda/1.0/resourceInstances/basic_onboard_iszhda0/artifacts/basic_onboard_iszhda0_modules.json ASDC sendASDCNotification
2021-11-15T04:19:58.596Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/resourceInstances/basic_onboard_iszhda0/artifacts/basic_onboard_iszhda0_modules.json
2021-11-15T04:19:58.596Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-15T04:19:58.596Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T04:19:58.597Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T04:19:58.597Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "269c07a2-c59a-4535-ace0-cc644ed4e50b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636949998596,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/resourceInstances/basic_onboard_iszhda0/artifacts/basic_onboard_iszhda0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-15T04:19:58.698Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T04:19:58.698Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-15T04:19:58.698Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIYkFj1U8XlYGVL0) ...
2021-11-15T04:19:58.708Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:19:58.708Z||pool-30-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-11-15T04:19:59.598Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardIszhda/1.0/resourceInstances/basic_onboard_iszhda0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-11-15T04:19:59.599Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/resourceInstances/basic_onboard_iszhda0/artifacts/base_ubuntu18.yaml
2021-11-15T04:19:59.599Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-15T04:19:59.599Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T04:19:59.601Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T04:19:59.601Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "269c07a2-c59a-4535-ace0-cc644ed4e50b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636949999598,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/resourceInstances/basic_onboard_iszhda0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-11-15T04:19:59.701Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T04:19:59.702Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-15T04:19:59.702Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIYkFj1U8XlYGVL0) ...
2021-11-15T04:19:59.713Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:19:59.713Z||pool-31-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-15T04:20:00.602Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardIszhda/1.0/resourceInstances/basic_onboard_iszhda0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-11-15T04:20:00.602Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/resourceInstances/basic_onboard_iszhda0/artifacts/base_ubuntu18.env
2021-11-15T04:20:00.602Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-15T04:20:00.602Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T04:20:00.604Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T04:20:00.604Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "269c07a2-c59a-4535-ace0-cc644ed4e50b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636950000602,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/resourceInstances/basic_onboard_iszhda0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-11-15T04:20:00.704Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T04:20:00.705Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-15T04:20:00.705Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIYkFj1U8XlYGVL0) ...
2021-11-15T04:20:00.716Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:20:00.716Z||pool-32-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-15T04:20:01.604Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardIszhda/1.0/artifacts/service-BasicOnboardIszhda-csar.csar ASDC sendASDCNotification
2021-11-15T04:20:01.605Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/artifacts/service-BasicOnboardIszhda-csar.csar
2021-11-15T04:20:01.605Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-15T04:20:01.606Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T04:20:01.607Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T04:20:01.607Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "269c07a2-c59a-4535-ace0-cc644ed4e50b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636950001604,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/artifacts/service-BasicOnboardIszhda-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-15T04:20:01.707Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T04:20:01.708Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-15T04:20:01.708Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIYkFj1U8XlYGVL0) ...
2021-11-15T04:20:01.717Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:20:01.717Z||pool-33-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-11-15T04:20:02.608Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 269c07a2-c59a-4535-ace0-cc644ed4e50b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-15T04:20:02.617Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 269c07a2-c59a-4535-ace0-cc644ed4e50b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-15T04:20:02.619Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-15T04:20:02.620Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-15T04:20:02.620Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-15T04:20:32.620Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 269c07a2-c59a-4535-ace0-cc644ed4e50b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-15T04:20:32.631Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 269c07a2-c59a-4535-ace0-cc644ed4e50b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-15T04:20:32.633Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-15T04:20:32.633Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-15T04:20:32.634Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-15T04:20:39.842Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T04:20:39.843Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-15T04:20:39.843Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T04:20:39.867Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:20:39.869Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:20:39.869Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db5fe858-e024-4db9-b620-b3c374eed484",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636949919840,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115041547/1.0/resourceInstances/vfwa2c01b0626db0/artifacts/vfwa2c01b0626db0_modules.json",
  "status": "NOTIFIED"
}
2021-11-15T04:20:39.869Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:20:39.870Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:20:39.870Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db5fe858-e024-4db9-b620-b3c374eed484",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636949919840,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115041547/1.0/resourceInstances/vfwa2c01b0626db0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-11-15T04:20:39.870Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:20:39.870Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:20:39.870Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db5fe858-e024-4db9-b620-b3c374eed484",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636949919840,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115041547/1.0/resourceInstances/vfwa2c01b0626db0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:20:39.870Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:20:39.870Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:20:39.870Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db5fe858-e024-4db9-b620-b3c374eed484",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636949919840,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115041547/1.0/resourceInstances/vfwa2c01b0626db0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-11-15T04:20:39.871Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:20:39.871Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:20:39.871Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db5fe858-e024-4db9-b620-b3c374eed484",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636949919840,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115041547/1.0/artifacts/service-Vfw20211115041547-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:20:39.871Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:20:39.871Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:20:39.871Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db5fe858-e024-4db9-b620-b3c374eed484",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636949919840,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115041547/1.0/artifacts/service-Vfw20211115041547-csar.csar",
  "status": "NOTIFIED"
}
2021-11-15T04:20:39.872Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:20:39.872Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:20:39.872Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db5fe858-e024-4db9-b620-b3c374eed484",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636949927776,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115041547/1.0/artifacts/service-Vfw20211115041547-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-15T04:20:39.872Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:20:39.872Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:20:39.872Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db5fe858-e024-4db9-b620-b3c374eed484",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636949932738,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115041547/1.0/resourceInstances/vfwa2c01b0626db0/artifacts/vfwa2c01b0626db0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-15T04:20:39.872Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:20:39.872Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:20:39.872Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db5fe858-e024-4db9-b620-b3c374eed484",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636949934151,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115041547/1.0/resourceInstances/vfwa2c01b0626db0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-15T04:20:39.873Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:20:39.873Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:20:39.873Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db5fe858-e024-4db9-b620-b3c374eed484",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636949935375,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115041547/1.0/resourceInstances/vfwa2c01b0626db0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-11-15T04:20:39.873Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:20:39.873Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:20:39.873Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db5fe858-e024-4db9-b620-b3c374eed484",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636949936750,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115041547/1.0/resourceInstances/vfwa2c01b0626db0/artifacts/vfwa2c01b0626db0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-15T04:20:39.873Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:20:39.873Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:20:39.873Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db5fe858-e024-4db9-b620-b3c374eed484",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636949937753,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115041547/1.0/resourceInstances/vfwa2c01b0626db0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-11-15T04:20:39.874Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:20:39.874Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:20:39.874Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db5fe858-e024-4db9-b620-b3c374eed484",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636949938756,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115041547/1.0/resourceInstances/vfwa2c01b0626db0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-11-15T04:20:39.874Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:20:39.874Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:20:39.874Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db5fe858-e024-4db9-b620-b3c374eed484",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636949939759,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211115041547/1.0/artifacts/service-Vfw20211115041547-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-15T04:20:39.874Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:20:39.875Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:20:39.875Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "269c07a2-c59a-4535-ace0-cc644ed4e50b",
  "consumerID": "cds",
  "timestamp": 1636949968859,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/resourceInstances/basic_onboard_iszhda0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:20:39.875Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:20:39.876Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:20:39.876Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "269c07a2-c59a-4535-ace0-cc644ed4e50b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636949968455,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/resourceInstances/basic_onboard_iszhda0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:20:39.876Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:20:39.876Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:20:39.876Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "269c07a2-c59a-4535-ace0-cc644ed4e50b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636949961744,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/resourceInstances/basic_onboard_iszhda0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:20:39.876Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:20:39.876Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:20:39.877Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "269c07a2-c59a-4535-ace0-cc644ed4e50b",
  "consumerID": "dcae-sch",
  "timestamp": 1636949960658,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/resourceInstances/basic_onboard_iszhda0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:20:39.877Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:20:39.877Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:20:39.877Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "269c07a2-c59a-4535-ace0-cc644ed4e50b",
  "consumerID": "policy-id",
  "timestamp": 1636949960399,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/resourceInstances/basic_onboard_iszhda0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:20:39.877Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:20:39.877Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:20:39.877Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "269c07a2-c59a-4535-ace0-cc644ed4e50b",
  "consumerID": "cds",
  "timestamp": 1636949968859,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/resourceInstances/basic_onboard_iszhda0/artifacts/basic_onboard_iszhda0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:20:39.878Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:20:39.878Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:20:39.878Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "269c07a2-c59a-4535-ace0-cc644ed4e50b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636949968455,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/resourceInstances/basic_onboard_iszhda0/artifacts/basic_onboard_iszhda0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:20:39.878Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:20:39.878Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:20:39.878Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "269c07a2-c59a-4535-ace0-cc644ed4e50b",
  "consumerID": "dcae-sch",
  "timestamp": 1636949960658,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/resourceInstances/basic_onboard_iszhda0/artifacts/basic_onboard_iszhda0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:20:39.878Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:20:39.878Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:20:39.878Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "269c07a2-c59a-4535-ace0-cc644ed4e50b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636949961744,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/resourceInstances/basic_onboard_iszhda0/artifacts/basic_onboard_iszhda0_modules.json",
  "status": "NOTIFIED"
}
2021-11-15T04:20:39.879Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:20:39.879Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:20:39.879Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "269c07a2-c59a-4535-ace0-cc644ed4e50b",
  "consumerID": "policy-id",
  "timestamp": 1636949960399,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/resourceInstances/basic_onboard_iszhda0/artifacts/basic_onboard_iszhda0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:20:39.879Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:20:39.879Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:20:39.879Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "269c07a2-c59a-4535-ace0-cc644ed4e50b",
  "consumerID": "cds",
  "timestamp": 1636949968859,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/resourceInstances/basic_onboard_iszhda0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:20:39.879Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:20:39.879Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:20:39.880Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "269c07a2-c59a-4535-ace0-cc644ed4e50b",
  "consumerID": "dcae-sch",
  "timestamp": 1636949960658,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/resourceInstances/basic_onboard_iszhda0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:20:39.880Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:20:39.880Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:20:39.880Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "269c07a2-c59a-4535-ace0-cc644ed4e50b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636949961744,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/resourceInstances/basic_onboard_iszhda0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-11-15T04:20:39.880Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:20:39.880Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:20:39.880Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "269c07a2-c59a-4535-ace0-cc644ed4e50b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636949968455,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/resourceInstances/basic_onboard_iszhda0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:20:39.880Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:20:39.881Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:20:39.881Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "269c07a2-c59a-4535-ace0-cc644ed4e50b",
  "consumerID": "policy-id",
  "timestamp": 1636949960399,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/resourceInstances/basic_onboard_iszhda0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-11-15T04:20:39.881Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:20:39.881Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:20:39.881Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "269c07a2-c59a-4535-ace0-cc644ed4e50b",
  "consumerID": "cds",
  "timestamp": 1636949968859,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/resourceInstances/basic_onboard_iszhda0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:20:39.881Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:20:39.881Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:20:39.881Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "269c07a2-c59a-4535-ace0-cc644ed4e50b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636949961744,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/resourceInstances/basic_onboard_iszhda0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:20:39.882Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:20:39.882Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:20:39.882Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "269c07a2-c59a-4535-ace0-cc644ed4e50b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636949968455,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/resourceInstances/basic_onboard_iszhda0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:20:39.882Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:20:39.882Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:20:39.882Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "269c07a2-c59a-4535-ace0-cc644ed4e50b",
  "consumerID": "dcae-sch",
  "timestamp": 1636949960658,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/resourceInstances/basic_onboard_iszhda0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:20:39.882Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:20:39.882Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:20:39.883Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "269c07a2-c59a-4535-ace0-cc644ed4e50b",
  "consumerID": "policy-id",
  "timestamp": 1636949960399,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/resourceInstances/basic_onboard_iszhda0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:20:39.883Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:20:39.883Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:20:39.883Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "269c07a2-c59a-4535-ace0-cc644ed4e50b",
  "consumerID": "dcae-sch",
  "timestamp": 1636949960658,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/resourceInstances/basic_onboard_iszhda0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:20:39.883Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:20:39.883Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:20:39.883Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "269c07a2-c59a-4535-ace0-cc644ed4e50b",
  "consumerID": "cds",
  "timestamp": 1636949968859,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/resourceInstances/basic_onboard_iszhda0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:20:39.884Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:20:39.884Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:20:39.884Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "269c07a2-c59a-4535-ace0-cc644ed4e50b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636949968455,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/resourceInstances/basic_onboard_iszhda0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:20:39.884Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:20:39.884Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:20:39.884Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "269c07a2-c59a-4535-ace0-cc644ed4e50b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636949961744,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/resourceInstances/basic_onboard_iszhda0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-11-15T04:20:39.884Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:20:39.885Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:20:39.885Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "269c07a2-c59a-4535-ace0-cc644ed4e50b",
  "consumerID": "policy-id",
  "timestamp": 1636949960399,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/resourceInstances/basic_onboard_iszhda0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:20:39.885Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:20:39.885Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:20:39.885Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "269c07a2-c59a-4535-ace0-cc644ed4e50b",
  "consumerID": "dcae-sch",
  "timestamp": 1636949960658,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/artifacts/service-BasicOnboardIszhda-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:20:39.885Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:20:39.885Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:20:39.885Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "269c07a2-c59a-4535-ace0-cc644ed4e50b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636949961744,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/artifacts/service-BasicOnboardIszhda-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:20:39.886Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:20:39.886Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:20:39.886Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "269c07a2-c59a-4535-ace0-cc644ed4e50b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636949968455,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/artifacts/service-BasicOnboardIszhda-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:20:39.886Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:20:39.886Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:20:39.886Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "269c07a2-c59a-4535-ace0-cc644ed4e50b",
  "consumerID": "cds",
  "timestamp": 1636949968859,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/artifacts/service-BasicOnboardIszhda-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:20:39.886Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:20:39.887Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:20:39.887Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "269c07a2-c59a-4535-ace0-cc644ed4e50b",
  "consumerID": "policy-id",
  "timestamp": 1636949960399,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/artifacts/service-BasicOnboardIszhda-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:20:39.887Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:20:39.887Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:20:39.887Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "269c07a2-c59a-4535-ace0-cc644ed4e50b",
  "consumerID": "dcae-sch",
  "timestamp": 1636949960658,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/artifacts/service-BasicOnboardIszhda-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:20:39.887Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:20:39.887Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:20:39.887Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "269c07a2-c59a-4535-ace0-cc644ed4e50b",
  "consumerID": "cds",
  "timestamp": 1636949968859,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/artifacts/service-BasicOnboardIszhda-csar.csar",
  "status": "NOTIFIED"
}
2021-11-15T04:20:39.888Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:20:39.888Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:20:39.888Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "269c07a2-c59a-4535-ace0-cc644ed4e50b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636949968455,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/artifacts/service-BasicOnboardIszhda-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:20:39.888Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:20:39.888Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:20:39.888Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "269c07a2-c59a-4535-ace0-cc644ed4e50b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636949961744,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/artifacts/service-BasicOnboardIszhda-csar.csar",
  "status": "NOTIFIED"
}
2021-11-15T04:20:39.888Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:20:39.888Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:20:39.889Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "269c07a2-c59a-4535-ace0-cc644ed4e50b",
  "consumerID": "policy-id",
  "timestamp": 1636949960399,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/artifacts/service-BasicOnboardIszhda-csar.csar",
  "status": "NOTIFIED"
}
2021-11-15T04:20:39.889Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:20:39.889Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:20:39.889Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "269c07a2-c59a-4535-ace0-cc644ed4e50b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636949976940,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/resourceInstances/basic_onboard_iszhda0/artifacts/basic_onboard_iszhda0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-15T04:20:39.889Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:20:39.889Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:20:39.889Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "269c07a2-c59a-4535-ace0-cc644ed4e50b",
  "consumerID": "cds",
  "timestamp": 1636949976943,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/artifacts/service-BasicOnboardIszhda-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-15T04:20:39.890Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:20:39.890Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:20:39.890Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "269c07a2-c59a-4535-ace0-cc644ed4e50b",
  "consumerID": "policy-id",
  "timestamp": 1636949976953,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/artifacts/service-BasicOnboardIszhda-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-15T04:20:39.890Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:20:39.890Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:20:39.890Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "269c07a2-c59a-4535-ace0-cc644ed4e50b",
  "consumerID": "cds",
  "timestamp": 1636949977948,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/artifacts/service-BasicOnboardIszhda-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-15T04:20:39.896Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 269c07a2-c59a-4535-ace0-cc644ed4e50b
2021-11-15T04:20:39.896Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 269c07a2-c59a-4535-ace0-cc644ed4e50b and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-15T04:20:39.905Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:20:39.905Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "269c07a2-c59a-4535-ace0-cc644ed4e50b",
  "consumerID": "policy-id",
  "timestamp": 1636949977956,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/artifacts/service-BasicOnboardIszhda-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-15T04:20:39.906Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:20:39.906Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:20:39.906Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "269c07a2-c59a-4535-ace0-cc644ed4e50b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636949977996,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/resourceInstances/basic_onboard_iszhda0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-15T04:20:39.906Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:20:39.906Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:20:39.906Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "269c07a2-c59a-4535-ace0-cc644ed4e50b",
  "consumerID": "policy-id",
  "timestamp": 1636949978959,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-15T04:20:39.911Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 269c07a2-c59a-4535-ace0-cc644ed4e50b
2021-11-15T04:20:39.911Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 269c07a2-c59a-4535-ace0-cc644ed4e50b and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-15T04:20:39.918Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:20:39.918Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "269c07a2-c59a-4535-ace0-cc644ed4e50b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636949979098,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/resourceInstances/basic_onboard_iszhda0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-11-15T04:20:39.919Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:21:02.634Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 269c07a2-c59a-4535-ace0-cc644ed4e50b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-15T04:21:02.645Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 269c07a2-c59a-4535-ace0-cc644ed4e50b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-15T04:21:02.647Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-15T04:21:02.647Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-15T04:21:02.647Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-15T04:21:32.647Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 269c07a2-c59a-4535-ace0-cc644ed4e50b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-15T04:21:32.656Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 269c07a2-c59a-4535-ace0-cc644ed4e50b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-15T04:21:32.658Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-15T04:21:32.658Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-15T04:21:32.658Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-15T04:21:39.842Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T04:21:39.843Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-15T04:21:39.843Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T04:21:39.878Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:21:39.878Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:21:39.879Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "269c07a2-c59a-4535-ace0-cc644ed4e50b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636949980119,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-15T04:21:39.885Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 269c07a2-c59a-4535-ace0-cc644ed4e50b
2021-11-15T04:21:39.885Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 269c07a2-c59a-4535-ace0-cc644ed4e50b and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-11-15T04:22:02.658Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 269c07a2-c59a-4535-ace0-cc644ed4e50b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-15T04:22:02.669Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 269c07a2-c59a-4535-ace0-cc644ed4e50b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-15T04:22:02.672Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-15T04:22:02.672Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-15T04:22:02.672Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-15T04:22:32.672Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 269c07a2-c59a-4535-ace0-cc644ed4e50b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-15T04:22:32.684Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 269c07a2-c59a-4535-ace0-cc644ed4e50b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-15T04:22:32.686Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-15T04:22:32.686Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-15T04:22:32.686Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-15T04:22:39.842Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T04:22:39.843Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-15T04:22:39.843Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T04:22:40.365Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:22:40.367Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:22:40.367Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "269c07a2-c59a-4535-ace0-cc644ed4e50b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636949981123,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/resourceInstances/basic_onboard_iszhda0/artifacts/basic_onboard_iszhda0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-15T04:22:40.368Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:22:40.368Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:22:40.368Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "269c07a2-c59a-4535-ace0-cc644ed4e50b",
  "consumerID": "aai-ml",
  "timestamp": 1636949981202,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/resourceInstances/basic_onboard_iszhda0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:22:40.368Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:22:40.369Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:22:40.369Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "269c07a2-c59a-4535-ace0-cc644ed4e50b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636949981794,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/resourceInstances/basic_onboard_iszhda0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:22:40.369Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:22:40.369Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:22:40.369Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "269c07a2-c59a-4535-ace0-cc644ed4e50b",
  "consumerID": "aai-ml",
  "timestamp": 1636949981202,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/resourceInstances/basic_onboard_iszhda0/artifacts/basic_onboard_iszhda0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:22:40.369Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:22:40.369Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:22:40.369Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "269c07a2-c59a-4535-ace0-cc644ed4e50b",
  "consumerID": "clamp",
  "timestamp": 1636949982296,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/resourceInstances/basic_onboard_iszhda0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:22:40.370Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:22:40.370Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:22:40.370Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db5fe858-e024-4db9-b620-b3c374eed484",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636949983302,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-15T04:22:40.370Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:22:40.370Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:22:40.370Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "269c07a2-c59a-4535-ace0-cc644ed4e50b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636949981794,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/resourceInstances/basic_onboard_iszhda0/artifacts/basic_onboard_iszhda0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:22:40.370Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:22:40.370Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:22:40.371Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "269c07a2-c59a-4535-ace0-cc644ed4e50b",
  "consumerID": "aai-ml",
  "timestamp": 1636949981202,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/resourceInstances/basic_onboard_iszhda0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:22:40.371Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:22:40.371Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:22:40.371Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "269c07a2-c59a-4535-ace0-cc644ed4e50b",
  "consumerID": "clamp",
  "timestamp": 1636949982296,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/resourceInstances/basic_onboard_iszhda0/artifacts/basic_onboard_iszhda0_modules.json",
  "status": "NOTIFIED"
}
2021-11-15T04:22:40.371Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:22:40.371Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:22:40.371Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "269c07a2-c59a-4535-ace0-cc644ed4e50b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636949981794,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/resourceInstances/basic_onboard_iszhda0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:22:40.371Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:22:40.371Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:22:40.371Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "269c07a2-c59a-4535-ace0-cc644ed4e50b",
  "consumerID": "aai-ml",
  "timestamp": 1636949981202,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/resourceInstances/basic_onboard_iszhda0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:22:40.372Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:22:40.372Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:22:40.372Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "269c07a2-c59a-4535-ace0-cc644ed4e50b",
  "consumerID": "clamp",
  "timestamp": 1636949982296,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/resourceInstances/basic_onboard_iszhda0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:22:40.372Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:22:40.372Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:22:40.372Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "269c07a2-c59a-4535-ace0-cc644ed4e50b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636949984319,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/resourceInstances/basic_onboard_iszhda0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:22:40.372Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:22:40.372Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:22:40.373Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "269c07a2-c59a-4535-ace0-cc644ed4e50b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636949981794,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/resourceInstances/basic_onboard_iszhda0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:22:40.373Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:22:40.373Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:22:40.373Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "269c07a2-c59a-4535-ace0-cc644ed4e50b",
  "consumerID": "aai-ml",
  "timestamp": 1636949981202,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/resourceInstances/basic_onboard_iszhda0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:22:40.373Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:22:40.373Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:22:40.373Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "269c07a2-c59a-4535-ace0-cc644ed4e50b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636949984319,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/resourceInstances/basic_onboard_iszhda0/artifacts/basic_onboard_iszhda0_modules.json",
  "status": "NOTIFIED"
}
2021-11-15T04:22:40.373Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:22:40.373Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:22:40.373Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "269c07a2-c59a-4535-ace0-cc644ed4e50b",
  "consumerID": "clamp",
  "timestamp": 1636949982296,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/resourceInstances/basic_onboard_iszhda0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:22:40.374Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:22:40.374Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:22:40.374Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "269c07a2-c59a-4535-ace0-cc644ed4e50b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636949981794,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/resourceInstances/basic_onboard_iszhda0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:22:40.374Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:22:40.374Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:22:40.374Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "269c07a2-c59a-4535-ace0-cc644ed4e50b",
  "consumerID": "aai-ml",
  "timestamp": 1636949981202,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/artifacts/service-BasicOnboardIszhda-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:22:40.374Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:22:40.374Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:22:40.374Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "269c07a2-c59a-4535-ace0-cc644ed4e50b",
  "consumerID": "clamp",
  "timestamp": 1636949982296,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/resourceInstances/basic_onboard_iszhda0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:22:40.374Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:22:40.375Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:22:40.375Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "269c07a2-c59a-4535-ace0-cc644ed4e50b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636949984319,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/resourceInstances/basic_onboard_iszhda0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-11-15T04:22:40.375Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:22:40.375Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:22:40.375Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "269c07a2-c59a-4535-ace0-cc644ed4e50b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636949981794,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/artifacts/service-BasicOnboardIszhda-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:22:40.375Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:22:40.375Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:22:40.375Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "269c07a2-c59a-4535-ace0-cc644ed4e50b",
  "consumerID": "aai-ml",
  "timestamp": 1636949981202,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/artifacts/service-BasicOnboardIszhda-csar.csar",
  "status": "NOTIFIED"
}
2021-11-15T04:22:40.375Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:22:40.375Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:22:40.376Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "269c07a2-c59a-4535-ace0-cc644ed4e50b",
  "consumerID": "clamp",
  "timestamp": 1636949982296,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/artifacts/service-BasicOnboardIszhda-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:22:40.376Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:22:40.376Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:22:40.376Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "269c07a2-c59a-4535-ace0-cc644ed4e50b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636949984319,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/resourceInstances/basic_onboard_iszhda0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:22:40.376Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:22:40.376Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:22:40.376Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "269c07a2-c59a-4535-ace0-cc644ed4e50b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636949981794,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/artifacts/service-BasicOnboardIszhda-csar.csar",
  "status": "NOTIFIED"
}
2021-11-15T04:22:40.376Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:22:40.376Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:22:40.377Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "269c07a2-c59a-4535-ace0-cc644ed4e50b",
  "consumerID": "clamp",
  "timestamp": 1636949982296,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/artifacts/service-BasicOnboardIszhda-csar.csar",
  "status": "NOTIFIED"
}
2021-11-15T04:22:40.377Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:22:40.377Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:22:40.377Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "269c07a2-c59a-4535-ace0-cc644ed4e50b",
  "consumerID": "aai-ml",
  "timestamp": 1636949988948,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/artifacts/service-BasicOnboardIszhda-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-15T04:22:40.377Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:22:40.377Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:22:40.377Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "269c07a2-c59a-4535-ace0-cc644ed4e50b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636949984319,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/resourceInstances/basic_onboard_iszhda0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-11-15T04:22:40.377Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:22:40.377Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:22:40.377Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "269c07a2-c59a-4535-ace0-cc644ed4e50b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636949989562,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/artifacts/service-BasicOnboardIszhda-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-15T04:22:40.378Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:22:40.378Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:22:40.378Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "269c07a2-c59a-4535-ace0-cc644ed4e50b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636949984319,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/artifacts/service-BasicOnboardIszhda-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:22:40.378Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:22:40.378Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:22:40.378Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "269c07a2-c59a-4535-ace0-cc644ed4e50b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636949984319,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/artifacts/service-BasicOnboardIszhda-csar.csar",
  "status": "NOTIFIED"
}
2021-11-15T04:22:40.378Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:22:40.378Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:22:40.378Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "269c07a2-c59a-4535-ace0-cc644ed4e50b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636949991883,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/artifacts/service-BasicOnboardIszhda-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-15T04:22:40.379Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:22:40.379Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:22:40.379Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "269c07a2-c59a-4535-ace0-cc644ed4e50b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636949992841,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/artifacts/service-BasicOnboardIszhda-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-15T04:22:40.379Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:22:40.379Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:22:40.379Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "269c07a2-c59a-4535-ace0-cc644ed4e50b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636949992886,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-15T04:22:40.385Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 269c07a2-c59a-4535-ace0-cc644ed4e50b
2021-11-15T04:22:40.385Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 269c07a2-c59a-4535-ace0-cc644ed4e50b and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-15T04:22:40.393Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:22:40.393Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "269c07a2-c59a-4535-ace0-cc644ed4e50b",
  "consumerID": "clamp",
  "timestamp": 1636949994346,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/artifacts/service-BasicOnboardIszhda-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-15T04:22:40.393Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:22:40.393Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:22:40.393Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "269c07a2-c59a-4535-ace0-cc644ed4e50b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636949995344,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/resourceInstances/basic_onboard_iszhda0/artifacts/basic_onboard_iszhda0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-15T04:22:40.394Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:22:40.394Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:22:40.394Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "269c07a2-c59a-4535-ace0-cc644ed4e50b",
  "consumerID": "clamp",
  "timestamp": 1636949996355,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/artifacts/service-BasicOnboardIszhda-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-15T04:22:40.394Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:22:40.394Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:22:40.394Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "269c07a2-c59a-4535-ace0-cc644ed4e50b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636949996459,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/resourceInstances/basic_onboard_iszhda0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-15T04:22:40.394Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:22:40.394Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:22:40.394Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "269c07a2-c59a-4535-ace0-cc644ed4e50b",
  "consumerID": "aai-ml",
  "timestamp": 1636949996978,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/artifacts/service-BasicOnboardIszhda-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-15T04:22:40.394Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:22:40.394Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:22:40.394Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "269c07a2-c59a-4535-ace0-cc644ed4e50b",
  "consumerID": "clamp",
  "timestamp": 1636949997359,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-15T04:22:40.399Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 269c07a2-c59a-4535-ace0-cc644ed4e50b
2021-11-15T04:22:40.399Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 269c07a2-c59a-4535-ace0-cc644ed4e50b and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-15T04:22:40.406Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:22:40.406Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "269c07a2-c59a-4535-ace0-cc644ed4e50b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636949997504,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/resourceInstances/basic_onboard_iszhda0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-11-15T04:22:40.406Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:22:40.406Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:22:40.406Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "269c07a2-c59a-4535-ace0-cc644ed4e50b",
  "consumerID": "aai-ml",
  "timestamp": 1636949997983,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-15T04:22:40.411Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 269c07a2-c59a-4535-ace0-cc644ed4e50b
2021-11-15T04:22:40.411Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 269c07a2-c59a-4535-ace0-cc644ed4e50b and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-15T04:22:40.418Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:22:40.418Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "269c07a2-c59a-4535-ace0-cc644ed4e50b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636949998596,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/resourceInstances/basic_onboard_iszhda0/artifacts/basic_onboard_iszhda0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-15T04:22:40.418Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:22:40.418Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:22:40.418Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "269c07a2-c59a-4535-ace0-cc644ed4e50b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636949999598,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/resourceInstances/basic_onboard_iszhda0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-11-15T04:22:40.419Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:22:40.419Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:22:40.419Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "269c07a2-c59a-4535-ace0-cc644ed4e50b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636950000602,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/resourceInstances/basic_onboard_iszhda0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-11-15T04:22:40.419Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:22:40.419Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:22:40.419Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "269c07a2-c59a-4535-ace0-cc644ed4e50b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636950001604,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIszhda/1.0/artifacts/service-BasicOnboardIszhda-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-15T04:22:40.419Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:23:02.687Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 269c07a2-c59a-4535-ace0-cc644ed4e50b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-15T04:23:02.698Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 269c07a2-c59a-4535-ace0-cc644ed4e50b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-15T04:23:02.701Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-15T04:23:02.701Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-15T04:23:02.701Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-11-15T04:23:02.701Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-11-15T04:23:02.701Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-15T04:23:02.701Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-15T04:23:02.701Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-15T04:23:02.701Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-15T04:23:02.701Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-15T04:23:02.701Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-15T04:23:02.702Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-15T04:23:02.706Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-11-15T04:23:32.707Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 269c07a2-c59a-4535-ace0-cc644ed4e50b and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-11-15T04:23:32.711Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 269c07a2-c59a-4535-ace0-cc644ed4e50b and serviceModelVersionId: 2c3a49e3-cc6e-4313-b66c-e6e1f92bc202
2021-11-15T04:23:32.711Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 42c3070a-788d-4be7-8d15-64178b8aefc0
2021-11-15T04:23:32.713Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/42c3070a-788d-4be7-8d15-64178b8aefc0/model-vers/model-ver/2c3a49e3-cc6e-4313-b66c-e6e1f92bc202?depth=0
2021-11-15T04:23:32.718Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2021-11-15T04:23:32.759Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/42c3070a-788d-4be7-8d15-64178b8aefc0/model-vers/model-ver/2c3a49e3-cc6e-4313-b66c-e6e1f92bc202?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2021-11-15T04:23:32.760Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/42c3070a-788d-4be7-8d15-64178b8aefc0/model-vers/model-ver/2c3a49e3-cc6e-4313-b66c-e6e1f92bc202?depth=0|INFO|500||Invoke
2021-11-15T04:23:32.783Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/42c3070a-788d-4be7-8d15-64178b8aefc0/model-vers/model-ver/2c3a49e3-cc6e-4313-b66c-e6e1f92bc202?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-11-15T04:23:33.479Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/42c3070a-788d-4be7-8d15-64178b8aefc0/model-vers/model-ver/2c3a49e3-cc6e-4313-b66c-e6e1f92bc202?depth=0|INFO|500||InvokeReturn
2021-11-15T04:23:33.479Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/42c3070a-788d-4be7-8d15-64178b8aefc0/model-vers/model-ver/2c3a49e3-cc6e-4313-b66c-e6e1f92bc202?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-211115-04:23:32:791-6687], vertex-id=[577752], Content-Length=[0], Date=[Mon, 15 Nov 2021 04:23:32 GMT], Content-Type=[application/json]}
2021-11-15T04:23:33.479Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2021-11-15T04:23:33.479Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-11-15T04:23:33.479Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-15T04:23:33.484Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-11-15T04:23:33.484Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 269c07a2-c59a-4535-ace0-cc644ed4e50b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-11-15T04:23:33.485Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-11-15T04:23:33.485Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T04:23:33.486Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T04:23:33.487Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "269c07a2-c59a-4535-ace0-cc644ed4e50b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636950213484,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-15T04:23:33.587Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T04:23:33.587Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-15T04:23:33.587Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIYkFj1U8XlYGVL0) ...
2021-11-15T04:23:33.598Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:23:33.598Z||pool-34-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-11-15T04:23:34.497Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T04:23:34.498Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|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-11-15T04:23:34.498Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|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 HIYkFj1U8XlYGVL0) ...
2021-11-15T04:23:39.842Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T04:23:39.842Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-15T04:23:39.843Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T04:23:40.465Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:23:40.466Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-15T04:23:40.466Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "269c07a2-c59a-4535-ace0-cc644ed4e50b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636950213484,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-15T04:23:40.467Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:23:45.691Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:23:45.691Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T04:23:45.692Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|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-11-15T04:23:45.692Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|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 HIYkFj1U8XlYGVL0) ...
2021-11-15T04:23:55.222Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:23:55.222Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T04:23:55.222Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|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-11-15T04:23:55.223Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|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 HIYkFj1U8XlYGVL0) ...
2021-11-15T04:24:04.752Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:24:04.753Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T04:24:04.753Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|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-11-15T04:24:04.753Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|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 HIYkFj1U8XlYGVL0) ...
2021-11-15T04:24:14.283Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:24:39.840Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T04:24:39.841Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|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-11-15T04:24:39.841Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|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 HIYkFj1U8XlYGVL0) ...
2021-11-15T04:24:39.842Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T04:24:39.842Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-15T04:24:39.842Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T04:24:49.372Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:24:49.381Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:25:39.840Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T04:25:39.841Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|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-11-15T04:25:39.841Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|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 HIYkFj1U8XlYGVL0) ...
2021-11-15T04:25:39.842Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T04:25:39.842Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-15T04:25:39.842Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T04:25:49.377Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:25:49.380Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:26:39.840Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T04:26:39.841Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-15T04:26:39.841Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T04:26:39.843Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T04:26:39.843Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-15T04:26:39.843Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T04:26:49.378Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:26:49.380Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:27:39.840Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T04:27:39.841Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-15T04:27:39.841Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T04:27:39.842Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T04:27:39.842Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-15T04:27:39.842Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T04:27:49.374Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:27:49.380Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:28:39.840Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T04:28:39.841Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-15T04:28:39.841Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T04:28:39.842Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T04:28:39.842Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-15T04:28:39.843Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T04:28:49.377Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:28:49.380Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:29:39.840Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T04:29:39.841Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-15T04:29:39.841Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T04:29:39.842Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T04:29:39.842Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-15T04:29:39.843Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T04:29:49.379Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:29:49.390Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:30:39.840Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T04:30:39.841Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|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-11-15T04:30:39.841Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|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 HIYkFj1U8XlYGVL0) ...
2021-11-15T04:30:39.842Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T04:30:39.842Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-15T04:30:39.842Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T04:30:40.465Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:30:40.465Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-15T04:30:40.465Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"e077960d-fff0-41f1-8724-d591d2f5787c","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"0d430cf6-3d00-4c7b-8737-1a4af125d355","serviceDescription":"service","serviceInvariantUUID":"aa3e40a5-2195-45a8-ada2-042727fc516f","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"cc85ef96-1b03-4397-b594-7b78cb63d15a","resourceInvariantUUID":"5c7256e1-6dde-405c-941f-34e4b19ccdbb","resourceCustomizationUUID":"ee3b01fa-0c93-49bf-aa31-df77dfd0410c","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":"ODQ5ZjM0ODNkYmI3OTA0MjUyMjg5Njc4NDRiZWI3MjE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"10fd1c6b-7d14-441b-a9de-c5434ead43f1","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZmFiNDM0YTc5MTI1MzZiZmVmODM5OTFjY2YyZjhiNjY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"eabf44a2-a5f7-4ab1-a41e-e66f4887298b","artifactVersion":"1"}],"workloadContext":"Production"}
2021-11-15T04:30:40.466Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:30:40.467Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:30:40.467Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e077960d-fff0-41f1-8724-d591d2f5787c",
  "consumerID": "cds",
  "timestamp": 1636950613859,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:30:40.468Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:30:40.468Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:30:40.468Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e077960d-fff0-41f1-8724-d591d2f5787c",
  "consumerID": "aai-ml",
  "timestamp": 1636950611202,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:30:40.468Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:30:40.468Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-15T04:30:40.468Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:30:40.468Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e077960d-fff0-41f1-8724-d591d2f5787c",
  "consumerID": "clamp",
  "timestamp": 1636950612296,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:30:40.468Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:30:40.468Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:30:40.468Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e077960d-fff0-41f1-8724-d591d2f5787c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636950608455,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:30:40.468Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:30:40.468Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T04:30:40.468Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:30:40.468Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e077960d-fff0-41f1-8724-d591d2f5787c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636950611794,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:30:40.469Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:30:40.469Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:30:40.469Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e077960d-fff0-41f1-8724-d591d2f5787c",
  "consumerID": "clamp",
  "timestamp": 1636950612296,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-11-15T04:30:40.469Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:30:40.469Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:30:40.469Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e077960d-fff0-41f1-8724-d591d2f5787c",
  "consumerID": "cds",
  "timestamp": 1636950613859,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-11-15T04:30:40.469Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:30:40.469Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:30:40.469Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e077960d-fff0-41f1-8724-d591d2f5787c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636950611794,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-11-15T04:30:40.469Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:30:40.469Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:30:40.469Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e077960d-fff0-41f1-8724-d591d2f5787c",
  "consumerID": "aai-ml",
  "timestamp": 1636950611202,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-11-15T04:30:40.469Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:30:40.469Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:30:40.469Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e077960d-fff0-41f1-8724-d591d2f5787c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636950608455,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:30:40.469Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:30:40.469Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:30:40.470Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e077960d-fff0-41f1-8724-d591d2f5787c",
  "consumerID": "cds",
  "timestamp": 1636950619754,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-15T04:30:40.470Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:30:40.470Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:30:40.470Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e077960d-fff0-41f1-8724-d591d2f5787c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636950619757,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-15T04:30:40.470Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:30:40.470Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:30:40.470Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e077960d-fff0-41f1-8724-d591d2f5787c",
  "consumerID": "aai-ml",
  "timestamp": 1636950619773,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-15T04:30:40.470Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:30:40.470Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:30:40.470Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e077960d-fff0-41f1-8724-d591d2f5787c",
  "consumerID": "cds",
  "timestamp": 1636950620758,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
2021-11-15T04:30:40.471Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T04:30:40.471Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e077960d-fff0-41f1-8724-d591d2f5787c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636950639840,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-15T04:30:40.484Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e077960d-fff0-41f1-8724-d591d2f5787c
2021-11-15T04:30:40.484Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId e077960d-fff0-41f1-8724-d591d2f5787c and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-15T04:30:40.492Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:30:40.492Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e077960d-fff0-41f1-8724-d591d2f5787c",
  "consumerID": "policy-id",
  "timestamp": 1636950620399,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:30:40.492Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:30:40.492Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:30:40.492Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e077960d-fff0-41f1-8724-d591d2f5787c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636950621172,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-15T04:30:40.492Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:30:40.493Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:30:40.493Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e077960d-fff0-41f1-8724-d591d2f5787c",
  "consumerID": "dcae-sch",
  "timestamp": 1636950620658,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:30:40.493Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:30:40.493Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:30:40.493Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e077960d-fff0-41f1-8724-d591d2f5787c",
  "consumerID": "clamp",
  "timestamp": 1636950621449,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-15T04:30:40.493Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:30:40.493Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:30:40.493Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e077960d-fff0-41f1-8724-d591d2f5787c",
  "consumerID": "policy-id",
  "timestamp": 1636950620399,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-11-15T04:30:40.493Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:30:40.493Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:30:40.493Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e077960d-fff0-41f1-8724-d591d2f5787c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636950622175,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-15T04:30:40.498Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e077960d-fff0-41f1-8724-d591d2f5787c
2021-11-15T04:30:40.498Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId e077960d-fff0-41f1-8724-d591d2f5787c and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-15T04:30:40.507Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:30:40.507Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e077960d-fff0-41f1-8724-d591d2f5787c",
  "consumerID": "dcae-sch",
  "timestamp": 1636950620658,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:30:40.507Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:30:40.507Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:30:40.507Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e077960d-fff0-41f1-8724-d591d2f5787c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636950621744,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:30:40.507Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:30:40.507Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:30:40.507Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e077960d-fff0-41f1-8724-d591d2f5787c",
  "consumerID": "policy-id",
  "timestamp": 1636950623188,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-15T04:30:40.507Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:30:40.507Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:30:40.507Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e077960d-fff0-41f1-8724-d591d2f5787c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636950621744,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-11-15T04:30:40.507Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:30:40.507Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:30:40.507Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e077960d-fff0-41f1-8724-d591d2f5787c",
  "consumerID": "clamp",
  "timestamp": 1636950623458,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-15T04:30:40.507Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:30:40.508Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:30:40.508Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e077960d-fff0-41f1-8724-d591d2f5787c",
  "consumerID": "aai-ml",
  "timestamp": 1636950623783,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-15T04:30:40.508Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:30:40.508Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:30:40.508Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e077960d-fff0-41f1-8724-d591d2f5787c",
  "consumerID": "policy-id",
  "timestamp": 1636950624192,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-15T04:30:40.508Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:30:40.508Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:30:40.508Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e077960d-fff0-41f1-8724-d591d2f5787c",
  "consumerID": "clamp",
  "timestamp": 1636950624461,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-15T04:30:40.512Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of e077960d-fff0-41f1-8724-d591d2f5787c
2021-11-15T04:30:40.513Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId e077960d-fff0-41f1-8724-d591d2f5787c and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-15T04:30:40.520Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:30:40.520Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e077960d-fff0-41f1-8724-d591d2f5787c",
  "consumerID": "aai-ml",
  "timestamp": 1636950624788,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-15T04:30:40.524Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e077960d-fff0-41f1-8724-d591d2f5787c
2021-11-15T04:30:40.524Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId e077960d-fff0-41f1-8724-d591d2f5787c and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-15T04:30:40.530Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:30:40.530Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e077960d-fff0-41f1-8724-d591d2f5787c",
  "consumerID": "policy-id",
  "timestamp": 1636950625195,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-15T04:30:40.533Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e077960d-fff0-41f1-8724-d591d2f5787c
2021-11-15T04:30:40.533Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId e077960d-fff0-41f1-8724-d591d2f5787c and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-15T04:30:40.571Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T04:30:40.572Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-15T04:30:40.572Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIYkFj1U8XlYGVL0) ...
2021-11-15T04:30:40.582Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:30:40.582Z||pool-35-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-11-15T04:30:41.472Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-15T04:30:41.472Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T04:30:41.473Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T04:30:41.474Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e077960d-fff0-41f1-8724-d591d2f5787c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636950639840,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-11-15T04:30:41.574Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T04:30:41.574Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-15T04:30:41.574Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIYkFj1U8XlYGVL0) ...
2021-11-15T04:30:41.586Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:30:41.586Z||pool-36-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-15T04:30:42.475Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "e077960d-fff0-41f1-8724-d591d2f5787c",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "0d430cf6-3d00-4c7b-8737-1a4af125d355",
  "serviceDescription": "service",
  "serviceInvariantUUID": "aa3e40a5-2195-45a8-ada2-042727fc516f",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "ee3b01fa-0c93-49bf-aa31-df77dfd0410c",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "cc85ef96-1b03-4397-b594-7b78cb63d15a",
      "resourceInvariantUUID": "5c7256e1-6dde-405c-941f-34e4b19ccdbb",
      "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": "ZmFiNDM0YTc5MTI1MzZiZmVmODM5OTFjY2YyZjhiNjY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "eabf44a2-a5f7-4ab1-a41e-e66f4887298b"
    }
  ],
  "workloadContext": "Production"
}
2021-11-15T04:30:42.475Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-11-15T04:30:42.475Z|269c07a2-c59a-4535-ace0-cc644ed4e50b|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 0d430cf6-3d00-4c7b-8737-1a4af125d355 ASDC
2021-11-15T04:30:42.476Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:e077960d-fff0-41f1-8724-d591d2f5787c
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:0d430cf6-3d00-4c7b-8737-1a4af125d355
ServiceInvariantUUID:aa3e40a5-2195-45a8-ada2-042727fc516f
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:eabf44a2-a5f7-4ab1-a41e-e66f4887298b
ArtifactChecksum:ZmFiNDM0YTc5MTI1MzZiZmVmODM5OTFjY2YyZjhiNjY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:ee3b01fa-0c93-49bf-aa31-df77dfd0410c
ResourceInvariantUUID:5c7256e1-6dde-405c-941f-34e4b19ccdbb
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:cc85ef96-1b03-4397-b594-7b78cb63d15a
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2021-11-15T04:30:42.476Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0d430cf6-3d00-4c7b-8737-1a4af125d355 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-11-15T04:30:42.498Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-15T04:30:42.498Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-11-15T04:30:42.498Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-11-15T04:30:42.498Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: eabf44a2-a5f7-4ab1-a41e-e66f4887298b from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-11-15T04:30:42.498Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-11-15T04:30:42.499Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-11-15T04:30:42.680Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-11-15T04:30:42.683Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar eabf44a2-a5f7-4ab1-a41e-e66f4887298b 52483
2021-11-15T04:30:42.683Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-11-15T04:30:42.683Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-11-15T04:30:42.683Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-15T04:30:42.683Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T04:30:42.685Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T04:30:42.685Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e077960d-fff0-41f1-8724-d591d2f5787c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636950642683,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-15T04:30:42.785Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T04:30:42.786Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-15T04:30:42.787Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIYkFj1U8XlYGVL0) ...
2021-11-15T04:30:42.797Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:30:42.797Z||pool-37-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-15T04:30:43.686Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-15T04:30:43.687Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-11-15T04:30:43.687Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: eabf44a2-a5f7-4ab1-a41e-e66f4887298b, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-11-15T04:30:43.687Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2021-11-15T04:30:43.688Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-11-15T04:30:43.688Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2021-11-15T04:30:43.796Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4214605825482824921/Definitions/service-BasicNetwork-template.yml
2021-11-15T04:30:44.159Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2021-11-15T04:30:44.160Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-11-15T04:30:44.160Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-11-15T04:30:44.160Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-11-15T04:30:44.160Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-11-15T04:30:44.160Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-11-15T04:30:44.160Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-11-15T04:30:44.161Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-11-15T04:30:44.161Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-11-15T04:30:44.161Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-11-15T04:30:44.161Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-11-15T04:30:44.161Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-11-15T04:30:44.161Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-11-15T04:30:44.161Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T04:30:44.161Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T04:30:44.161Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-11-15T04:30:44.162Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-11-15T04:30:44.162Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-15T04:30:44.162Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T04:30:44.162Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T04:30:44.162Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-11-15T04:30:44.162Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-11-15T04:30:44.162Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-15T04:30:44.162Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T04:30:44.163Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T04:30:44.163Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T04:30:44.163Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T04:30:44.163Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T04:30:44.163Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T04:30:44.163Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T04:30:44.163Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T04:30:44.163Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T04:30:44.164Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T04:30:44.164Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:0d430cf6-3d00-4c7b-8737-1a4af125d355
Model Version:NULL
Model InvariantUuid:aa3e40a5-2195-45a8-ada2-042727fc516f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:5c7256e1-6dde-405c-941f-34e4b19ccdbb
Model UUID:5e338f86-9e0d-4ef0-b5f1-21093fc14bc4
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:ee3b01fa-0c93-49bf-aa31-df77dfd0410c
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-11-15T04:30:44.171Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||INFO|500||Processing Resource Type: VL, Model UUID: cc85ef96-1b03-4397-b594-7b78cb63d15a
2021-11-15T04:30:44.171Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||INFO|500||No resources found for Service: 0d430cf6-3d00-4c7b-8737-1a4af125d355
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-15T04:30:44.174Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||INFO|500||
2021-11-15T04:30:44.174Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2021-11-15T04:30:44.174Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||DEBUG|500||No resources found for Service: 0d430cf6-3d00-4c7b-8737-1a4af125d355
2021-11-15T04:30:44.175Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 0d430cf6-3d00-4c7b-8737-1a4af125d355
2021-11-15T04:30:44.175Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2021-11-15T04:30:44.175Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-15T04:30:44.179Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5d3ac1e0, org.onap.sdc.toscaparser.api.parameters.Input@5ae26974, org.onap.sdc.toscaparser.api.parameters.Input@74ae9264, org.onap.sdc.toscaparser.api.parameters.Input@171da587, org.onap.sdc.toscaparser.api.parameters.Input@1ca35345]
2021-11-15T04:30:44.180Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T04:30:44.180Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T04:30:44.180Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T04:30:44.180Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T04:30:44.180Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 0d430cf6-3d00-4c7b-8737-1a4af125d355: Generic NeutronNet
2021-11-15T04:30:44.181Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T04:30:44.181Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T04:30:44.181Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T04:30:44.181Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2021-11-15T04:30:44.212Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T04:30:44.212Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T04:30:44.212Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T04:30:44.212Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T04:30:44.213Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T04:30:44.213Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T04:30:44.213Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||INFO|500||Saving Service: basic_network 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2021-11-15T04:30:44.272Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2021-11-15T04:30:44.272Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-11-15T04:30:44.272Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-11-15T04:30:44.272Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-15T04:30:44.272Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T04:30:44.274Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T04:30:44.274Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e077960d-fff0-41f1-8724-d591d2f5787c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636950644272,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-15T04:30:44.374Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T04:30:44.375Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-15T04:30:44.375Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIYkFj1U8XlYGVL0) ...
2021-11-15T04:30:44.384Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:30:44.385Z||pool-38-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-15T04:30:45.274Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e077960d-fff0-41f1-8724-d591d2f5787c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-15T04:30:45.285Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e077960d-fff0-41f1-8724-d591d2f5787c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-15T04:30:45.287Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-15T04:30:45.287Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-15T04:30:45.287Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-11-15T04:30:45.287Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-11-15T04:30:45.288Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-15T04:30:45.288Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-15T04:30:45.288Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-15T04:30:45.288Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-15T04:30:45.288Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-15T04:30:45.288Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-15T04:30:45.288Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-15T04:30:45.292Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-11-15T04:31:15.292Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e077960d-fff0-41f1-8724-d591d2f5787c and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-11-15T04:31:15.298Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e077960d-fff0-41f1-8724-d591d2f5787c and serviceModelVersionId: 0d430cf6-3d00-4c7b-8737-1a4af125d355
2021-11-15T04:31:15.298Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : aa3e40a5-2195-45a8-ada2-042727fc516f
2021-11-15T04:31:15.299Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/aa3e40a5-2195-45a8-ada2-042727fc516f/model-vers/model-ver/0d430cf6-3d00-4c7b-8737-1a4af125d355?depth=0
2021-11-15T04:31:15.303Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2021-11-15T04:31:15.334Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa3e40a5-2195-45a8-ada2-042727fc516f/model-vers/model-ver/0d430cf6-3d00-4c7b-8737-1a4af125d355?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2021-11-15T04:31:15.335Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa3e40a5-2195-45a8-ada2-042727fc516f/model-vers/model-ver/0d430cf6-3d00-4c7b-8737-1a4af125d355?depth=0|INFO|500||Invoke
2021-11-15T04:31:15.354Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa3e40a5-2195-45a8-ada2-042727fc516f/model-vers/model-ver/0d430cf6-3d00-4c7b-8737-1a4af125d355?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-11-15T04:31:15.842Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa3e40a5-2195-45a8-ada2-042727fc516f/model-vers/model-ver/0d430cf6-3d00-4c7b-8737-1a4af125d355?depth=0|INFO|500||InvokeReturn
2021-11-15T04:31:15.843Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa3e40a5-2195-45a8-ada2-042727fc516f/model-vers/model-ver/0d430cf6-3d00-4c7b-8737-1a4af125d355?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-211115-04:31:15:362-60970], vertex-id=[180384], Content-Length=[0], Date=[Mon, 15 Nov 2021 04:31:15 GMT], Content-Type=[application/json]}
2021-11-15T04:31:15.843Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2021-11-15T04:31:15.843Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-11-15T04:31:15.843Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-15T04:31:15.846Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-11-15T04:31:15.846Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e077960d-fff0-41f1-8724-d591d2f5787c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-11-15T04:31:15.846Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-11-15T04:31:15.846Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T04:31:15.848Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T04:31:15.848Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e077960d-fff0-41f1-8724-d591d2f5787c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636950675846,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-15T04:31:15.948Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T04:31:15.949Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-15T04:31:15.949Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIYkFj1U8XlYGVL0) ...
2021-11-15T04:31:15.960Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:31:15.961Z||pool-39-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-11-15T04:31:39.840Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T04:31:39.841Z|e077960d-fff0-41f1-8724-d591d2f5787c|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-11-15T04:31:39.841Z|e077960d-fff0-41f1-8724-d591d2f5787c|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 HIYkFj1U8XlYGVL0) ...
2021-11-15T04:31:39.842Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T04:31:39.842Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-15T04:31:39.843Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T04:31:39.962Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:31:39.963Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:31:39.963Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e077960d-fff0-41f1-8724-d591d2f5787c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636950639840,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:31:39.963Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:31:40.458Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:31:40.459Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-15T04:31:40.459Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa","serviceName":"Demo_pNF_p1l86O9kEvqbHYSLCuGy","serviceVersion":"1.0","serviceUUID":"7c65e2c0-54c1-4732-a0a9-835bb705ab2b","serviceDescription":"catalog service description","serviceInvariantUUID":"ab58abff-74a8-4fdc-a638-6b1a3f982279","resources":[{"resourceInstanceName":"pNF dbf074ff-262b 0","resourceName":"pNF dbf074ff-262b","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"babbdb8d-6c44-4677-b46d-5f45d3a0d4d6","resourceInvariantUUID":"ab46bf63-c371-4453-a4be-acbac3bbb176","resourceCustomizationUUID":"d2100728-12f4-452f-8777-3855a006e3c1","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfP1l86o9kevqbhyslcugy/1.0/resourceInstances/pnfdbf074ff262b0/artifacts/vf-license-model.xml","artifactChecksum":"NjM4ODg0NDg3OTdlOWU4M2Q0MjUzZDE3NDY0Yjg0NzY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ed89cd99-9ee2-4f45-9d17-6514d714ac96","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfP1l86o9kevqbhyslcugy/1.0/resourceInstances/pnfdbf074ff262b0/artifacts/pNF.csar","artifactChecksum":"YmI0MDg0NmQ0N2JmOWU5Njc0NDNiMzMwZGNmZWVkN2M\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a0eeb932-2b9b-4106-9d62-4521a4ee5279","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfP1l86o9kevqbhyslcugy/1.0/resourceInstances/pnfdbf074ff262b0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"53c95534-5adf-4133-9ad3-49418e1c84df","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfP1l86o9kevqbhyslcugy/1.0/resourceInstances/pnfdbf074ff262b0/artifacts/vendor-license-model.xml","artifactChecksum":"YzNjMzQzNTNiNGEyMzNhYTQ5Zjc5NDNkMGQ4YWE3YmU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ff1ee4a3-8836-4ae3-a943-294858b6f4b7","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfP1l86o9kevqbhyslcugy/1.0/resourceInstances/pnfdbf074ff262b0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8834de74-619d-424c-8da1-e13e91cdfa81","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfP1l86o9kevqbhyslcugy/1.0/resourceInstances/pnfdbf074ff262b0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"016a1ba5-0503-45a9-b839-024922e2e72d","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfP1l86o9kevqbhyslcugy-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfP1l86o9kevqbhyslcugy/1.0/artifacts/service-DemoPnfP1l86o9kevqbhyslcugy-template.yml","artifactChecksum":"ZTA3OWRiN2M2ZDFkZGZmNDc4Zjc5NjllYzEzYjBhYjA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e54103bc-7fe0-4d65-b7df-fa076dcaa249","artifactVersion":"1"},{"artifactName":"service-DemoPnfP1l86o9kevqbhyslcugy-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfP1l86o9kevqbhyslcugy/1.0/artifacts/service-DemoPnfP1l86o9kevqbhyslcugy-csar.csar","artifactChecksum":"NjYxNDRmOTg4MDljOWFhNjNmY2I1ZGJkMzBmNDM0MzA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7eecedc7-a16e-4c75-8095-a740f063c871","artifactVersion":"1"}],"workloadContext":"Production"}
2021-11-15T04:31:40.461Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-15T04:31:40.461Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T04:31:40.463Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T04:31:40.463Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636950699840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP1l86o9kevqbhyslcugy/1.0/resourceInstances/pnfdbf074ff262b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:31:40.563Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T04:31:40.564Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-15T04:31:40.564Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIYkFj1U8XlYGVL0) ...
2021-11-15T04:31:40.575Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:31:40.575Z||pool-40-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-15T04:31:41.463Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-15T04:31:41.464Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T04:31:41.465Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T04:31:41.466Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636950699840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP1l86o9kevqbhyslcugy/1.0/resourceInstances/pnfdbf074ff262b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:31:41.566Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T04:31:41.566Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-15T04:31:41.566Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIYkFj1U8XlYGVL0) ...
2021-11-15T04:31:41.575Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:31:41.576Z||pool-41-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-11-15T04:31:42.466Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-15T04:31:42.467Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T04:31:42.468Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T04:31:42.469Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636950699840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP1l86o9kevqbhyslcugy/1.0/resourceInstances/pnfdbf074ff262b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:31:42.569Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T04:31:42.569Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-15T04:31:42.569Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIYkFj1U8XlYGVL0) ...
2021-11-15T04:31:42.580Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:31:42.580Z||pool-42-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-15T04:31:43.469Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-15T04:31:43.470Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T04:31:43.471Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T04:31:43.471Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636950699840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP1l86o9kevqbhyslcugy/1.0/resourceInstances/pnfdbf074ff262b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:31:43.571Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T04:31:43.572Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-15T04:31:43.572Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIYkFj1U8XlYGVL0) ...
2021-11-15T04:31:43.581Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:31:43.582Z||pool-43-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-15T04:31:44.472Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-15T04:31:44.473Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T04:31:44.474Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T04:31:44.474Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636950699840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP1l86o9kevqbhyslcugy/1.0/resourceInstances/pnfdbf074ff262b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:31:44.574Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T04:31:44.575Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-15T04:31:44.575Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIYkFj1U8XlYGVL0) ...
2021-11-15T04:31:44.583Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:31:44.583Z||pool-44-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-11-15T04:31:45.475Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-15T04:31:45.475Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T04:31:45.477Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T04:31:45.477Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636950699840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP1l86o9kevqbhyslcugy/1.0/resourceInstances/pnfdbf074ff262b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:31:45.577Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T04:31:45.578Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-15T04:31:45.578Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIYkFj1U8XlYGVL0) ...
2021-11-15T04:31:45.586Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:31:45.587Z||pool-45-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-11-15T04:31:46.478Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-15T04:31:46.478Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T04:31:46.479Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T04:31:46.480Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636950699840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP1l86o9kevqbhyslcugy/1.0/artifacts/service-DemoPnfP1l86o9kevqbhyslcugy-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:31:46.580Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T04:31:46.580Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-15T04:31:46.580Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIYkFj1U8XlYGVL0) ...
2021-11-15T04:31:46.593Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:31:46.593Z||pool-46-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-15T04:31:47.480Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-15T04:31:47.481Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T04:31:47.482Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T04:31:47.482Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636950699840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP1l86o9kevqbhyslcugy/1.0/artifacts/service-DemoPnfP1l86o9kevqbhyslcugy-csar.csar",
  "status": "NOTIFIED"
}
2021-11-15T04:31:47.582Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T04:31:47.583Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-15T04:31:47.583Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIYkFj1U8XlYGVL0) ...
2021-11-15T04:31:47.594Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:31:47.594Z||pool-47-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-15T04:31:48.483Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa",
  "serviceName": "Demo_pNF_p1l86O9kEvqbHYSLCuGy",
  "serviceVersion": "1.0",
  "serviceUUID": "7c65e2c0-54c1-4732-a0a9-835bb705ab2b",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "ab58abff-74a8-4fdc-a638-6b1a3f982279",
  "resources": [
    {
      "resourceInstanceName": "pNF dbf074ff-262b 0",
      "resourceCustomizationUUID": "d2100728-12f4-452f-8777-3855a006e3c1",
      "resourceName": "pNF dbf074ff-262b",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "babbdb8d-6c44-4677-b46d-5f45d3a0d4d6",
      "resourceInvariantUUID": "ab46bf63-c371-4453-a4be-acbac3bbb176",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfP1l86o9kevqbhyslcugy-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfP1l86o9kevqbhyslcugy/1.0/artifacts/service-DemoPnfP1l86o9kevqbhyslcugy-csar.csar",
      "artifactChecksum": "NjYxNDRmOTg4MDljOWFhNjNmY2I1ZGJkMzBmNDM0MzA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "7eecedc7-a16e-4c75-8095-a740f063c871"
    }
  ],
  "workloadContext": "Production"
}
2021-11-15T04:31:48.483Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-11-15T04:31:48.483Z|e077960d-fff0-41f1-8724-d591d2f5787c|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 7c65e2c0-54c1-4732-a0a9-835bb705ab2b ASDC
2021-11-15T04:31:48.484Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa
ServiceName:Demo_pNF_p1l86O9kEvqbHYSLCuGy
ServiceVersion:1.0
ServiceUUID:7c65e2c0-54c1-4732-a0a9-835bb705ab2b
ServiceInvariantUUID:ab58abff-74a8-4fdc-a638-6b1a3f982279
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfP1l86o9kevqbhyslcugy-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfP1l86o9kevqbhyslcugy/1.0/artifacts/service-DemoPnfP1l86o9kevqbhyslcugy-csar.csar
ArtifactUUID:7eecedc7-a16e-4c75-8095-a740f063c871
ArtifactChecksum:NjYxNDRmOTg4MDljOWFhNjNmY2I1ZGJkMzBmNDM0MzA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF dbf074ff-262b 0
ResourceCustomizationUUID:d2100728-12f4-452f-8777-3855a006e3c1
ResourceInvariantUUID:ab46bf63-c371-4453-a4be-acbac3bbb176
ResourceName:pNF dbf074ff-262b
ResourceType:PNF
ResourceUUID:babbdb8d-6c44-4677-b46d-5f45d3a0d4d6
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-11-15T04:31:48.484Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7c65e2c0-54c1-4732-a0a9-835bb705ab2b ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-15T04:31:48.505Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-15T04:31:48.505Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-11-15T04:31:48.505Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-11-15T04:31:48.506Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 7eecedc7-a16e-4c75-8095-a740f063c871 from URL: /sdc/v1/catalog/services/DemoPnfP1l86o9kevqbhyslcugy/1.0/artifacts/service-DemoPnfP1l86o9kevqbhyslcugy-csar.csar
2021-11-15T04:31:48.506Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-11-15T04:31:48.506Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfP1l86o9kevqbhyslcugy/1.0/artifacts/service-DemoPnfP1l86o9kevqbhyslcugy-csar.csar
2021-11-15T04:31:48.571Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-11-15T04:31:48.576Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfP1l86o9kevqbhyslcugy/1.0/artifacts/service-DemoPnfP1l86o9kevqbhyslcugy-csar.csar 7eecedc7-a16e-4c75-8095-a740f063c871 82622
2021-11-15T04:31:48.577Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfP1l86o9kevqbhyslcugy/1.0/artifacts/service-DemoPnfP1l86o9kevqbhyslcugy-csar.csar ASDC sendASDCNotification
2021-11-15T04:31:48.577Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfP1l86o9kevqbhyslcugy/1.0/artifacts/service-DemoPnfP1l86o9kevqbhyslcugy-csar.csar
2021-11-15T04:31:48.577Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-15T04:31:48.577Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T04:31:48.579Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T04:31:48.580Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636950708577,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP1l86o9kevqbhyslcugy/1.0/artifacts/service-DemoPnfP1l86o9kevqbhyslcugy-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-15T04:31:48.680Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-15T04:31:48.680Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-15T04:31:48.680Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIYkFj1U8XlYGVL0) ...
2021-11-15T04:31:48.690Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:31:48.690Z||pool-48-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-11-15T04:31:49.580Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-15T04:31:49.581Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-11-15T04:31:49.581Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 7eecedc7-a16e-4c75-8095-a740f063c871, URL: /sdc/v1/catalog/services/DemoPnfP1l86o9kevqbhyslcugy/1.0/artifacts/service-DemoPnfP1l86o9kevqbhyslcugy-csar.csar to file: /app/ASDC/1/service-DemoPnfP1l86o9kevqbhyslcugy-csar.csar
2021-11-15T04:31:49.581Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfP1l86o9kevqbhyslcugy-csar.csar
2021-11-15T04:31:49.582Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfP1l86o9kevqbhyslcugy-csar.csar
2021-11-15T04:31:49.582Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfP1l86o9kevqbhyslcugy-csar.csar
2021-11-15T04:31:49.688Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8423698508133257554/Definitions/service-DemoPnfP1l86o9kevqbhyslcugy-template.yml
2021-11-15T04:31:50.277Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2021-11-15T04:31:50.277Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-11-15T04:31:50.277Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfP1l86o9kevqbhyslcugy-csar.csar
2021-11-15T04:31:50.277Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-11-15T04:31:50.277Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF dbf074ff-262b 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-DemoPnfP1l86o9kevqbhyslcugy-csar.csar
2021-11-15T04:31:50.277Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfP1l86o9kevqbhyslcugy-csar.csar
2021-11-15T04:31:50.277Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfP1l86o9kevqbhyslcugy-csar.csar
2021-11-15T04:31:50.277Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfP1l86o9kevqbhyslcugy-csar.csar
2021-11-15T04:31:50.277Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfP1l86o9kevqbhyslcugy-csar.csar
2021-11-15T04:31:50.277Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfP1l86o9kevqbhyslcugy-csar.csar
2021-11-15T04:31:50.278Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfP1l86o9kevqbhyslcugy-csar.csar
2021-11-15T04:31:50.278Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-11-15T04:31:50.278Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T04:31:50.278Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_p1l86O9kEvqbHYSLCuGy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T04:31:50.278Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||DEBUG|500||Node template pNF dbf074ff-262b 0 is matching search criteria
2021-11-15T04:31:50.278Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-11-15T04:31:50.278Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF dbf074ff-262b 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-15T04:31:50.278Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T04:31:50.278Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_p1l86O9kEvqbHYSLCuGy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T04:31:50.278Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||DEBUG|500||Node template pNF dbf074ff-262b 0 is matching search criteria
2021-11-15T04:31:50.279Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-11-15T04:31:50.279Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF dbf074ff-262b 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-15T04:31:50.279Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T04:31:50.279Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_p1l86O9kEvqbHYSLCuGy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T04:31:50.279Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T04:31:50.279Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_p1l86O9kEvqbHYSLCuGy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T04:31:50.279Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T04:31:50.279Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_p1l86O9kEvqbHYSLCuGy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T04:31:50.279Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T04:31:50.279Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_p1l86O9kEvqbHYSLCuGy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T04:31:50.279Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T04:31:50.280Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_p1l86O9kEvqbHYSLCuGy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T04:31:50.280Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_p1l86O9kEvqbHYSLCuGy
Description:catalog service description
Model UUID:7c65e2c0-54c1-4732-a0a9-835bb705ab2b
Model Version:NULL
Model InvariantUuid:ab58abff-74a8-4fdc-a638-6b1a3f982279
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-11-15T04:31:50.287Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||INFO|500||Processing Resource Type: PNF, Model UUID: babbdb8d-6c44-4677-b46d-5f45d3a0d4d6
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-15T04:31:50.290Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||INFO|500||pNF dbf074ff-262b 0
2021-11-15T04:31:50.290Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: babbdb8d-6c44-4677-b46d-5f45d3a0d4d6
2021-11-15T04:31:50.290Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||DEBUG|500||No resources found for Service: 7c65e2c0-54c1-4732-a0a9-835bb705ab2b
2021-11-15T04:31:50.290Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 7c65e2c0-54c1-4732-a0a9-835bb705ab2b
2021-11-15T04:31:50.290Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF dbf074ff-262b 0 babbdb8d-6c44-4677-b46d-5f45d3a0d4d6 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-15T04:31:50.294Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@673768dc, org.onap.sdc.toscaparser.api.parameters.Input@37e62466, org.onap.sdc.toscaparser.api.parameters.Input@2fcff1f0, org.onap.sdc.toscaparser.api.parameters.Input@1620e680, org.onap.sdc.toscaparser.api.parameters.Input@4a8d0d10]
2021-11-15T04:31:50.294Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T04:31:50.294Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_p1l86O9kEvqbHYSLCuGy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T04:31:50.295Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 7c65e2c0-54c1-4732-a0a9-835bb705ab2b: pNF dbf074ff-262b
2021-11-15T04:31:50.295Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||INFO|500||Processing PNF resource: babbdb8d-6c44-4677-b46d-5f45d3a0d4d6
2021-11-15T04:31:50.295Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T04:31:50.295Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_p1l86O9kEvqbHYSLCuGy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T04:31:50.295Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||INFO|500||Resource customization UUID: d2100728-12f4-452f-8777-3855a006e3c1 is the same as notified resource customizationUUID: d2100728-12f4-452f-8777-3855a006e3c1
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2021-11-15T04:31:50.345Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF dbf074ff-262b babbdb8d-6c44-4677-b46d-5f45d3a0d4d6 0 ASDC deployResourceStructure
2021-11-15T04:31:50.345Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfP1l86o9kevqbhyslcugy/1.0/artifacts/service-DemoPnfP1l86o9kevqbhyslcugy-csar.csar ASDC sendASDCNotification
2021-11-15T04:31:50.345Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfP1l86o9kevqbhyslcugy/1.0/artifacts/service-DemoPnfP1l86o9kevqbhyslcugy-csar.csar
2021-11-15T04:31:50.345Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-15T04:31:50.345Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T04:31:50.356Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T04:31:50.356Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636950710345,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP1l86o9kevqbhyslcugy/1.0/artifacts/service-DemoPnfP1l86o9kevqbhyslcugy-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-15T04:31:50.447Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 91 ms
2021-11-15T04:31:50.447Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-15T04:31:50.448Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIYkFj1U8XlYGVL0) ...
2021-11-15T04:31:50.457Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:31:50.457Z||pool-49-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-11-15T04:31:51.357Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-15T04:31:51.366Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-15T04:31:51.367Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-15T04:31:51.367Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-15T04:31:51.367Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-15T04:32:21.367Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-15T04:32:21.376Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-15T04:32:21.379Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-15T04:32:21.379Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-15T04:32:21.379Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-15T04:32:39.842Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T04:32:39.842Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-15T04:32:39.843Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T04:32:39.866Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:32:39.869Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:32:39.869Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e077960d-fff0-41f1-8724-d591d2f5787c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636950639840,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-11-15T04:32:39.869Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:32:39.869Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:32:39.869Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e077960d-fff0-41f1-8724-d591d2f5787c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636950642683,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-15T04:32:39.870Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:32:39.870Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:32:39.870Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e077960d-fff0-41f1-8724-d591d2f5787c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636950644272,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-15T04:32:39.870Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:32:39.870Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:32:39.870Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636950668455,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP1l86o9kevqbhyslcugy/1.0/resourceInstances/pnfdbf074ff262b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:32:39.870Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:32:39.870Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:32:39.871Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636950661744,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP1l86o9kevqbhyslcugy/1.0/resourceInstances/pnfdbf074ff262b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:32:39.871Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:32:39.871Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:32:39.871Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa",
  "consumerID": "aai-ml",
  "timestamp": 1636950671202,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP1l86o9kevqbhyslcugy/1.0/resourceInstances/pnfdbf074ff262b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:32:39.871Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:32:39.871Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:32:39.871Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636950668455,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP1l86o9kevqbhyslcugy/1.0/resourceInstances/pnfdbf074ff262b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:32:39.871Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:32:39.871Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:32:39.871Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636950661744,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP1l86o9kevqbhyslcugy/1.0/resourceInstances/pnfdbf074ff262b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:32:39.872Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:32:39.872Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:32:39.872Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636950671794,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP1l86o9kevqbhyslcugy/1.0/resourceInstances/pnfdbf074ff262b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:32:39.872Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:32:39.872Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:32:39.872Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa",
  "consumerID": "aai-ml",
  "timestamp": 1636950671202,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP1l86o9kevqbhyslcugy/1.0/resourceInstances/pnfdbf074ff262b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:32:39.872Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:32:39.872Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:32:39.872Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa",
  "consumerID": "clamp",
  "timestamp": 1636950672296,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP1l86o9kevqbhyslcugy/1.0/resourceInstances/pnfdbf074ff262b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:32:39.873Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:32:39.873Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:32:39.873Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636950668455,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP1l86o9kevqbhyslcugy/1.0/resourceInstances/pnfdbf074ff262b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:32:39.873Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:32:39.873Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:32:39.873Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636950661744,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP1l86o9kevqbhyslcugy/1.0/resourceInstances/pnfdbf074ff262b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:32:39.873Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:32:39.873Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:32:39.873Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636950671794,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP1l86o9kevqbhyslcugy/1.0/resourceInstances/pnfdbf074ff262b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:32:39.873Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:32:39.874Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:32:39.874Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa",
  "consumerID": "aai-ml",
  "timestamp": 1636950671202,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP1l86o9kevqbhyslcugy/1.0/resourceInstances/pnfdbf074ff262b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:32:39.874Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:32:39.874Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:32:39.874Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa",
  "consumerID": "clamp",
  "timestamp": 1636950672296,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP1l86o9kevqbhyslcugy/1.0/resourceInstances/pnfdbf074ff262b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:32:39.874Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:32:39.874Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:32:39.874Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636950668455,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP1l86o9kevqbhyslcugy/1.0/resourceInstances/pnfdbf074ff262b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:32:39.874Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:32:39.874Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:32:39.874Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636950661744,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP1l86o9kevqbhyslcugy/1.0/resourceInstances/pnfdbf074ff262b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:32:39.875Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:32:39.875Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:32:39.875Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636950671794,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP1l86o9kevqbhyslcugy/1.0/resourceInstances/pnfdbf074ff262b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:32:39.875Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:32:39.875Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:32:39.875Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa",
  "consumerID": "cds",
  "timestamp": 1636950673859,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP1l86o9kevqbhyslcugy/1.0/resourceInstances/pnfdbf074ff262b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:32:39.875Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:32:39.875Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:32:39.875Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa",
  "consumerID": "aai-ml",
  "timestamp": 1636950671202,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP1l86o9kevqbhyslcugy/1.0/resourceInstances/pnfdbf074ff262b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:32:39.875Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:32:39.876Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:32:39.876Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa",
  "consumerID": "clamp",
  "timestamp": 1636950672296,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP1l86o9kevqbhyslcugy/1.0/resourceInstances/pnfdbf074ff262b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:32:39.876Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:32:39.876Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:32:39.876Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636950668455,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP1l86o9kevqbhyslcugy/1.0/resourceInstances/pnfdbf074ff262b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:32:39.876Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:32:39.876Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:32:39.876Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636950661744,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP1l86o9kevqbhyslcugy/1.0/resourceInstances/pnfdbf074ff262b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:32:39.876Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:32:39.877Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:32:39.877Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636950671794,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP1l86o9kevqbhyslcugy/1.0/resourceInstances/pnfdbf074ff262b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:32:39.877Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:32:39.877Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:32:39.877Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa",
  "consumerID": "cds",
  "timestamp": 1636950673859,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP1l86o9kevqbhyslcugy/1.0/resourceInstances/pnfdbf074ff262b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:32:39.877Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:32:39.877Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:32:39.877Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa",
  "consumerID": "aai-ml",
  "timestamp": 1636950671202,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP1l86o9kevqbhyslcugy/1.0/resourceInstances/pnfdbf074ff262b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:32:39.877Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:32:39.877Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:32:39.877Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e077960d-fff0-41f1-8724-d591d2f5787c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636950675846,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-15T04:32:39.878Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:32:39.878Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:32:39.878Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa",
  "consumerID": "clamp",
  "timestamp": 1636950672296,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP1l86o9kevqbhyslcugy/1.0/resourceInstances/pnfdbf074ff262b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:32:39.878Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:32:39.878Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:32:39.878Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636950668455,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP1l86o9kevqbhyslcugy/1.0/resourceInstances/pnfdbf074ff262b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-11-15T04:32:39.878Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:32:39.878Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:32:39.878Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636950661744,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP1l86o9kevqbhyslcugy/1.0/resourceInstances/pnfdbf074ff262b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:32:39.878Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:32:39.878Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:32:39.878Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636950671794,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP1l86o9kevqbhyslcugy/1.0/resourceInstances/pnfdbf074ff262b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:32:39.879Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:32:39.879Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:32:39.879Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa",
  "consumerID": "cds",
  "timestamp": 1636950673859,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP1l86o9kevqbhyslcugy/1.0/resourceInstances/pnfdbf074ff262b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:32:39.879Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:32:39.879Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:32:39.879Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa",
  "consumerID": "aai-ml",
  "timestamp": 1636950671202,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP1l86o9kevqbhyslcugy/1.0/resourceInstances/pnfdbf074ff262b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:32:39.879Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:32:39.879Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:32:39.879Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa",
  "consumerID": "clamp",
  "timestamp": 1636950672296,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP1l86o9kevqbhyslcugy/1.0/resourceInstances/pnfdbf074ff262b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:32:39.879Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:32:39.879Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:32:39.879Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636950668455,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP1l86o9kevqbhyslcugy/1.0/artifacts/service-DemoPnfP1l86o9kevqbhyslcugy-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:32:39.880Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:32:39.880Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:32:39.880Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636950661744,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP1l86o9kevqbhyslcugy/1.0/artifacts/service-DemoPnfP1l86o9kevqbhyslcugy-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:32:39.880Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:32:39.880Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:32:39.880Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636950671794,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP1l86o9kevqbhyslcugy/1.0/resourceInstances/pnfdbf074ff262b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:32:39.880Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:32:39.880Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:32:39.880Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa",
  "consumerID": "cds",
  "timestamp": 1636950673859,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP1l86o9kevqbhyslcugy/1.0/resourceInstances/pnfdbf074ff262b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:32:39.880Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:32:39.881Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:32:39.881Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa",
  "consumerID": "aai-ml",
  "timestamp": 1636950671202,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP1l86o9kevqbhyslcugy/1.0/artifacts/service-DemoPnfP1l86o9kevqbhyslcugy-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:32:39.881Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:32:39.881Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:32:39.881Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa",
  "consumerID": "clamp",
  "timestamp": 1636950672296,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP1l86o9kevqbhyslcugy/1.0/resourceInstances/pnfdbf074ff262b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:32:39.881Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:32:39.881Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:32:39.881Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636950668455,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP1l86o9kevqbhyslcugy/1.0/artifacts/service-DemoPnfP1l86o9kevqbhyslcugy-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:32:39.881Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:32:39.881Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:32:39.881Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636950661744,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP1l86o9kevqbhyslcugy/1.0/artifacts/service-DemoPnfP1l86o9kevqbhyslcugy-csar.csar",
  "status": "NOTIFIED"
}
2021-11-15T04:32:39.882Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:32:39.882Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:32:39.882Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636950671794,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP1l86o9kevqbhyslcugy/1.0/artifacts/service-DemoPnfP1l86o9kevqbhyslcugy-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:32:39.882Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:32:39.882Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:32:39.882Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa",
  "consumerID": "cds",
  "timestamp": 1636950673859,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP1l86o9kevqbhyslcugy/1.0/resourceInstances/pnfdbf074ff262b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:32:39.882Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:32:39.882Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:32:39.882Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa",
  "consumerID": "aai-ml",
  "timestamp": 1636950671202,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP1l86o9kevqbhyslcugy/1.0/artifacts/service-DemoPnfP1l86o9kevqbhyslcugy-csar.csar",
  "status": "NOTIFIED"
}
2021-11-15T04:32:39.882Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:32:39.882Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:32:39.882Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa",
  "consumerID": "clamp",
  "timestamp": 1636950672296,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP1l86o9kevqbhyslcugy/1.0/artifacts/service-DemoPnfP1l86o9kevqbhyslcugy-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:32:39.883Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:32:39.883Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:32:39.883Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636950679224,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP1l86o9kevqbhyslcugy/1.0/resourceInstances/pnfdbf074ff262b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-15T04:32:39.883Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:32:39.883Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:32:39.883Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636950671794,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP1l86o9kevqbhyslcugy/1.0/artifacts/service-DemoPnfP1l86o9kevqbhyslcugy-csar.csar",
  "status": "NOTIFIED"
}
2021-11-15T04:32:39.883Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:32:39.883Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:32:39.883Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa",
  "consumerID": "cds",
  "timestamp": 1636950673859,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP1l86o9kevqbhyslcugy/1.0/resourceInstances/pnfdbf074ff262b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:32:39.883Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:32:39.883Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:32:39.884Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa",
  "consumerID": "aai-ml",
  "timestamp": 1636950679927,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP1l86o9kevqbhyslcugy/1.0/artifacts/service-DemoPnfP1l86o9kevqbhyslcugy-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-15T04:32:39.884Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:32:39.884Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:32:39.884Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa",
  "consumerID": "clamp",
  "timestamp": 1636950672296,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP1l86o9kevqbhyslcugy/1.0/artifacts/service-DemoPnfP1l86o9kevqbhyslcugy-csar.csar",
  "status": "NOTIFIED"
}
2021-11-15T04:32:39.884Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:32:39.884Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:32:39.884Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636950680407,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP1l86o9kevqbhyslcugy/1.0/resourceInstances/pnfdbf074ff262b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-11-15T04:32:39.884Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:32:39.884Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:32:39.884Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa",
  "consumerID": "cds",
  "timestamp": 1636950673859,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP1l86o9kevqbhyslcugy/1.0/artifacts/service-DemoPnfP1l86o9kevqbhyslcugy-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:32:39.884Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:32:39.885Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:32:39.885Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636950680573,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP1l86o9kevqbhyslcugy/1.0/artifacts/service-DemoPnfP1l86o9kevqbhyslcugy-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-15T04:32:39.885Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:32:39.885Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:32:39.885Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa",
  "consumerID": "policy-id",
  "timestamp": 1636950680399,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP1l86o9kevqbhyslcugy/1.0/resourceInstances/pnfdbf074ff262b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:32:39.885Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:32:39.885Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:32:39.885Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa",
  "consumerID": "dcae-sch",
  "timestamp": 1636950680658,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP1l86o9kevqbhyslcugy/1.0/resourceInstances/pnfdbf074ff262b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:32:39.885Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:32:39.885Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:32:39.885Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636950681463,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-15T04:32:40.832Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa
2021-11-15T04:32:40.832Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-15T04:32:40.839Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:32:40.839Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa",
  "consumerID": "cds",
  "timestamp": 1636950673859,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP1l86o9kevqbhyslcugy/1.0/artifacts/service-DemoPnfP1l86o9kevqbhyslcugy-csar.csar",
  "status": "NOTIFIED"
}
2021-11-15T04:32:40.839Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:32:40.839Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:32:40.840Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa",
  "consumerID": "policy-id",
  "timestamp": 1636950680399,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP1l86o9kevqbhyslcugy/1.0/resourceInstances/pnfdbf074ff262b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:32:40.840Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:32:40.840Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:32:40.840Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636950682236,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP1l86o9kevqbhyslcugy/1.0/artifacts/service-DemoPnfP1l86o9kevqbhyslcugy-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-15T04:32:40.840Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:32:40.840Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:32:40.840Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa",
  "consumerID": "dcae-sch",
  "timestamp": 1636950680658,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP1l86o9kevqbhyslcugy/1.0/resourceInstances/pnfdbf074ff262b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:32:40.840Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:32:40.840Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:32:40.840Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa",
  "consumerID": "cds",
  "timestamp": 1636950682605,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP1l86o9kevqbhyslcugy/1.0/artifacts/service-DemoPnfP1l86o9kevqbhyslcugy-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-15T04:32:40.841Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:32:40.841Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:32:40.841Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa",
  "consumerID": "policy-id",
  "timestamp": 1636950680399,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP1l86o9kevqbhyslcugy/1.0/resourceInstances/pnfdbf074ff262b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:32:40.841Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:32:40.841Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:32:40.841Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636950683239,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-15T04:32:40.845Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa
2021-11-15T04:32:40.845Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-15T04:32:40.853Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:32:40.853Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa",
  "consumerID": "dcae-sch",
  "timestamp": 1636950680658,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP1l86o9kevqbhyslcugy/1.0/resourceInstances/pnfdbf074ff262b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:32:40.853Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:32:40.853Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:32:40.854Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa",
  "consumerID": "cds",
  "timestamp": 1636950683610,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP1l86o9kevqbhyslcugy/1.0/artifacts/service-DemoPnfP1l86o9kevqbhyslcugy-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-15T04:32:40.857Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa
2021-11-15T04:32:40.858Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-15T04:32:40.865Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:32:40.865Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa",
  "consumerID": "policy-id",
  "timestamp": 1636950680399,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP1l86o9kevqbhyslcugy/1.0/resourceInstances/pnfdbf074ff262b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:32:40.865Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:32:40.866Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:32:40.866Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa",
  "consumerID": "dcae-sch",
  "timestamp": 1636950680658,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP1l86o9kevqbhyslcugy/1.0/resourceInstances/pnfdbf074ff262b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:32:40.866Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:32:40.866Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:32:40.866Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa",
  "consumerID": "aai-ml",
  "timestamp": 1636950684382,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP1l86o9kevqbhyslcugy/1.0/artifacts/service-DemoPnfP1l86o9kevqbhyslcugy-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-15T04:32:40.866Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:32:40.866Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:32:40.866Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa",
  "consumerID": "policy-id",
  "timestamp": 1636950680399,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP1l86o9kevqbhyslcugy/1.0/resourceInstances/pnfdbf074ff262b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:32:40.866Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:32:40.866Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:32:40.867Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa",
  "consumerID": "dcae-sch",
  "timestamp": 1636950680658,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP1l86o9kevqbhyslcugy/1.0/resourceInstances/pnfdbf074ff262b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:32:40.867Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:32:40.867Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:32:40.867Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa",
  "consumerID": "aai-ml",
  "timestamp": 1636950685386,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-15T04:32:40.872Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa
2021-11-15T04:32:40.872Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-15T04:32:40.880Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:32:40.880Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa",
  "consumerID": "policy-id",
  "timestamp": 1636950680399,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP1l86o9kevqbhyslcugy/1.0/resourceInstances/pnfdbf074ff262b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:32:40.881Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:32:40.881Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:32:40.881Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa",
  "consumerID": "dcae-sch",
  "timestamp": 1636950680658,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP1l86o9kevqbhyslcugy/1.0/resourceInstances/pnfdbf074ff262b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:32:40.881Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:32:40.881Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:32:40.881Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa",
  "consumerID": "policy-id",
  "timestamp": 1636950680399,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP1l86o9kevqbhyslcugy/1.0/artifacts/service-DemoPnfP1l86o9kevqbhyslcugy-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:32:40.881Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:32:40.882Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:32:40.882Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa",
  "consumerID": "dcae-sch",
  "timestamp": 1636950680658,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP1l86o9kevqbhyslcugy/1.0/artifacts/service-DemoPnfP1l86o9kevqbhyslcugy-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:32:40.882Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:32:40.882Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:32:40.882Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa",
  "consumerID": "policy-id",
  "timestamp": 1636950680399,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP1l86o9kevqbhyslcugy/1.0/artifacts/service-DemoPnfP1l86o9kevqbhyslcugy-csar.csar",
  "status": "NOTIFIED"
}
2021-11-15T04:32:40.882Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:32:40.882Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:32:40.883Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa",
  "consumerID": "dcae-sch",
  "timestamp": 1636950680658,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP1l86o9kevqbhyslcugy/1.0/artifacts/service-DemoPnfP1l86o9kevqbhyslcugy-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:32:40.883Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:32:40.883Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:32:40.883Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa",
  "consumerID": "policy-id",
  "timestamp": 1636950689144,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP1l86o9kevqbhyslcugy/1.0/artifacts/service-DemoPnfP1l86o9kevqbhyslcugy-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-15T04:32:40.883Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:32:40.883Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:32:40.883Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa",
  "consumerID": "policy-id",
  "timestamp": 1636950690148,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP1l86o9kevqbhyslcugy/1.0/artifacts/service-DemoPnfP1l86o9kevqbhyslcugy-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-15T04:32:40.883Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:32:40.884Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:32:40.884Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa",
  "consumerID": "clamp",
  "timestamp": 1636950690461,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP1l86o9kevqbhyslcugy/1.0/artifacts/service-DemoPnfP1l86o9kevqbhyslcugy-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-15T04:32:40.884Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:32:40.884Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:32:40.884Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa",
  "consumerID": "policy-id",
  "timestamp": 1636950691150,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-15T04:32:40.889Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa
2021-11-15T04:32:40.889Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-15T04:32:40.897Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:32:40.898Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa",
  "consumerID": "clamp",
  "timestamp": 1636950692469,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP1l86o9kevqbhyslcugy/1.0/artifacts/service-DemoPnfP1l86o9kevqbhyslcugy-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-15T04:32:40.898Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:32:40.898Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:32:40.898Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa",
  "consumerID": "clamp",
  "timestamp": 1636950693472,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-15T04:32:40.901Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa
2021-11-15T04:32:40.902Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-15T04:32:51.380Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-15T04:32:51.388Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-15T04:32:51.390Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-15T04:32:51.391Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-15T04:32:51.391Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-11-15T04:32:51.391Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-11-15T04:32:51.391Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-15T04:32:51.391Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-15T04:32:51.391Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-15T04:32:51.391Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-15T04:32:51.391Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-15T04:32:51.391Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-15T04:32:51.391Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-15T04:32:51.391Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-15T04:32:51.395Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-11-15T04:33:21.395Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-11-15T04:33:21.399Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa and serviceModelVersionId: 7c65e2c0-54c1-4732-a0a9-835bb705ab2b
2021-11-15T04:33:21.399Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ab58abff-74a8-4fdc-a638-6b1a3f982279
2021-11-15T04:33:21.399Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ab58abff-74a8-4fdc-a638-6b1a3f982279/model-vers/model-ver/7c65e2c0-54c1-4732-a0a9-835bb705ab2b?depth=0
2021-11-15T04:33:21.402Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2021-11-15T04:33:21.435Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab58abff-74a8-4fdc-a638-6b1a3f982279/model-vers/model-ver/7c65e2c0-54c1-4732-a0a9-835bb705ab2b?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2021-11-15T04:33:21.436Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab58abff-74a8-4fdc-a638-6b1a3f982279/model-vers/model-ver/7c65e2c0-54c1-4732-a0a9-835bb705ab2b?depth=0|INFO|500||Invoke
2021-11-15T04:33:21.453Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab58abff-74a8-4fdc-a638-6b1a3f982279/model-vers/model-ver/7c65e2c0-54c1-4732-a0a9-835bb705ab2b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-11-15T04:33:21.672Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab58abff-74a8-4fdc-a638-6b1a3f982279/model-vers/model-ver/7c65e2c0-54c1-4732-a0a9-835bb705ab2b?depth=0|INFO|500||InvokeReturn
2021-11-15T04:33:21.672Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab58abff-74a8-4fdc-a638-6b1a3f982279/model-vers/model-ver/7c65e2c0-54c1-4732-a0a9-835bb705ab2b?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-211115-04:33:21:460-46481], vertex-id=[602328], Content-Length=[0], Date=[Mon, 15 Nov 2021 04:33:21 GMT], Content-Type=[application/json]}
2021-11-15T04:33:21.672Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2021-11-15T04:33:21.672Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-11-15T04:33:21.673Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-15T04:33:21.676Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-11-15T04:33:21.676Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-11-15T04:33:21.676Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-11-15T04:33:21.677Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T04:33:21.679Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T04:33:21.679Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636950801676,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-15T04:33:21.779Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T04:33:21.779Z||pool-50-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-15T04:33:21.779Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIYkFj1U8XlYGVL0) ...
2021-11-15T04:33:21.790Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:33:21.790Z||pool-50-thread-1|||||INFO|500||cambria reply ok (11 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-11-15T04:33:22.690Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T04:33:22.691Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|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-11-15T04:33:22.691Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|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 HIYkFj1U8XlYGVL0) ...
2021-11-15T04:33:32.219Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:33:39.840Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T04:33:39.841Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|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-11-15T04:33:39.841Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|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 HIYkFj1U8XlYGVL0) ...
2021-11-15T04:33:39.842Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T04:33:39.842Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-15T04:33:39.842Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T04:33:39.861Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:33:39.862Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:33:39.862Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636950699840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP1l86o9kevqbhyslcugy/1.0/resourceInstances/pnfdbf074ff262b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:33:39.863Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:33:39.863Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:33:39.863Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636950699840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP1l86o9kevqbhyslcugy/1.0/resourceInstances/pnfdbf074ff262b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:33:39.863Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:33:39.863Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:33:39.864Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636950699840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP1l86o9kevqbhyslcugy/1.0/resourceInstances/pnfdbf074ff262b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:33:39.864Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:33:39.864Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:33:39.864Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636950699840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP1l86o9kevqbhyslcugy/1.0/resourceInstances/pnfdbf074ff262b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:33:39.864Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:33:39.864Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:33:39.864Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636950699840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP1l86o9kevqbhyslcugy/1.0/resourceInstances/pnfdbf074ff262b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:33:39.864Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:33:39.864Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:33:39.865Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636950699840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP1l86o9kevqbhyslcugy/1.0/resourceInstances/pnfdbf074ff262b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:33:39.865Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:33:39.865Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:33:39.865Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636950699840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP1l86o9kevqbhyslcugy/1.0/artifacts/service-DemoPnfP1l86o9kevqbhyslcugy-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:33:39.865Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:33:39.865Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:33:39.865Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636950699840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP1l86o9kevqbhyslcugy/1.0/artifacts/service-DemoPnfP1l86o9kevqbhyslcugy-csar.csar",
  "status": "NOTIFIED"
}
2021-11-15T04:33:39.865Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:33:39.865Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:33:39.866Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636950708577,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP1l86o9kevqbhyslcugy/1.0/artifacts/service-DemoPnfP1l86o9kevqbhyslcugy-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-15T04:33:39.866Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:33:39.866Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:33:39.866Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636950710345,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfP1l86o9kevqbhyslcugy/1.0/artifacts/service-DemoPnfP1l86o9kevqbhyslcugy-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-15T04:33:39.866Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:33:49.375Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:34:39.840Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T04:34:39.841Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|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-11-15T04:34:39.841Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|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 HIYkFj1U8XlYGVL0) ...
2021-11-15T04:34:39.842Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T04:34:39.842Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-15T04:34:39.842Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T04:34:39.866Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:34:39.866Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:34:39.866Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636950801676,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-15T04:34:39.867Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:34:40.461Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:34:40.462Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-15T04:34:40.462Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"e3e79882-9a29-4f24-8d49-ea28a98e3678","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"79ce30d4-db76-42bc-8d65-45ec19341fd3","serviceDescription":"service","serviceInvariantUUID":"b4e9ec19-7447-4eb8-867d-213aa13fa46a","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ae494e1c-87fa-4389-a608-38a3fca05311","resourceInvariantUUID":"78cd4e1e-e35d-4c9a-a089-d15860cd6c09","resourceCustomizationUUID":"b34fdbaa-0eca-47ec-89ad-b22fee457178","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":"ODQ1MDcxMzhmZDJmZDAzM2M5MTdlN2JiMjk1NGIyYjg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"488f6186-e75a-4608-9975-81fea944c7c4","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":"MDlhMGUxZTI2ZGI4YjEzY2NlMTE2ZmEwODQ2OGNjMWY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"1139fe3a-ea47-4c61-911b-32eac6f5c30e","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":"c5ff3138-80f2-4f35-9050-60b887cc80d4","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":"ef544941-df44-45f3-a3bf-501a90adde9d","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":"7ed60278-a6dd-4350-8e50-6e7fb823a000","artifactVersion":"2","generatedFromUUID":"c5ff3138-80f2-4f35-9050-60b887cc80d4"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"NjA4NDQyM2YxMzI5ZTM4NmQ1OGEzNjZiY2IxZTdkOTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"72c11d4d-e404-48fe-af99-ac395a76d908","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"MTJkNDgyOWRiYTc5NTZmYWI3YzRlOTM1ZTk1MmY4MDM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"710ec0c0-8d29-43a7-a0db-211020cc9fe7","artifactVersion":"1"}],"workloadContext":"Production"}
2021-11-15T04:34:40.464Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-15T04:34:40.464Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T04:34:40.465Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T04:34:40.466Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e3e79882-9a29-4f24-8d49-ea28a98e3678",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636950879840,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:34:40.566Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T04:34:40.566Z||pool-51-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-15T04:34:40.566Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIYkFj1U8XlYGVL0) ...
2021-11-15T04:34:40.574Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:34:40.574Z||pool-51-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-11-15T04:34:41.466Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-15T04:34:41.467Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T04:34:41.468Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T04:34:41.468Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e3e79882-9a29-4f24-8d49-ea28a98e3678",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636950879840,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-11-15T04:34:41.569Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T04:34:41.569Z||pool-52-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-15T04:34:41.569Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIYkFj1U8XlYGVL0) ...
2021-11-15T04:34:41.579Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:34:41.579Z||pool-52-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-11-15T04:34:42.469Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-15T04:34:42.469Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T04:34:42.471Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T04:34:42.471Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e3e79882-9a29-4f24-8d49-ea28a98e3678",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636950879840,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-11-15T04:34:42.571Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T04:34:42.572Z||pool-53-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-15T04:34:42.572Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIYkFj1U8XlYGVL0) ...
2021-11-15T04:34:42.581Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:34:42.582Z||pool-53-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-11-15T04:34:43.472Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-15T04:34:43.472Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T04:34:43.474Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T04:34:43.474Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e3e79882-9a29-4f24-8d49-ea28a98e3678",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636950879840,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:34:43.574Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T04:34:43.575Z||pool-54-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-15T04:34:43.575Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIYkFj1U8XlYGVL0) ...
2021-11-15T04:34:43.584Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:34:43.585Z||pool-54-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-15T04:34:44.474Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-15T04:34:44.475Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T04:34:44.477Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T04:34:44.477Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e3e79882-9a29-4f24-8d49-ea28a98e3678",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636950879840,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-11-15T04:34:44.577Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T04:34:44.577Z||pool-55-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-15T04:34:44.577Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIYkFj1U8XlYGVL0) ...
2021-11-15T04:34:44.586Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:34:44.586Z||pool-55-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-11-15T04:34:45.477Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-15T04:34:45.478Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T04:34:45.479Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T04:34:45.479Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e3e79882-9a29-4f24-8d49-ea28a98e3678",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636950879840,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:34:45.579Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T04:34:45.580Z||pool-56-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-15T04:34:45.580Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIYkFj1U8XlYGVL0) ...
2021-11-15T04:34:45.589Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:34:45.589Z||pool-56-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-11-15T04:34:46.479Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-15T04:34:46.480Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T04:34:46.481Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T04:34:46.481Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e3e79882-9a29-4f24-8d49-ea28a98e3678",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636950879840,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-11-15T04:34:46.582Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T04:34:46.582Z||pool-57-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-15T04:34:46.582Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIYkFj1U8XlYGVL0) ...
2021-11-15T04:34:46.592Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:34:46.592Z||pool-57-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-11-15T04:34:47.483Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "e3e79882-9a29-4f24-8d49-ea28a98e3678",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "79ce30d4-db76-42bc-8d65-45ec19341fd3",
  "serviceDescription": "service",
  "serviceInvariantUUID": "b4e9ec19-7447-4eb8-867d-213aa13fa46a",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "b34fdbaa-0eca-47ec-89ad-b22fee457178",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "ae494e1c-87fa-4389-a608-38a3fca05311",
      "resourceInvariantUUID": "78cd4e1e-e35d-4c9a-a089-d15860cd6c09",
      "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": "MDlhMGUxZTI2ZGI4YjEzY2NlMTE2ZmEwODQ2OGNjMWY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "1139fe3a-ea47-4c61-911b-32eac6f5c30e",
          "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": "c5ff3138-80f2-4f35-9050-60b887cc80d4",
          "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": "7ed60278-a6dd-4350-8e50-6e7fb823a000",
            "generatedFromUUID": "c5ff3138-80f2-4f35-9050-60b887cc80d4"
          },
          "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": "7ed60278-a6dd-4350-8e50-6e7fb823a000",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "MTJkNDgyOWRiYTc5NTZmYWI3YzRlOTM1ZTk1MmY4MDM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "710ec0c0-8d29-43a7-a0db-211020cc9fe7"
    }
  ],
  "workloadContext": "Production"
}
2021-11-15T04:34:47.483Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-11-15T04:34:47.483Z|0b40bdd4-0e7d-4ae7-b0eb-851d445a3cfa|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 79ce30d4-db76-42bc-8d65-45ec19341fd3 ASDC
2021-11-15T04:34:47.483Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:e3e79882-9a29-4f24-8d49-ea28a98e3678
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:79ce30d4-db76-42bc-8d65-45ec19341fd3
ServiceInvariantUUID:b4e9ec19-7447-4eb8-867d-213aa13fa46a
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:710ec0c0-8d29-43a7-a0db-211020cc9fe7
ArtifactChecksum:MTJkNDgyOWRiYTc5NTZmYWI3YzRlOTM1ZTk1MmY4MDM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:b34fdbaa-0eca-47ec-89ad-b22fee457178
ResourceInvariantUUID:78cd4e1e-e35d-4c9a-a089-d15860cd6c09
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:ae494e1c-87fa-4389-a608-38a3fca05311
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:1139fe3a-ea47-4c61-911b-32eac6f5c30e
ArtifactChecksum:MDlhMGUxZTI2ZGI4YjEzY2NlMTE2ZmEwODQ2OGNjMWY=
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:c5ff3138-80f2-4f35-9050-60b887cc80d4
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:7ed60278-a6dd-4350-8e50-6e7fb823a000
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:7ed60278-a6dd-4350-8e50-6e7fb823a000
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-11-15T04:34:47.483Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 79ce30d4-db76-42bc-8d65-45ec19341fd3 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-15T04:34:47.510Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-15T04:34:47.510Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-11-15T04:34:47.511Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-11-15T04:34:47.511Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 710ec0c0-8d29-43a7-a0db-211020cc9fe7 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-11-15T04:34:47.511Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-11-15T04:34:47.511Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-11-15T04:34:47.560Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-11-15T04:34:47.563Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 710ec0c0-8d29-43a7-a0db-211020cc9fe7 71038
2021-11-15T04:34:47.563Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2021-11-15T04:34:47.563Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-11-15T04:34:47.563Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-15T04:34:47.563Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T04:34:47.565Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T04:34:47.565Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e3e79882-9a29-4f24-8d49-ea28a98e3678",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636950887563,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-15T04:34:47.665Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T04:34:47.666Z||pool-58-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-15T04:34:47.666Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIYkFj1U8XlYGVL0) ...
2021-11-15T04:34:47.674Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:34:47.674Z||pool-58-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-11-15T04:34:48.566Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-15T04:34:48.567Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-11-15T04:34:48.567Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 710ec0c0-8d29-43a7-a0db-211020cc9fe7, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2021-11-15T04:34:48.567Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2021-11-15T04:34:48.567Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2021-11-15T04:34:48.567Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2021-11-15T04:34:48.744Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1588474276893508314/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2021-11-15T04:34:49.640Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2021-11-15T04:34:49.640Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-11-15T04:34:49.640Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-11-15T04:34:49.640Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-11-15T04:34:49.640Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-11-15T04:34:49.641Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-11-15T04:34:49.641Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-11-15T04:34:49.641Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-11-15T04:34:49.641Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-11-15T04:34:49.641Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-11-15T04:34:49.641Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-11-15T04:34:49.641Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-11-15T04:34:49.641Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-11-15T04:34:49.641Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-11-15T04:34:49.642Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T04:34:49.642Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T04:34:49.642Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-11-15T04:34:49.642Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-11-15T04:34:49.642Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-15T04:34:49.642Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T04:34:49.643Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T04:34:49.643Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-11-15T04:34:49.643Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-11-15T04:34:49.643Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-15T04:34:49.643Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T04:34:49.643Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T04:34:49.644Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T04:34:49.644Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-11-15T04:34:49.644Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2021-11-15T04:34:49.644Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2021-11-15T04:34:49.644Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2021-11-15T04:34:49.644Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-11-15T04:34:49.645Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-11-15T04:34:49.645Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T04:34:49.645Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-15T04:34:49.645Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T04:34:49.645Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-11-15T04:34:49.645Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-15T04:34:49.646Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T04:34:49.646Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-11-15T04:34:49.646Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-15T04:34:49.646Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T04:34:49.646Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-11-15T04:34:49.646Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-15T04:34:49.647Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T04:34:49.647Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-11-15T04:34:49.647Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-11-15T04:34:49.647Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-11-15T04:34:49.647Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=ac1658e2-eb1b-4e15-b5d5-0d4dcdb3bbf5
2021-11-15T04:34:49.647Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T04:34:49.648Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T04:34:49.648Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T04:34:49.648Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T04:34:49.648Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T04:34:49.648Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T04:34:49.648Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T04:34:49.648Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T04:34:49.649Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:79ce30d4-db76-42bc-8d65-45ec19341fd3
Model Version:NULL
Model InvariantUuid:b4e9ec19-7447-4eb8-867d-213aa13fa46a
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:ef4e7581-88cd-4d7b-9ad5-e18fb43e76ab
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:78cd4e1e-e35d-4c9a-a089-d15860cd6c09
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:b34fdbaa-0eca-47ec-89ad-b22fee457178
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:cdfd0434-9ace-44e7-ba37-33a4a698eeac
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:eba8cb47-6947-4bcb-b8fc-becbe013e034
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:ac1658e2-eb1b-4e15-b5d5-0d4dcdb3bbf5
ModelInvariantUuid:4b5d3e32-162d-4c5d-9b1a-37b5f1f4c6fc
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:c8dd4256-0cf0-400a-848d-83cd8b3a3ee9
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:646dc6f5-d736-4e2f-960c-b36a43c8fcc4
ModelInvariantUuid:31c56fda-5133-4e87-b89e-8347e31f7fdc
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:8222b69d-b027-4cd5-aa6d-feea21ca9ace
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-11-15T04:34:49.656Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: ae494e1c-87fa-4389-a608-38a3fca05311
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-15T04:34:49.659Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||INFO|500||basic_vm 0
2021-11-15T04:34:49.659Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: ae494e1c-87fa-4389-a608-38a3fca05311
2021-11-15T04:34:49.659Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 1139fe3a-ea47-4c61-911b-32eac6f5c30e from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-11-15T04:34:49.659Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-11-15T04:34:49.659Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-11-15T04:34:50.038Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-11-15T04:34:50.038Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 1139fe3a-ea47-4c61-911b-32eac6f5c30e 787
2021-11-15T04:34:50.039Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2021-11-15T04:34:50.039Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-11-15T04:34:50.039Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-15T04:34:50.039Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T04:34:50.041Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T04:34:50.041Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e3e79882-9a29-4f24-8d49-ea28a98e3678",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636950890038,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-15T04:34:50.141Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T04:34:50.141Z||pool-59-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-15T04:34:50.141Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIYkFj1U8XlYGVL0) ...
2021-11-15T04:34:50.149Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:34:50.150Z||pool-59-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-11-15T04:34:51.042Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "cdfd0434-9ace-44e7-ba37-33a4a698eeac",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "eba8cb47-6947-4bcb-b8fc-becbe013e034",
    "vfModuleModelCustomizationUUID": "7c7c39ed-1024-42a4-a13e-a0d47e42d6ca",
    "isBase": true,
    "artifacts": [
      "c5ff3138-80f2-4f35-9050-60b887cc80d4",
      "7ed60278-a6dd-4350-8e50-6e7fb823a000"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-11-15T04:34:51.045Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:eba8cb47-6947-4bcb-b8fc-becbe013e034
VfModuleModelInvariantUUID:cdfd0434-9ace-44e7-ba37-33a4a698eeac
VfModuleModelDescription:NULL
Artifacts UUID List:{
c5ff3138-80f2-4f35-9050-60b887cc80d4
,
7ed60278-a6dd-4350-8e50-6e7fb823a000

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

isBase:true


}

2021-11-15T04:34:51.048Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "cdfd0434-9ace-44e7-ba37-33a4a698eeac",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "eba8cb47-6947-4bcb-b8fc-becbe013e034",
    "vfModuleModelCustomizationUUID": "7c7c39ed-1024-42a4-a13e-a0d47e42d6ca",
    "isBase": true,
    "artifacts": [
      "c5ff3138-80f2-4f35-9050-60b887cc80d4",
      "7ed60278-a6dd-4350-8e50-6e7fb823a000"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-11-15T04:34:51.048Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:eba8cb47-6947-4bcb-b8fc-becbe013e034
VfModuleModelInvariantUUID:cdfd0434-9ace-44e7-ba37-33a4a698eeac
VfModuleModelDescription:NULL
Artifacts UUID List:{
c5ff3138-80f2-4f35-9050-60b887cc80d4
,
7ed60278-a6dd-4350-8e50-6e7fb823a000

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

isBase:true


}

2021-11-15T04:34:51.048Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: c5ff3138-80f2-4f35-9050-60b887cc80d4 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-11-15T04:34:51.048Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-11-15T04:34:51.049Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-11-15T04:34:51.879Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-11-15T04:34:51.879Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml c5ff3138-80f2-4f35-9050-60b887cc80d4 5033
2021-11-15T04:34:51.879Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2021-11-15T04:34:51.879Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-11-15T04:34:51.879Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-15T04:34:51.880Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T04:34:51.881Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T04:34:51.882Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e3e79882-9a29-4f24-8d49-ea28a98e3678",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636950891879,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-15T04:34:51.982Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T04:34:51.982Z||pool-60-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-15T04:34:51.983Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIYkFj1U8XlYGVL0) ...
2021-11-15T04:34:51.990Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:34:51.991Z||pool-60-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-11-15T04:34:52.882Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 7ed60278-a6dd-4350-8e50-6e7fb823a000 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-11-15T04:34:52.883Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-11-15T04:34:52.883Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-11-15T04:34:53.241Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-11-15T04:34:53.242Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 7ed60278-a6dd-4350-8e50-6e7fb823a000 903
2021-11-15T04:34:53.242Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2021-11-15T04:34:53.242Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-11-15T04:34:53.242Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-15T04:34:53.243Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T04:34:53.244Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T04:34:53.245Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e3e79882-9a29-4f24-8d49-ea28a98e3678",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636950893242,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-11-15T04:34:53.345Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T04:34:53.345Z||pool-61-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-15T04:34:53.346Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIYkFj1U8XlYGVL0) ...
2021-11-15T04:34:53.358Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:34:53.358Z||pool-61-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-15T04:34:54.245Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 79ce30d4-db76-42bc-8d65-45ec19341fd3
2021-11-15T04:34:54.245Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 ae494e1c-87fa-4389-a608-38a3fca05311 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-15T04:34:54.256Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@334a0bcb, org.onap.sdc.toscaparser.api.parameters.Input@608ecc56, org.onap.sdc.toscaparser.api.parameters.Input@79e353d5, org.onap.sdc.toscaparser.api.parameters.Input@e4191df, org.onap.sdc.toscaparser.api.parameters.Input@6db6d78f]
2021-11-15T04:34:54.257Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T04:34:54.257Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T04:34:54.257Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2021-11-15T04:34:54.257Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= b34fdbaa-0eca-47ec-89ad-b22fee457178
2021-11-15T04:34:54.257Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b34fdbaa-0eca-47ec-89ad-b22fee457178 matches Tosca VF Customization UUID: b34fdbaa-0eca-47ec-89ad-b22fee457178
2021-11-15T04:34:54.257Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: b34fdbaa-0eca-47ec-89ad-b22fee457178  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-11-15T04:34:54.259Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T04:34:54.259Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T04:34:54.260Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id b34fdbaa-0eca-47ec-89ad-b22fee457178: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\"}
2021-11-15T04:34:54.260Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1a9f76e8
2021-11-15T04:34:54.260Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T04:34:54.260Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-15T04:34:54.260Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 7c7c39ed-1024-42a4-a13e-a0d47e42d6ca
2021-11-15T04:34:54.260Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 7c7c39ed-1024-42a4-a13e-a0d47e42d6ca
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-11-15T04:34:54.262Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T04:34:54.262Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-11-15T04:34:54.262Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-15T04:34:54.262Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T04:34:54.262Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-11-15T04:34:54.263Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-15T04:34:54.263Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T04:34:54.263Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-11-15T04:34:54.263Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-11-15T04:34:54.263Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-11-15T04:34:54.263Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=ac1658e2-eb1b-4e15-b5d5-0d4dcdb3bbf5
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-11-15T04:34:54.265Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T04:34:54.265Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-11-15T04:34:54.265Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-15T04:34:54.265Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T04:34:54.266Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-11-15T04:34:54.266Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=b34fdbaa-0eca-47ec-89ad-b22fee457178
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-15T04:34:54.267Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T04:34:54.267Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T04:34:54.267Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 79ce30d4-db76-42bc-8d65-45ec19341fd3: basic_vm
2021-11-15T04:34:54.267Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T04:34:54.268Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T04:34:54.268Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T04:34:54.268Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T04:34:54.268Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T04:34:54.268Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T04:34:54.268Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T04:34:54.268Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T04:34:54.268Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T04:34:54.268Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T04:34:54.269Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||INFO|500||Saving Service: basic_vm 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-15T04:34:54.331Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm ae494e1c-87fa-4389-a608-38a3fca05311 1 ASDC deployResourceStructure
2021-11-15T04:34:54.331Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2021-11-15T04:34:54.331Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-11-15T04:34:54.331Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-15T04:34:54.332Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T04:34:54.334Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T04:34:54.334Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e3e79882-9a29-4f24-8d49-ea28a98e3678",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636950894331,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-15T04:34:54.434Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T04:34:54.435Z||pool-62-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-15T04:34:54.435Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIYkFj1U8XlYGVL0) ...
2021-11-15T04:34:54.443Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:34:54.443Z||pool-62-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-11-15T04:34:55.335Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2021-11-15T04:34:55.335Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-11-15T04:34:55.335Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-15T04:34:55.336Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T04:34:55.337Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T04:34:55.337Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e3e79882-9a29-4f24-8d49-ea28a98e3678",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636950895335,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-11-15T04:34:55.437Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T04:34:55.438Z||pool-63-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-15T04:34:55.438Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIYkFj1U8XlYGVL0) ...
2021-11-15T04:34:55.445Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:34:55.445Z||pool-63-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-11-15T04:34:56.338Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2021-11-15T04:34:56.339Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-11-15T04:34:56.339Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-15T04:34:56.339Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T04:34:56.341Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T04:34:56.341Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e3e79882-9a29-4f24-8d49-ea28a98e3678",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636950896338,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-11-15T04:34:56.441Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T04:34:56.442Z||pool-64-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-15T04:34:56.442Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIYkFj1U8XlYGVL0) ...
2021-11-15T04:34:56.451Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:34:56.452Z||pool-64-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-11-15T04:34:57.342Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2021-11-15T04:34:57.342Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-11-15T04:34:57.342Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-15T04:34:57.342Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T04:34:57.344Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T04:34:57.344Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e3e79882-9a29-4f24-8d49-ea28a98e3678",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636950897342,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-15T04:34:57.444Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T04:34:57.445Z||pool-65-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-15T04:34:57.445Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIYkFj1U8XlYGVL0) ...
2021-11-15T04:34:57.453Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:34:57.453Z||pool-65-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-11-15T04:34:58.345Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e3e79882-9a29-4f24-8d49-ea28a98e3678
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-15T04:34:58.354Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e3e79882-9a29-4f24-8d49-ea28a98e3678
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-15T04:34:58.355Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-15T04:34:58.356Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-15T04:34:58.356Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-15T04:35:28.356Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e3e79882-9a29-4f24-8d49-ea28a98e3678
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-15T04:35:28.364Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e3e79882-9a29-4f24-8d49-ea28a98e3678
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-15T04:35:28.366Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-15T04:35:28.366Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-15T04:35:28.366Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-15T04:35:39.842Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T04:35:39.843Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-15T04:35:39.843Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T04:35:39.860Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:35:39.872Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:35:39.872Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3e79882-9a29-4f24-8d49-ea28a98e3678",
  "consumerID": "cds",
  "timestamp": 1636950838859,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:35:39.873Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:35:39.873Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:35:39.873Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3e79882-9a29-4f24-8d49-ea28a98e3678",
  "consumerID": "cds",
  "timestamp": 1636950838859,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:35:39.873Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:35:39.873Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:35:39.873Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3e79882-9a29-4f24-8d49-ea28a98e3678",
  "consumerID": "policy-id",
  "timestamp": 1636950840399,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:35:39.873Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:35:39.873Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:35:39.873Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3e79882-9a29-4f24-8d49-ea28a98e3678",
  "consumerID": "dcae-sch",
  "timestamp": 1636950840658,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:35:39.874Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:35:39.874Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:35:39.874Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3e79882-9a29-4f24-8d49-ea28a98e3678",
  "consumerID": "cds",
  "timestamp": 1636950838859,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:35:39.874Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:35:39.874Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:35:39.874Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3e79882-9a29-4f24-8d49-ea28a98e3678",
  "consumerID": "policy-id",
  "timestamp": 1636950840399,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:35:39.874Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:35:39.874Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:35:39.874Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3e79882-9a29-4f24-8d49-ea28a98e3678",
  "consumerID": "dcae-sch",
  "timestamp": 1636950840658,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:35:39.874Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:35:39.874Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:35:39.875Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3e79882-9a29-4f24-8d49-ea28a98e3678",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636950841744,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:35:39.875Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:35:39.875Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:35:39.875Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3e79882-9a29-4f24-8d49-ea28a98e3678",
  "consumerID": "cds",
  "timestamp": 1636950838859,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:35:39.875Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:35:39.875Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:35:39.875Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3e79882-9a29-4f24-8d49-ea28a98e3678",
  "consumerID": "policy-id",
  "timestamp": 1636950840399,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-11-15T04:35:39.875Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:35:39.875Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:35:39.875Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3e79882-9a29-4f24-8d49-ea28a98e3678",
  "consumerID": "dcae-sch",
  "timestamp": 1636950840658,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:35:39.875Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:35:39.876Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:35:39.876Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3e79882-9a29-4f24-8d49-ea28a98e3678",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636950841744,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-11-15T04:35:39.876Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:35:39.876Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:35:39.876Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3e79882-9a29-4f24-8d49-ea28a98e3678",
  "consumerID": "cds",
  "timestamp": 1636950838859,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:35:39.876Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:35:39.876Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:35:39.876Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3e79882-9a29-4f24-8d49-ea28a98e3678",
  "consumerID": "policy-id",
  "timestamp": 1636950840399,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:35:39.876Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:35:39.876Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:35:39.876Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3e79882-9a29-4f24-8d49-ea28a98e3678",
  "consumerID": "dcae-sch",
  "timestamp": 1636950840658,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:35:39.877Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:35:39.877Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:35:39.877Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3e79882-9a29-4f24-8d49-ea28a98e3678",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636950841744,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-11-15T04:35:39.877Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:35:39.877Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:35:39.877Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3e79882-9a29-4f24-8d49-ea28a98e3678",
  "consumerID": "cds",
  "timestamp": 1636950838859,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:35:39.877Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:35:39.877Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:35:39.877Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3e79882-9a29-4f24-8d49-ea28a98e3678",
  "consumerID": "policy-id",
  "timestamp": 1636950840399,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:35:39.877Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:35:39.878Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:35:39.878Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3e79882-9a29-4f24-8d49-ea28a98e3678",
  "consumerID": "dcae-sch",
  "timestamp": 1636950840658,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:35:39.878Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:35:39.878Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:35:39.878Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3e79882-9a29-4f24-8d49-ea28a98e3678",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636950841744,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:35:39.878Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:35:39.878Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:35:39.878Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3e79882-9a29-4f24-8d49-ea28a98e3678",
  "consumerID": "cds",
  "timestamp": 1636950838859,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-11-15T04:35:39.878Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:35:39.879Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:35:39.879Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3e79882-9a29-4f24-8d49-ea28a98e3678",
  "consumerID": "policy-id",
  "timestamp": 1636950840399,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:35:39.879Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:35:39.879Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:35:39.879Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3e79882-9a29-4f24-8d49-ea28a98e3678",
  "consumerID": "dcae-sch",
  "timestamp": 1636950840658,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:35:39.879Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:35:39.879Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:35:39.879Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3e79882-9a29-4f24-8d49-ea28a98e3678",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636950841744,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-11-15T04:35:39.879Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:35:39.879Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:35:39.880Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3e79882-9a29-4f24-8d49-ea28a98e3678",
  "consumerID": "policy-id",
  "timestamp": 1636950840399,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-11-15T04:35:39.880Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:35:39.880Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:35:39.880Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3e79882-9a29-4f24-8d49-ea28a98e3678",
  "consumerID": "cds",
  "timestamp": 1636950846813,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-15T04:35:39.880Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:35:39.880Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:35:39.880Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3e79882-9a29-4f24-8d49-ea28a98e3678",
  "consumerID": "dcae-sch",
  "timestamp": 1636950840658,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:35:39.880Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:35:39.880Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:35:39.880Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3e79882-9a29-4f24-8d49-ea28a98e3678",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636950841744,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:35:39.881Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:35:39.881Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:35:39.881Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3e79882-9a29-4f24-8d49-ea28a98e3678",
  "consumerID": "policy-id",
  "timestamp": 1636950847701,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-15T04:35:39.881Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:35:39.881Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:35:39.881Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3e79882-9a29-4f24-8d49-ea28a98e3678",
  "consumerID": "cds",
  "timestamp": 1636950847818,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-15T04:35:39.886Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e3e79882-9a29-4f24-8d49-ea28a98e3678
2021-11-15T04:35:39.886Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId e3e79882-9a29-4f24-8d49-ea28a98e3678 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-15T04:35:39.892Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:35:39.892Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22d6d1a9-5f4a-4850-8e70-0aabd560cdda",
  "consumerID": "dcae-sch",
  "timestamp": 1636950840658,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOTIFIED"
}
2021-11-15T04:35:39.892Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:35:39.892Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:35:39.892Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3e79882-9a29-4f24-8d49-ea28a98e3678",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636950841744,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-11-15T04:35:39.893Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:35:39.893Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:35:39.893Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3e79882-9a29-4f24-8d49-ea28a98e3678",
  "consumerID": "policy-id",
  "timestamp": 1636950848706,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-15T04:35:39.893Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:35:39.893Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:35:39.893Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3e79882-9a29-4f24-8d49-ea28a98e3678",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636950848455,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:35:39.893Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:35:39.893Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:35:39.893Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22d6d1a9-5f4a-4850-8e70-0aabd560cdda",
  "consumerID": "dcae-sch",
  "timestamp": 1636950840658,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:35:39.893Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:35:39.894Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:35:39.894Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3e79882-9a29-4f24-8d49-ea28a98e3678",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636950849554,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-15T04:35:39.894Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:35:39.894Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:35:39.894Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3e79882-9a29-4f24-8d49-ea28a98e3678",
  "consumerID": "policy-id",
  "timestamp": 1636950849709,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-15T04:35:39.897Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e3e79882-9a29-4f24-8d49-ea28a98e3678
2021-11-15T04:35:39.897Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId e3e79882-9a29-4f24-8d49-ea28a98e3678 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-15T04:35:39.902Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:35:39.902Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3e79882-9a29-4f24-8d49-ea28a98e3678",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636950848455,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:35:39.902Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:35:39.902Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:35:39.902Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22d6d1a9-5f4a-4850-8e70-0aabd560cdda",
  "consumerID": "dcae-sch",
  "timestamp": 1636950840658,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:35:39.902Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:35:39.902Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:35:39.903Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3e79882-9a29-4f24-8d49-ea28a98e3678",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636950850976,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-15T04:35:39.903Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:35:39.903Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:35:39.903Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3e79882-9a29-4f24-8d49-ea28a98e3678",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636950848455,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:35:39.903Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:35:39.903Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:35:39.903Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22d6d1a9-5f4a-4850-8e70-0aabd560cdda",
  "consumerID": "dcae-sch",
  "timestamp": 1636950840658,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:35:39.903Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:35:39.903Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:35:39.903Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3e79882-9a29-4f24-8d49-ea28a98e3678",
  "consumerID": "aai-ml",
  "timestamp": 1636950851202,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:35:39.903Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:35:39.904Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:35:39.904Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3e79882-9a29-4f24-8d49-ea28a98e3678",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636950848455,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:35:39.904Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:35:39.904Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:35:39.904Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22d6d1a9-5f4a-4850-8e70-0aabd560cdda",
  "consumerID": "dcae-sch",
  "timestamp": 1636950840658,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:35:39.904Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:35:39.904Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:35:39.904Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3e79882-9a29-4f24-8d49-ea28a98e3678",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636950851794,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:35:39.904Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:35:39.904Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:35:39.904Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3e79882-9a29-4f24-8d49-ea28a98e3678",
  "consumerID": "aai-ml",
  "timestamp": 1636950851202,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:35:39.905Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:35:39.905Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:35:39.905Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3e79882-9a29-4f24-8d49-ea28a98e3678",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636950852885,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-11-15T04:35:39.905Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:35:39.905Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:35:39.905Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3e79882-9a29-4f24-8d49-ea28a98e3678",
  "consumerID": "clamp",
  "timestamp": 1636950852296,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:35:39.905Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:35:39.905Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:35:39.905Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3e79882-9a29-4f24-8d49-ea28a98e3678",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636950848455,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:35:39.905Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:35:39.905Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:35:39.906Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22d6d1a9-5f4a-4850-8e70-0aabd560cdda",
  "consumerID": "dcae-sch",
  "timestamp": 1636950840658,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:35:39.906Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:35:39.906Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:35:39.906Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3e79882-9a29-4f24-8d49-ea28a98e3678",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636950851794,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:35:39.906Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:35:39.906Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:35:39.906Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3e79882-9a29-4f24-8d49-ea28a98e3678",
  "consumerID": "aai-ml",
  "timestamp": 1636950851202,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:35:39.906Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:35:39.906Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:35:39.906Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3e79882-9a29-4f24-8d49-ea28a98e3678",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636950853907,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-15T04:35:39.909Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e3e79882-9a29-4f24-8d49-ea28a98e3678
2021-11-15T04:35:39.909Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId e3e79882-9a29-4f24-8d49-ea28a98e3678 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-11-15T04:35:39.913Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:35:39.913Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3e79882-9a29-4f24-8d49-ea28a98e3678",
  "consumerID": "clamp",
  "timestamp": 1636950852296,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-11-15T04:35:39.913Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:35:39.913Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:35:39.914Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3e79882-9a29-4f24-8d49-ea28a98e3678",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636950848455,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:35:39.914Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:35:39.914Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:35:39.914Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22d6d1a9-5f4a-4850-8e70-0aabd560cdda",
  "consumerID": "dcae-sch",
  "timestamp": 1636950840658,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:35:39.914Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:35:39.914Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:35:39.914Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3e79882-9a29-4f24-8d49-ea28a98e3678",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636950851794,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:35:39.914Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:35:39.914Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:35:39.914Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22d6d1a9-5f4a-4850-8e70-0aabd560cdda",
  "consumerID": "cds",
  "timestamp": 1636950853859,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:35:39.915Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:35:39.915Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:35:39.915Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3e79882-9a29-4f24-8d49-ea28a98e3678",
  "consumerID": "aai-ml",
  "timestamp": 1636950851202,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:35:39.915Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:35:39.915Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:35:39.915Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3e79882-9a29-4f24-8d49-ea28a98e3678",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636950854911,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-15T04:35:39.915Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:35:39.915Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:35:39.915Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3e79882-9a29-4f24-8d49-ea28a98e3678",
  "consumerID": "clamp",
  "timestamp": 1636950852296,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:35:39.915Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:35:39.915Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:35:39.915Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3e79882-9a29-4f24-8d49-ea28a98e3678",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636950848455,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:35:39.916Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:35:39.916Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:35:39.916Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22d6d1a9-5f4a-4850-8e70-0aabd560cdda",
  "consumerID": "dcae-sch",
  "timestamp": 1636950840658,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:35:39.916Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:35:39.916Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:35:39.916Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3e79882-9a29-4f24-8d49-ea28a98e3678",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636950851794,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:35:39.916Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:35:39.916Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:35:39.916Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22d6d1a9-5f4a-4850-8e70-0aabd560cdda",
  "consumerID": "cds",
  "timestamp": 1636950853859,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:35:39.917Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:35:39.917Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:35:39.917Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3e79882-9a29-4f24-8d49-ea28a98e3678",
  "consumerID": "aai-ml",
  "timestamp": 1636950851202,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:35:39.917Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:35:39.917Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:35:39.917Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22d6d1a9-5f4a-4850-8e70-0aabd560cdda",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636950841744,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:35:39.917Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:35:39.917Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:35:39.917Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3e79882-9a29-4f24-8d49-ea28a98e3678",
  "consumerID": "clamp",
  "timestamp": 1636950852296,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:35:39.917Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:35:39.918Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:35:39.918Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22d6d1a9-5f4a-4850-8e70-0aabd560cdda",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636950848455,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:35:39.918Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:35:39.918Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:35:39.918Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3e79882-9a29-4f24-8d49-ea28a98e3678",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636950851794,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:35:39.918Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:35:39.918Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:35:39.918Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22d6d1a9-5f4a-4850-8e70-0aabd560cdda",
  "consumerID": "cds",
  "timestamp": 1636950853859,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:35:39.918Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:35:39.918Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:35:39.918Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3e79882-9a29-4f24-8d49-ea28a98e3678",
  "consumerID": "aai-ml",
  "timestamp": 1636950851202,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:35:39.919Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:35:39.919Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:35:39.919Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22d6d1a9-5f4a-4850-8e70-0aabd560cdda",
  "consumerID": "dcae-sch",
  "timestamp": 1636950856887,
  "artifactURL": "/sdc/v1/catalog/services/076c171f-3002-42cf-81f6-dcc0b947ec05/resourceInstances/basicclamp0/artifacts/2d043195-c0af-427d-85d6-5672a8de1da7",
  "status": "DOWNLOAD_OK"
}
2021-11-15T04:35:39.919Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:35:39.919Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:35:39.919Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22d6d1a9-5f4a-4850-8e70-0aabd560cdda",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636950841744,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:35:39.919Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:35:39.919Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:35:39.919Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3e79882-9a29-4f24-8d49-ea28a98e3678",
  "consumerID": "clamp",
  "timestamp": 1636950852296,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:35:39.920Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:35:39.920Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:35:39.920Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22d6d1a9-5f4a-4850-8e70-0aabd560cdda",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636950848455,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:35:39.920Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:35:39.920Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:35:39.920Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3e79882-9a29-4f24-8d49-ea28a98e3678",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636950851794,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:35:39.920Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:35:39.920Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:35:39.920Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22d6d1a9-5f4a-4850-8e70-0aabd560cdda",
  "consumerID": "cds",
  "timestamp": 1636950853859,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:35:39.920Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:35:39.920Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:35:39.921Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3e79882-9a29-4f24-8d49-ea28a98e3678",
  "consumerID": "aai-ml",
  "timestamp": 1636950851202,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-11-15T04:35:39.921Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:35:39.921Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:35:39.921Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22d6d1a9-5f4a-4850-8e70-0aabd560cdda",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636950841744,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-11-15T04:35:39.921Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:35:39.921Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:35:39.921Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3e79882-9a29-4f24-8d49-ea28a98e3678",
  "consumerID": "clamp",
  "timestamp": 1636950852296,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:35:39.921Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:35:39.921Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:35:39.921Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22d6d1a9-5f4a-4850-8e70-0aabd560cdda",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636950848455,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:35:39.921Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:35:39.922Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:35:39.922Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22d6d1a9-5f4a-4850-8e70-0aabd560cdda",
  "consumerID": "dcae-sch",
  "timestamp": 1636950858191,
  "artifactURL": "/sdc/v1/catalog/services/076c171f-3002-42cf-81f6-dcc0b947ec05/resourceInstances/basicclamp0/artifacts/2d043195-c0af-427d-85d6-5672a8de1da7",
  "status": "DEPLOY_OK"
}
2021-11-15T04:35:39.922Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:35:39.922Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:35:39.922Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3e79882-9a29-4f24-8d49-ea28a98e3678",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636950851794,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-11-15T04:35:39.922Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:35:39.922Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:35:39.922Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22d6d1a9-5f4a-4850-8e70-0aabd560cdda",
  "consumerID": "cds",
  "timestamp": 1636950853859,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:35:39.922Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:35:39.922Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:35:39.922Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3e79882-9a29-4f24-8d49-ea28a98e3678",
  "consumerID": "aai-ml",
  "timestamp": 1636950858933,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-15T04:35:39.923Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:35:39.923Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:35:39.923Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22d6d1a9-5f4a-4850-8e70-0aabd560cdda",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636950841744,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-11-15T04:35:39.923Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:35:39.923Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:35:39.923Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3e79882-9a29-4f24-8d49-ea28a98e3678",
  "consumerID": "clamp",
  "timestamp": 1636950852296,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-11-15T04:35:39.923Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:35:39.924Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:35:39.924Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22d6d1a9-5f4a-4850-8e70-0aabd560cdda",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636950848455,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:35:39.924Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:35:39.924Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:35:39.924Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22d6d1a9-5f4a-4850-8e70-0aabd560cdda",
  "consumerID": "dcae-sch",
  "timestamp": 1636950859195,
  "artifactURL": "/sdc/v1/catalog/services/076c171f-3002-42cf-81f6-dcc0b947ec05/resourceInstances/basicclamp0/artifacts/2d043195-c0af-427d-85d6-5672a8de1da7",
  "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=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-15T04:35:39.933Z||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 22d6d1a9-5f4a-4850-8e70-0aabd560cdda
2021-11-15T04:35:39.933Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 22d6d1a9-5f4a-4850-8e70-0aabd560cdda and ComponentName service-change-handler
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-15T04:35:39.938Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:35:39.938Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22d6d1a9-5f4a-4850-8e70-0aabd560cdda",
  "consumerID": "cds",
  "timestamp": 1636950853859,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:35:39.938Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:35:39.938Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:35:39.938Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3e79882-9a29-4f24-8d49-ea28a98e3678",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636950859521,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-15T04:35:39.938Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:35:39.938Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:35:39.938Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22d6d1a9-5f4a-4850-8e70-0aabd560cdda",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636950841744,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:35:39.939Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:35:39.939Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:35:39.939Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22d6d1a9-5f4a-4850-8e70-0aabd560cdda",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636950848455,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:35:39.939Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:35:39.939Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:35:39.939Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22d6d1a9-5f4a-4850-8e70-0aabd560cdda",
  "consumerID": "policy-id",
  "timestamp": 1636950860399,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:35:39.939Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:35:39.939Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:35:39.939Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22d6d1a9-5f4a-4850-8e70-0aabd560cdda",
  "consumerID": "cds",
  "timestamp": 1636950853859,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:35:39.939Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:35:39.939Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:35:39.939Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22d6d1a9-5f4a-4850-8e70-0aabd560cdda",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636950841744,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-11-15T04:35:39.940Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:35:39.940Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:35:39.940Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22d6d1a9-5f4a-4850-8e70-0aabd560cdda",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636950848455,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:35:39.940Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:35:39.940Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:35:39.940Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55e841fd-c167-48a1-8b77-d791603a169c",
  "consumerID": "dcae-sch",
  "timestamp": 1636950860658,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:35:39.940Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:35:39.940Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:35:39.940Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22d6d1a9-5f4a-4850-8e70-0aabd560cdda",
  "consumerID": "policy-id",
  "timestamp": 1636950860399,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:35:39.941Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:35:39.941Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:35:39.941Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22d6d1a9-5f4a-4850-8e70-0aabd560cdda",
  "consumerID": "cds",
  "timestamp": 1636950853859,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-11-15T04:35:39.941Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:35:39.941Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:35:39.941Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3e79882-9a29-4f24-8d49-ea28a98e3678",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636950861814,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-15T04:35:39.941Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:35:39.941Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:35:39.941Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22d6d1a9-5f4a-4850-8e70-0aabd560cdda",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636950841744,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:35:39.941Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:35:39.941Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:35:39.942Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22d6d1a9-5f4a-4850-8e70-0aabd560cdda",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636950848455,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:35:39.942Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:35:39.942Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:35:39.942Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55e841fd-c167-48a1-8b77-d791603a169c",
  "consumerID": "dcae-sch",
  "timestamp": 1636950860658,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:35:39.942Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:35:39.942Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:35:39.942Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22d6d1a9-5f4a-4850-8e70-0aabd560cdda",
  "consumerID": "policy-id",
  "timestamp": 1636950860399,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:35:39.942Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:35:39.942Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:35:39.942Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22d6d1a9-5f4a-4850-8e70-0aabd560cdda",
  "consumerID": "cds",
  "timestamp": 1636950862588,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-15T04:35:39.942Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:35:39.943Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:35:39.943Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3e79882-9a29-4f24-8d49-ea28a98e3678",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636950862817,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-15T04:35:39.946Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e3e79882-9a29-4f24-8d49-ea28a98e3678
2021-11-15T04:35:39.946Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId e3e79882-9a29-4f24-8d49-ea28a98e3678 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-15T04:35:39.951Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:35:39.951Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22d6d1a9-5f4a-4850-8e70-0aabd560cdda",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636950841744,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-11-15T04:35:39.951Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:35:39.952Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:35:39.952Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22d6d1a9-5f4a-4850-8e70-0aabd560cdda",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636950848455,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:35:39.952Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:35:39.952Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:35:39.952Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55e841fd-c167-48a1-8b77-d791603a169c",
  "consumerID": "dcae-sch",
  "timestamp": 1636950860658,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:35:39.952Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:35:39.952Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:35:39.952Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22d6d1a9-5f4a-4850-8e70-0aabd560cdda",
  "consumerID": "policy-id",
  "timestamp": 1636950860399,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-11-15T04:35:39.952Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:35:39.953Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:35:39.953Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22d6d1a9-5f4a-4850-8e70-0aabd560cdda",
  "consumerID": "cds",
  "timestamp": 1636950863591,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-15T04:35:39.955Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 22d6d1a9-5f4a-4850-8e70-0aabd560cdda
2021-11-15T04:35:39.955Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 22d6d1a9-5f4a-4850-8e70-0aabd560cdda and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-15T04:35:39.961Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:35:39.962Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22d6d1a9-5f4a-4850-8e70-0aabd560cdda",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636950851794,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:35:39.962Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:35:39.962Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:35:39.962Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22d6d1a9-5f4a-4850-8e70-0aabd560cdda",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636950864079,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-15T04:35:39.962Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:35:39.962Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:35:39.963Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55e841fd-c167-48a1-8b77-d791603a169c",
  "consumerID": "dcae-sch",
  "timestamp": 1636950860658,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:35:39.963Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:35:39.963Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:35:39.963Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22d6d1a9-5f4a-4850-8e70-0aabd560cdda",
  "consumerID": "policy-id",
  "timestamp": 1636950860399,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:35:39.963Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:35:39.963Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:35:39.964Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55e841fd-c167-48a1-8b77-d791603a169c",
  "consumerID": "cds",
  "timestamp": 1636950853859,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:35:39.964Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:35:39.964Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:35:39.964Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22d6d1a9-5f4a-4850-8e70-0aabd560cdda",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636950851794,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:35:39.964Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:35:39.964Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:35:39.964Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55e841fd-c167-48a1-8b77-d791603a169c",
  "consumerID": "dcae-sch",
  "timestamp": 1636950860658,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:35:39.964Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:35:39.965Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:35:39.965Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22d6d1a9-5f4a-4850-8e70-0aabd560cdda",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636950865289,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-15T04:35:39.965Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:35:39.965Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:35:39.965Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22d6d1a9-5f4a-4850-8e70-0aabd560cdda",
  "consumerID": "policy-id",
  "timestamp": 1636950860399,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:35:39.965Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:35:39.965Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:35:39.965Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55e841fd-c167-48a1-8b77-d791603a169c",
  "consumerID": "cds",
  "timestamp": 1636950853859,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:35:39.965Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:35:39.965Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:35:39.965Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22d6d1a9-5f4a-4850-8e70-0aabd560cdda",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636950851794,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:35:39.966Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:35:39.966Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:35:39.966Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3e79882-9a29-4f24-8d49-ea28a98e3678",
  "consumerID": "aai-ml",
  "timestamp": 1636950865982,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-15T04:35:39.966Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:35:39.966Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:35:39.966Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55e841fd-c167-48a1-8b77-d791603a169c",
  "consumerID": "dcae-sch",
  "timestamp": 1636950860658,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:35:39.966Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:35:39.966Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:35:39.966Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22d6d1a9-5f4a-4850-8e70-0aabd560cdda",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636950866398,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-11-15T04:35:39.966Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:35:39.966Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:35:39.967Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22d6d1a9-5f4a-4850-8e70-0aabd560cdda",
  "consumerID": "policy-id",
  "timestamp": 1636950860399,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:35:39.967Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:35:39.967Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:35:39.967Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55e841fd-c167-48a1-8b77-d791603a169c",
  "consumerID": "cds",
  "timestamp": 1636950853859,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:35:39.967Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:35:39.967Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:35:39.967Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22d6d1a9-5f4a-4850-8e70-0aabd560cdda",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636950851794,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:35:39.967Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:35:39.967Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:35:39.967Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3e79882-9a29-4f24-8d49-ea28a98e3678",
  "consumerID": "aai-ml",
  "timestamp": 1636950866986,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-15T04:35:39.971Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e3e79882-9a29-4f24-8d49-ea28a98e3678
2021-11-15T04:35:39.971Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId e3e79882-9a29-4f24-8d49-ea28a98e3678 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-15T04:35:39.976Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:35:39.976Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55e841fd-c167-48a1-8b77-d791603a169c",
  "consumerID": "dcae-sch",
  "timestamp": 1636950860658,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:35:39.976Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:35:39.976Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:35:39.976Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22d6d1a9-5f4a-4850-8e70-0aabd560cdda",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636950867419,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-15T04:35:39.980Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 22d6d1a9-5f4a-4850-8e70-0aabd560cdda
2021-11-15T04:35:39.980Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 22d6d1a9-5f4a-4850-8e70-0aabd560cdda and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-15T04:35:39.985Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:35:39.985Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22d6d1a9-5f4a-4850-8e70-0aabd560cdda",
  "consumerID": "policy-id",
  "timestamp": 1636950860399,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-11-15T04:35:39.985Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:35:39.985Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:35:39.985Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55e841fd-c167-48a1-8b77-d791603a169c",
  "consumerID": "cds",
  "timestamp": 1636950853859,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:35:39.985Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:35:39.985Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:35:39.986Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22d6d1a9-5f4a-4850-8e70-0aabd560cdda",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636950851794,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:35:39.986Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:35:39.986Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:35:39.986Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22d6d1a9-5f4a-4850-8e70-0aabd560cdda",
  "consumerID": "aai-ml",
  "timestamp": 1636950851202,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:35:39.986Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:35:39.986Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:35:39.986Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55e841fd-c167-48a1-8b77-d791603a169c",
  "consumerID": "dcae-sch",
  "timestamp": 1636950860658,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:35:39.986Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:35:39.986Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:35:39.986Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22d6d1a9-5f4a-4850-8e70-0aabd560cdda",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636950868424,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-15T04:35:39.986Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:35:39.986Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:35:39.986Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22d6d1a9-5f4a-4850-8e70-0aabd560cdda",
  "consumerID": "policy-id",
  "timestamp": 1636950868536,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-15T04:35:39.986Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:35:39.986Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:35:39.986Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55e841fd-c167-48a1-8b77-d791603a169c",
  "consumerID": "cds",
  "timestamp": 1636950853859,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:35:39.986Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:35:39.986Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:35:39.986Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22d6d1a9-5f4a-4850-8e70-0aabd560cdda",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636950851794,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:35:39.986Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:35:39.987Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:35:39.987Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22d6d1a9-5f4a-4850-8e70-0aabd560cdda",
  "consumerID": "aai-ml",
  "timestamp": 1636950851202,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:35:39.987Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:35:39.987Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:35:39.987Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55e841fd-c167-48a1-8b77-d791603a169c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636950868455,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:35:39.987Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:35:39.987Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:35:39.987Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22d6d1a9-5f4a-4850-8e70-0aabd560cdda",
  "consumerID": "policy-id",
  "timestamp": 1636950869539,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-15T04:35:39.987Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:35:39.987Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:35:39.987Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55e841fd-c167-48a1-8b77-d791603a169c",
  "consumerID": "cds",
  "timestamp": 1636950853859,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:35:39.987Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:35:39.987Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:35:39.987Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22d6d1a9-5f4a-4850-8e70-0aabd560cdda",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636950851794,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:35:39.987Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:35:39.987Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:35:39.987Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22d6d1a9-5f4a-4850-8e70-0aabd560cdda",
  "consumerID": "aai-ml",
  "timestamp": 1636950851202,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:35:39.987Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:35:39.987Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:35:39.987Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55e841fd-c167-48a1-8b77-d791603a169c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636950869429,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:35:39.987Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:35:39.988Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:35:39.988Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55e841fd-c167-48a1-8b77-d791603a169c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636950868455,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:35:39.988Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:35:39.988Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:35:39.988Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3e79882-9a29-4f24-8d49-ea28a98e3678",
  "consumerID": "clamp",
  "timestamp": 1636950870488,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-15T04:35:39.988Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:35:39.988Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:35:39.988Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22d6d1a9-5f4a-4850-8e70-0aabd560cdda",
  "consumerID": "policy-id",
  "timestamp": 1636950870542,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-15T04:35:39.991Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 22d6d1a9-5f4a-4850-8e70-0aabd560cdda
2021-11-15T04:35:39.991Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 22d6d1a9-5f4a-4850-8e70-0aabd560cdda and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-11-15T04:35:39.995Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:35:39.995Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55e841fd-c167-48a1-8b77-d791603a169c",
  "consumerID": "cds",
  "timestamp": 1636950853859,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:35:39.995Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:35:39.995Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:35:39.995Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22d6d1a9-5f4a-4850-8e70-0aabd560cdda",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636950851794,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-11-15T04:35:39.995Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:35:39.995Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:35:39.995Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22d6d1a9-5f4a-4850-8e70-0aabd560cdda",
  "consumerID": "aai-ml",
  "timestamp": 1636950851202,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:35:39.995Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:35:39.995Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:35:39.995Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55e841fd-c167-48a1-8b77-d791603a169c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636950869429,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-11-15T04:35:39.995Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:35:39.995Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:35:39.996Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55e841fd-c167-48a1-8b77-d791603a169c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636950868455,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:35:39.996Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:35:39.996Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:35:39.996Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55e841fd-c167-48a1-8b77-d791603a169c",
  "consumerID": "cds",
  "timestamp": 1636950853859,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-11-15T04:35:39.996Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:35:39.996Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:35:39.996Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22d6d1a9-5f4a-4850-8e70-0aabd560cdda",
  "consumerID": "aai-ml",
  "timestamp": 1636950851202,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:35:39.996Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:35:39.996Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:35:39.996Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55e841fd-c167-48a1-8b77-d791603a169c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636950869429,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-11-15T04:35:39.996Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:35:39.996Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:35:39.996Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55e841fd-c167-48a1-8b77-d791603a169c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636950868455,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:35:39.996Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:35:39.996Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:35:39.996Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22d6d1a9-5f4a-4850-8e70-0aabd560cdda",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636950872278,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-15T04:35:39.996Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:35:39.996Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:35:39.996Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3e79882-9a29-4f24-8d49-ea28a98e3678",
  "consumerID": "clamp",
  "timestamp": 1636950872499,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-15T04:35:39.997Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:35:39.997Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:35:39.997Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22d6d1a9-5f4a-4850-8e70-0aabd560cdda",
  "consumerID": "aai-ml",
  "timestamp": 1636950851202,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:35:39.997Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:35:39.997Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:35:39.997Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55e841fd-c167-48a1-8b77-d791603a169c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636950869429,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:35:39.997Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:35:39.997Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:35:39.997Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55e841fd-c167-48a1-8b77-d791603a169c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636950868455,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:35:39.997Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:35:39.997Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:35:39.997Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3e79882-9a29-4f24-8d49-ea28a98e3678",
  "consumerID": "clamp",
  "timestamp": 1636950873503,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-15T04:35:40.000Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of e3e79882-9a29-4f24-8d49-ea28a98e3678
2021-11-15T04:35:40.000Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId e3e79882-9a29-4f24-8d49-ea28a98e3678 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-15T04:35:40.005Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:35:40.005Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55e841fd-c167-48a1-8b77-d791603a169c",
  "consumerID": "cds",
  "timestamp": 1636950873686,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-15T04:35:40.005Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:35:40.005Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:35:40.006Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22d6d1a9-5f4a-4850-8e70-0aabd560cdda",
  "consumerID": "aai-ml",
  "timestamp": 1636950851202,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:35:40.006Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:35:40.006Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:35:40.006Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55e841fd-c167-48a1-8b77-d791603a169c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636950869429,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-11-15T04:35:40.006Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:35:40.006Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:35:40.006Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55e841fd-c167-48a1-8b77-d791603a169c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636950868455,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:35:40.006Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:35:40.006Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:35:40.006Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22d6d1a9-5f4a-4850-8e70-0aabd560cdda",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636950874189,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-15T04:35:40.006Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:35:40.007Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:35:40.007Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22d6d1a9-5f4a-4850-8e70-0aabd560cdda",
  "consumerID": "clamp",
  "timestamp": 1636950852296,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:35:40.007Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:35:40.007Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:35:40.007Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22d6d1a9-5f4a-4850-8e70-0aabd560cdda",
  "consumerID": "aai-ml",
  "timestamp": 1636950851202,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-11-15T04:35:40.007Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:35:40.007Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:35:40.007Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55e841fd-c167-48a1-8b77-d791603a169c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636950869429,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:35:40.007Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:35:40.007Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:35:40.007Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55e841fd-c167-48a1-8b77-d791603a169c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636950868455,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:35:40.008Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:35:40.008Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:35:40.008Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22d6d1a9-5f4a-4850-8e70-0aabd560cdda",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636950875192,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-15T04:35:40.010Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 22d6d1a9-5f4a-4850-8e70-0aabd560cdda
2021-11-15T04:35:40.011Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 22d6d1a9-5f4a-4850-8e70-0aabd560cdda and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-15T04:35:40.016Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:35:40.016Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22d6d1a9-5f4a-4850-8e70-0aabd560cdda",
  "consumerID": "clamp",
  "timestamp": 1636950852296,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:35:40.016Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:35:40.016Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:35:40.016Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55e841fd-c167-48a1-8b77-d791603a169c",
  "consumerID": "cds",
  "timestamp": 1636950875802,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-15T04:35:40.024Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 55e841fd-c167-48a1-8b77-d791603a169c
2021-11-15T04:35:40.024Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 55e841fd-c167-48a1-8b77-d791603a169c and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-15T04:35:40.029Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:35:40.029Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55e841fd-c167-48a1-8b77-d791603a169c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636950869429,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:35:40.029Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:35:40.029Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:35:40.029Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55e841fd-c167-48a1-8b77-d791603a169c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636950868455,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:35:40.029Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:35:40.029Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:35:40.029Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22d6d1a9-5f4a-4850-8e70-0aabd560cdda",
  "consumerID": "aai-ml",
  "timestamp": 1636950876161,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-15T04:35:40.030Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:35:40.030Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:35:40.030Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55e841fd-c167-48a1-8b77-d791603a169c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636950851794,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:35:40.030Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:35:40.030Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:35:40.030Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22d6d1a9-5f4a-4850-8e70-0aabd560cdda",
  "consumerID": "clamp",
  "timestamp": 1636950852296,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-11-15T04:35:40.030Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:35:40.030Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:35:40.030Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55e841fd-c167-48a1-8b77-d791603a169c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636950869429,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-11-15T04:35:40.030Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:35:40.030Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:35:40.030Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55e841fd-c167-48a1-8b77-d791603a169c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636950851794,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:35:40.030Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:35:40.031Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:35:40.031Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22d6d1a9-5f4a-4850-8e70-0aabd560cdda",
  "consumerID": "clamp",
  "timestamp": 1636950852296,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:35:40.031Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:35:40.031Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:35:40.031Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55e841fd-c167-48a1-8b77-d791603a169c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636950878128,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-15T04:35:40.031Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:35:40.031Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:35:40.031Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55e841fd-c167-48a1-8b77-d791603a169c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636950851794,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:35:40.031Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:35:40.031Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:35:40.031Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22d6d1a9-5f4a-4850-8e70-0aabd560cdda",
  "consumerID": "clamp",
  "timestamp": 1636950852296,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:35:40.031Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:35:40.032Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:35:40.032Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55e841fd-c167-48a1-8b77-d791603a169c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636950879177,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-15T04:35:40.032Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:35:40.032Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:35:40.032Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55e841fd-c167-48a1-8b77-d791603a169c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636950851794,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:35:40.032Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:35:40.032Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:35:40.032Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22d6d1a9-5f4a-4850-8e70-0aabd560cdda",
  "consumerID": "clamp",
  "timestamp": 1636950852296,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:35:40.032Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:35:58.366Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e3e79882-9a29-4f24-8d49-ea28a98e3678
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-15T04:35:58.373Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e3e79882-9a29-4f24-8d49-ea28a98e3678
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-15T04:35:58.374Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-15T04:35:58.374Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-15T04:35:58.375Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-11-15T04:35:58.375Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-11-15T04:35:58.375Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-15T04:35:58.375Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-15T04:35:58.375Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-15T04:35:58.375Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-15T04:35:58.375Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-15T04:35:58.375Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-15T04:35:58.375Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-15T04:35:58.378Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-11-15T04:36:28.378Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e3e79882-9a29-4f24-8d49-ea28a98e3678 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-11-15T04:36:28.381Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e3e79882-9a29-4f24-8d49-ea28a98e3678 and serviceModelVersionId: 79ce30d4-db76-42bc-8d65-45ec19341fd3
2021-11-15T04:36:28.382Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b4e9ec19-7447-4eb8-867d-213aa13fa46a
2021-11-15T04:36:28.382Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b4e9ec19-7447-4eb8-867d-213aa13fa46a/model-vers/model-ver/79ce30d4-db76-42bc-8d65-45ec19341fd3?depth=0
2021-11-15T04:36:28.386Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2021-11-15T04:36:28.413Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b4e9ec19-7447-4eb8-867d-213aa13fa46a/model-vers/model-ver/79ce30d4-db76-42bc-8d65-45ec19341fd3?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2021-11-15T04:36:28.414Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b4e9ec19-7447-4eb8-867d-213aa13fa46a/model-vers/model-ver/79ce30d4-db76-42bc-8d65-45ec19341fd3?depth=0|INFO|500||Invoke
2021-11-15T04:36:28.430Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b4e9ec19-7447-4eb8-867d-213aa13fa46a/model-vers/model-ver/79ce30d4-db76-42bc-8d65-45ec19341fd3?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-11-15T04:36:28.503Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b4e9ec19-7447-4eb8-867d-213aa13fa46a/model-vers/model-ver/79ce30d4-db76-42bc-8d65-45ec19341fd3?depth=0|INFO|500||InvokeReturn
2021-11-15T04:36:28.503Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b4e9ec19-7447-4eb8-867d-213aa13fa46a/model-vers/model-ver/79ce30d4-db76-42bc-8d65-45ec19341fd3?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-211115-04:36:28:436-12260], vertex-id=[647384], Content-Length=[0], Date=[Mon, 15 Nov 2021 04:36:28 GMT], Content-Type=[application/json]}
2021-11-15T04:36:28.503Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2021-11-15T04:36:28.503Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-11-15T04:36:28.503Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-15T04:36:28.506Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-11-15T04:36:28.506Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e3e79882-9a29-4f24-8d49-ea28a98e3678 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-11-15T04:36:28.506Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-11-15T04:36:28.507Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T04:36:28.508Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T04:36:28.508Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e3e79882-9a29-4f24-8d49-ea28a98e3678",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636950988506,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-15T04:36:28.608Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T04:36:28.609Z||pool-66-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-15T04:36:28.609Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIYkFj1U8XlYGVL0) ...
2021-11-15T04:36:28.623Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:36:28.623Z||pool-66-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-11-15T04:36:29.516Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-15T04:36:29.516Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"22d6d1a9-5f4a-4850-8e70-0aabd560cdda","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"076c171f-3002-42cf-81f6-dcc0b947ec05","serviceDescription":"service","serviceInvariantUUID":"f3f8c4b1-0a2f-470d-9d85-21587a20e952","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"da051ae3-3d3d-4466-b5bc-a7b51a73ecd5","resourceInvariantUUID":"1fb70406-8da2-4fbc-ab31-c09d8d7301f2","resourceCustomizationUUID":"6cd9cf5c-0ad6-4907-8972-4e4c6d986246","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":"2d043195-c0af-427d-85d6-5672a8de1da7","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":"OGNlMjIzN2NiMjZmODMzMzM4ZDNmZDI5NGQ1NGMwOGQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"4c74bae8-88ce-447e-978d-a859fdcf25a2","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":"Yjc4ZjFmM2Q3N2Y0ZGUyYTk5M2MyYjc5YWNmM2M1MTQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f1cc2dfc-eb37-4fb6-8ca3-c0752e533c90","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":"6c7d5ff4-6b1c-43c7-b56d-2d8d45e27f76","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":"0c55f8de-2147-4e51-81ae-8ebc999c8c59","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":"e5ae553e-fdf3-4653-8bd6-5f84bcb861be","artifactVersion":"2","generatedFromUUID":"6c7d5ff4-6b1c-43c7-b56d-2d8d45e27f76"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"YTBmOGZlMzZiYjc4NDA5NGM0ODZkZjgyOTIxZjkyNzQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a58e2197-d05f-4647-91bd-ead89788a071","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"OTBlMDFhYjA5ZDU0YzE0ZmM4MTMwZjEyZjJhZDdlNGQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d2be43f1-4312-4bc3-9774-c3a7d01f1735","artifactVersion":"1"}],"workloadContext":"Production"}
2021-11-15T04:36:29.516Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-15T04:36:29.517Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T04:36:29.518Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T04:36:29.518Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "22d6d1a9-5f4a-4850-8e70-0aabd560cdda",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636950879840,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:36:29.618Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T04:36:29.619Z||pool-67-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-15T04:36:29.619Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIYkFj1U8XlYGVL0) ...
2021-11-15T04:36:29.626Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:36:29.626Z||pool-67-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-11-15T04:36:30.518Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-15T04:36:30.519Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T04:36:30.521Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T04:36:30.521Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "22d6d1a9-5f4a-4850-8e70-0aabd560cdda",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636950879840,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:36:30.621Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T04:36:30.622Z||pool-68-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-15T04:36:30.622Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIYkFj1U8XlYGVL0) ...
2021-11-15T04:36:30.633Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:36:30.633Z||pool-68-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-15T04:36:31.522Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-15T04:36:31.522Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T04:36:31.524Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T04:36:31.524Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "22d6d1a9-5f4a-4850-8e70-0aabd560cdda",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636950879840,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-11-15T04:36:31.624Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T04:36:31.625Z||pool-69-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-15T04:36:31.625Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIYkFj1U8XlYGVL0) ...
2021-11-15T04:36:31.633Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:36:31.633Z||pool-69-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-11-15T04:36:32.525Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-15T04:36:32.525Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T04:36:32.527Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T04:36:32.527Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "22d6d1a9-5f4a-4850-8e70-0aabd560cdda",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636950879840,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-11-15T04:36:32.627Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T04:36:32.628Z||pool-70-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-15T04:36:32.628Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIYkFj1U8XlYGVL0) ...
2021-11-15T04:36:32.638Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:36:32.638Z||pool-70-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-11-15T04:36:33.528Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-15T04:36:33.528Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T04:36:33.530Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T04:36:33.530Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "22d6d1a9-5f4a-4850-8e70-0aabd560cdda",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636950879840,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:36:33.630Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T04:36:33.631Z||pool-71-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-15T04:36:33.631Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIYkFj1U8XlYGVL0) ...
2021-11-15T04:36:33.643Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:36:33.643Z||pool-71-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-15T04:36:34.531Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-15T04:36:34.531Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T04:36:34.533Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T04:36:34.533Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "22d6d1a9-5f4a-4850-8e70-0aabd560cdda",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636950879840,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-11-15T04:36:34.633Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T04:36:34.634Z||pool-72-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-15T04:36:34.634Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIYkFj1U8XlYGVL0) ...
2021-11-15T04:36:34.642Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:36:34.642Z||pool-72-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-11-15T04:36:35.533Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-15T04:36:35.534Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T04:36:35.535Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T04:36:35.536Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "22d6d1a9-5f4a-4850-8e70-0aabd560cdda",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636950879840,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:36:35.636Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T04:36:35.636Z||pool-73-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-15T04:36:35.637Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIYkFj1U8XlYGVL0) ...
2021-11-15T04:36:35.646Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:36:35.646Z||pool-73-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-11-15T04:36:36.536Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-15T04:36:36.537Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T04:36:36.539Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T04:36:36.539Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "22d6d1a9-5f4a-4850-8e70-0aabd560cdda",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636950879840,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-11-15T04:36:36.639Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T04:36:36.639Z||pool-74-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-15T04:36:36.639Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIYkFj1U8XlYGVL0) ...
2021-11-15T04:36:36.649Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:36:36.650Z||pool-74-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-15T04:36:37.540Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "22d6d1a9-5f4a-4850-8e70-0aabd560cdda",
  "serviceName": "basicclamp",
  "serviceVersion": "1.0",
  "serviceUUID": "076c171f-3002-42cf-81f6-dcc0b947ec05",
  "serviceDescription": "service",
  "serviceInvariantUUID": "f3f8c4b1-0a2f-470d-9d85-21587a20e952",
  "resources": [
    {
      "resourceInstanceName": "basicclamp 0",
      "resourceCustomizationUUID": "6cd9cf5c-0ad6-4907-8972-4e4c6d986246",
      "resourceName": "basicclamp",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "da051ae3-3d3d-4466-b5bc-a7b51a73ecd5",
      "resourceInvariantUUID": "1fb70406-8da2-4fbc-ab31-c09d8d7301f2",
      "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": "Yjc4ZjFmM2Q3N2Y0ZGUyYTk5M2MyYjc5YWNmM2M1MTQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "f1cc2dfc-eb37-4fb6-8ca3-c0752e533c90",
          "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": "6c7d5ff4-6b1c-43c7-b56d-2d8d45e27f76",
          "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": "e5ae553e-fdf3-4653-8bd6-5f84bcb861be",
            "generatedFromUUID": "6c7d5ff4-6b1c-43c7-b56d-2d8d45e27f76"
          },
          "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": "e5ae553e-fdf3-4653-8bd6-5f84bcb861be",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Basicclamp-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
      "artifactChecksum": "OTBlMDFhYjA5ZDU0YzE0ZmM4MTMwZjEyZjJhZDdlNGQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d2be43f1-4312-4bc3-9774-c3a7d01f1735"
    }
  ],
  "workloadContext": "Production"
}
2021-11-15T04:36:37.540Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-11-15T04:36:37.540Z|e3e79882-9a29-4f24-8d49-ea28a98e3678|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 076c171f-3002-42cf-81f6-dcc0b947ec05 ASDC
2021-11-15T04:36:37.541Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:22d6d1a9-5f4a-4850-8e70-0aabd560cdda
ServiceName:basicclamp
ServiceVersion:1.0
ServiceUUID:076c171f-3002-42cf-81f6-dcc0b947ec05
ServiceInvariantUUID:f3f8c4b1-0a2f-470d-9d85-21587a20e952
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:d2be43f1-4312-4bc3-9774-c3a7d01f1735
ArtifactChecksum:OTBlMDFhYjA5ZDU0YzE0ZmM4MTMwZjEyZjJhZDdlNGQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basicclamp 0
ResourceCustomizationUUID:6cd9cf5c-0ad6-4907-8972-4e4c6d986246
ResourceInvariantUUID:1fb70406-8da2-4fbc-ab31-c09d8d7301f2
ResourceName:basicclamp
ResourceType:VF
ResourceUUID:da051ae3-3d3d-4466-b5bc-a7b51a73ecd5
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:f1cc2dfc-eb37-4fb6-8ca3-c0752e533c90
ArtifactChecksum:Yjc4ZjFmM2Q3N2Y0ZGUyYTk5M2MyYjc5YWNmM2M1MTQ=
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:6c7d5ff4-6b1c-43c7-b56d-2d8d45e27f76
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:e5ae553e-fdf3-4653-8bd6-5f84bcb861be
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:e5ae553e-fdf3-4653-8bd6-5f84bcb861be
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-11-15T04:36:37.541Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 076c171f-3002-42cf-81f6-dcc0b947ec05 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-11-15T04:36:37.561Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-15T04:36:37.562Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-11-15T04:36:37.562Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-11-15T04:36:37.562Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: d2be43f1-4312-4bc3-9774-c3a7d01f1735 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-11-15T04:36:37.562Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-11-15T04:36:37.563Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-11-15T04:36:37.750Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-11-15T04:36:37.753Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar d2be43f1-4312-4bc3-9774-c3a7d01f1735 73664
2021-11-15T04:36:37.753Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2021-11-15T04:36:37.753Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-11-15T04:36:37.753Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-15T04:36:37.753Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T04:36:37.754Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T04:36:37.754Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "22d6d1a9-5f4a-4850-8e70-0aabd560cdda",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636950997753,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-15T04:36:37.855Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T04:36:37.856Z||pool-75-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-15T04:36:37.856Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIYkFj1U8XlYGVL0) ...
2021-11-15T04:36:37.865Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:36:37.865Z||pool-75-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-11-15T04:36:38.755Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-15T04:36:38.756Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-11-15T04:36:38.756Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: d2be43f1-4312-4bc3-9774-c3a7d01f1735, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar
2021-11-15T04:36:38.756Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar
2021-11-15T04:36:38.756Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar
2021-11-15T04:36:38.757Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar
2021-11-15T04:36:38.891Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10003072012679620019/Definitions/service-Basicclamp-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2021-11-15T04:36:39.721Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2021-11-15T04:36:39.722Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-11-15T04:36:39.722Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-11-15T04:36:39.722Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-11-15T04:36:39.722Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basicclamp 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-11-15T04:36:39.722Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-11-15T04:36:39.723Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-11-15T04:36:39.723Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-11-15T04:36:39.723Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-11-15T04:36:39.723Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-11-15T04:36:39.723Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-11-15T04:36:39.723Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-11-15T04:36:39.723Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-11-15T04:36:39.723Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-11-15T04:36:39.724Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T04:36:39.724Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T04:36:39.724Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-11-15T04:36:39.724Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-11-15T04:36:39.724Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-15T04:36:39.725Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T04:36:39.725Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T04:36:39.725Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-11-15T04:36:39.725Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-11-15T04:36:39.725Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-15T04:36:39.726Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T04:36:39.726Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T04:36:39.726Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T04:36:39.726Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-11-15T04:36:39.726Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-11-15T04:36:39.726Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-11-15T04:36:39.726Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-11-15T04:36:39.726Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-11-15T04:36:39.727Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-11-15T04:36:39.727Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T04:36:39.727Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-15T04:36:39.727Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T04:36:39.727Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-11-15T04:36:39.727Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-15T04:36:39.727Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T04:36:39.727Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-11-15T04:36:39.727Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-15T04:36:39.727Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T04:36:39.727Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-11-15T04:36:39.728Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-15T04:36:39.728Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T04:36:39.728Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-11-15T04:36:39.728Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-11-15T04:36:39.728Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-11-15T04:36:39.729Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=ac99f785-59cd-4d28-bea2-188f8fa812a8
2021-11-15T04:36:39.729Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T04:36:39.729Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T04:36:39.729Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T04:36:39.729Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T04:36:39.729Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T04:36:39.729Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T04:36:39.729Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T04:36:39.730Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T04:36:39.730Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basicclamp
Description:service
Model UUID:076c171f-3002-42cf-81f6-dcc0b947ec05
Model Version:NULL
Model InvariantUuid:f3f8c4b1-0a2f-470d-9d85-21587a20e952
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basicclamp
Model UUID:a13ba203-d66b-41a7-87fd-7097db716873
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:1fb70406-8da2-4fbc-ab31-c09d8d7301f2
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:6cd9cf5c-0ad6-4907-8972-4e4c6d986246
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:82ba0fb1-b87f-48e8-af50-094aa5cc1d8d
ModelName:Basicclamp..base_ubuntu18..module-0
ModelUuid:5a12c60f-97ce-41b7-9898-21a08149e932
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:ac99f785-59cd-4d28-bea2-188f8fa812a8
ModelInvariantUuid:51b8fa22-e113-48b4-975d-812ee8a53c99
ModelName:basicclamp-nodes.ubuntu18Cvfc
ModelUuid:8f802bde-fc92-41ce-8dfb-bdcdedd8b3aa
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:a2ee5240-0657-43c4-9072-7889d9748528
ModelInvariantUuid:dcb40821-86a0-4dc3-97e8-271dd29c85a5
ModelName:Basicclamp.compute.nodes.heat.ubuntu18
ModelUuid:c20c5f8c-7a7d-4cf2-a671-021b9568d5f0
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-11-15T04:36:39.735Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: da051ae3-3d3d-4466-b5bc-a7b51a73ecd5
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-15T04:36:39.738Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||INFO|500||basicclamp 0
2021-11-15T04:36:39.738Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: da051ae3-3d3d-4466-b5bc-a7b51a73ecd5
2021-11-15T04:36:39.738Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: f1cc2dfc-eb37-4fb6-8ca3-c0752e533c90 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-11-15T04:36:39.738Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-11-15T04:36:39.739Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-11-15T04:36:39.785Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-11-15T04:36:39.785Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json f1cc2dfc-eb37-4fb6-8ca3-c0752e533c90 790
2021-11-15T04:36:39.786Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification
2021-11-15T04:36:39.786Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-11-15T04:36:39.786Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-15T04:36:39.786Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T04:36:39.787Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T04:36:39.788Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "22d6d1a9-5f4a-4850-8e70-0aabd560cdda",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636950999786,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-15T04:36:39.842Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T04:36:39.843Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-15T04:36:39.843Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T04:36:39.860Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:36:39.861Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-15T04:36:39.861Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55e841fd-c167-48a1-8b77-d791603a169c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636950851794,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:36:39.861Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:36:39.888Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T04:36:39.888Z||pool-76-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-15T04:36:39.888Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIYkFj1U8XlYGVL0) ...
2021-11-15T04:36:39.896Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:36:39.897Z||pool-76-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-11-15T04:36:40.788Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "82ba0fb1-b87f-48e8-af50-094aa5cc1d8d",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "5a12c60f-97ce-41b7-9898-21a08149e932",
    "vfModuleModelCustomizationUUID": "8c2a6f6a-dd9b-4b94-96a1-98bac36ee0e0",
    "isBase": true,
    "artifacts": [
      "6c7d5ff4-6b1c-43c7-b56d-2d8d45e27f76",
      "e5ae553e-fdf3-4653-8bd6-5f84bcb861be"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-11-15T04:36:40.791Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5a12c60f-97ce-41b7-9898-21a08149e932
VfModuleModelInvariantUUID:82ba0fb1-b87f-48e8-af50-094aa5cc1d8d
VfModuleModelDescription:NULL
Artifacts UUID List:{
6c7d5ff4-6b1c-43c7-b56d-2d8d45e27f76
,
e5ae553e-fdf3-4653-8bd6-5f84bcb861be

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

isBase:true


}

2021-11-15T04:36:40.793Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "82ba0fb1-b87f-48e8-af50-094aa5cc1d8d",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "5a12c60f-97ce-41b7-9898-21a08149e932",
    "vfModuleModelCustomizationUUID": "8c2a6f6a-dd9b-4b94-96a1-98bac36ee0e0",
    "isBase": true,
    "artifacts": [
      "6c7d5ff4-6b1c-43c7-b56d-2d8d45e27f76",
      "e5ae553e-fdf3-4653-8bd6-5f84bcb861be"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-11-15T04:36:40.793Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5a12c60f-97ce-41b7-9898-21a08149e932
VfModuleModelInvariantUUID:82ba0fb1-b87f-48e8-af50-094aa5cc1d8d
VfModuleModelDescription:NULL
Artifacts UUID List:{
6c7d5ff4-6b1c-43c7-b56d-2d8d45e27f76
,
e5ae553e-fdf3-4653-8bd6-5f84bcb861be

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

isBase:true


}

2021-11-15T04:36:40.793Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 6c7d5ff4-6b1c-43c7-b56d-2d8d45e27f76 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-11-15T04:36:40.793Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-11-15T04:36:40.793Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-11-15T04:36:40.895Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-11-15T04:36:40.896Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 6c7d5ff4-6b1c-43c7-b56d-2d8d45e27f76 5033
2021-11-15T04:36:40.896Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-11-15T04:36:40.896Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-11-15T04:36:40.896Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-15T04:36:40.896Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T04:36:40.898Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T04:36:40.898Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "22d6d1a9-5f4a-4850-8e70-0aabd560cdda",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636951000896,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-15T04:36:40.998Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T04:36:40.999Z||pool-77-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-15T04:36:40.999Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIYkFj1U8XlYGVL0) ...
2021-11-15T04:36:41.008Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:36:41.008Z||pool-77-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-11-15T04:36:41.898Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: e5ae553e-fdf3-4653-8bd6-5f84bcb861be from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-11-15T04:36:41.899Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-11-15T04:36:41.899Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-11-15T04:36:42.072Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-11-15T04:36:42.073Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env e5ae553e-fdf3-4653-8bd6-5f84bcb861be 909
2021-11-15T04:36:42.073Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-11-15T04:36:42.073Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-11-15T04:36:42.073Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-15T04:36:42.073Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T04:36:42.075Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T04:36:42.075Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "22d6d1a9-5f4a-4850-8e70-0aabd560cdda",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636951002073,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-11-15T04:36:42.175Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T04:36:42.176Z||pool-78-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-15T04:36:42.176Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIYkFj1U8XlYGVL0) ...
2021-11-15T04:36:42.186Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:36:42.186Z||pool-78-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-15T04:36:43.075Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 076c171f-3002-42cf-81f6-dcc0b947ec05
2021-11-15T04:36:43.076Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 da051ae3-3d3d-4466-b5bc-a7b51a73ecd5 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-15T04:36:43.084Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@71ec34da, org.onap.sdc.toscaparser.api.parameters.Input@2bd4f563, org.onap.sdc.toscaparser.api.parameters.Input@4f804d52, org.onap.sdc.toscaparser.api.parameters.Input@64722418, org.onap.sdc.toscaparser.api.parameters.Input@74a886a8]
2021-11-15T04:36:43.085Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T04:36:43.085Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T04:36:43.086Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2021-11-15T04:36:43.086Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 6cd9cf5c-0ad6-4907-8972-4e4c6d986246
2021-11-15T04:36:43.086Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 6cd9cf5c-0ad6-4907-8972-4e4c6d986246 matches Tosca VF Customization UUID: 6cd9cf5c-0ad6-4907-8972-4e4c6d986246
2021-11-15T04:36:43.086Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 6cd9cf5c-0ad6-4907-8972-4e4c6d986246  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-11-15T04:36:43.087Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T04:36:43.087Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T04:36:43.088Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 6cd9cf5c-0ad6-4907-8972-4e4c6d986246: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2021-11-15T04:36:43.088Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@405b9264
2021-11-15T04:36:43.088Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T04:36:43.088Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-15T04:36:43.089Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 8c2a6f6a-dd9b-4b94-96a1-98bac36ee0e0
2021-11-15T04:36:43.089Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 8c2a6f6a-dd9b-4b94-96a1-98bac36ee0e0
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-11-15T04:36:43.090Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T04:36:43.090Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-11-15T04:36:43.090Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-15T04:36:43.091Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T04:36:43.091Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-11-15T04:36:43.091Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-15T04:36:43.091Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T04:36:43.091Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-11-15T04:36:43.091Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-11-15T04:36:43.091Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-11-15T04:36:43.092Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=ac99f785-59cd-4d28-bea2-188f8fa812a8
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-11-15T04:36:43.093Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T04:36:43.093Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-11-15T04:36:43.093Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-15T04:36:43.094Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T04:36:43.094Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-11-15T04:36:43.094Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=6cd9cf5c-0ad6-4907-8972-4e4c6d986246
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-15T04:36:43.095Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T04:36:43.095Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T04:36:43.096Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 076c171f-3002-42cf-81f6-dcc0b947ec05: basicclamp
2021-11-15T04:36:43.096Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T04:36:43.096Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T04:36:43.096Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T04:36:43.096Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T04:36:43.096Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T04:36:43.096Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T04:36:43.096Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T04:36:43.097Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T04:36:43.097Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T04:36:43.097Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T04:36:43.097Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||INFO|500||Saving Service: basicclamp 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-15T04:36:43.171Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp da051ae3-3d3d-4466-b5bc-a7b51a73ecd5 1 ASDC deployResourceStructure
2021-11-15T04:36:43.171Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification
2021-11-15T04:36:43.171Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-11-15T04:36:43.172Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-15T04:36:43.172Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T04:36:43.173Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T04:36:43.173Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "22d6d1a9-5f4a-4850-8e70-0aabd560cdda",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636951003171,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-15T04:36:43.273Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T04:36:43.274Z||pool-79-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-15T04:36:43.274Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIYkFj1U8XlYGVL0) ...
2021-11-15T04:36:43.283Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:36:43.284Z||pool-79-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-11-15T04:36:44.174Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-11-15T04:36:44.174Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-11-15T04:36:44.174Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-15T04:36:44.175Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T04:36:44.177Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T04:36:44.177Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "22d6d1a9-5f4a-4850-8e70-0aabd560cdda",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636951004174,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-11-15T04:36:44.277Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T04:36:44.278Z||pool-80-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-15T04:36:44.278Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIYkFj1U8XlYGVL0) ...
2021-11-15T04:36:44.286Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:36:44.287Z||pool-80-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-11-15T04:36:45.178Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-11-15T04:36:45.178Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-11-15T04:36:45.178Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-15T04:36:45.178Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T04:36:45.180Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T04:36:45.180Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "22d6d1a9-5f4a-4850-8e70-0aabd560cdda",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636951005177,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-11-15T04:36:45.280Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T04:36:45.280Z||pool-81-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-15T04:36:45.281Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIYkFj1U8XlYGVL0) ...
2021-11-15T04:36:45.289Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:36:45.289Z||pool-81-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-11-15T04:36:46.180Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2021-11-15T04:36:46.181Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-11-15T04:36:46.181Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-15T04:36:46.181Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T04:36:46.182Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T04:36:46.182Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "22d6d1a9-5f4a-4850-8e70-0aabd560cdda",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636951006180,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-15T04:36:46.282Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T04:36:46.283Z||pool-82-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-15T04:36:46.283Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIYkFj1U8XlYGVL0) ...
2021-11-15T04:36:46.293Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:36:46.294Z||pool-82-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-11-15T04:36:47.183Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 22d6d1a9-5f4a-4850-8e70-0aabd560cdda
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-15T04:36:47.189Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 22d6d1a9-5f4a-4850-8e70-0aabd560cdda
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-15T04:36:47.191Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-15T04:36:47.191Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-15T04:36:47.191Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-15T04:37:17.192Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 22d6d1a9-5f4a-4850-8e70-0aabd560cdda
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-15T04:37:17.201Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 22d6d1a9-5f4a-4850-8e70-0aabd560cdda
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-15T04:37:17.204Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-15T04:37:17.204Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-15T04:37:17.204Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-15T04:37:39.842Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T04:37:39.842Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-15T04:37:39.843Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T04:37:39.865Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:37:39.866Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-15T04:37:39.866Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55e841fd-c167-48a1-8b77-d791603a169c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636950880285,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-11-15T04:37:39.866Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:37:39.866Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-15T04:37:39.866Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3e79882-9a29-4f24-8d49-ea28a98e3678",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636950879840,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:37:39.867Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:37:39.867Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-15T04:37:39.867Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22d6d1a9-5f4a-4850-8e70-0aabd560cdda",
  "consumerID": "clamp",
  "timestamp": 1636950852296,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:37:39.867Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:37:39.867Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-15T04:37:39.867Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55e841fd-c167-48a1-8b77-d791603a169c",
  "consumerID": "policy-id",
  "timestamp": 1636950880399,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:37:39.867Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:37:39.867Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-15T04:37:39.867Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55e841fd-c167-48a1-8b77-d791603a169c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636950851794,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:37:39.867Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:37:39.867Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-15T04:37:39.867Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55e841fd-c167-48a1-8b77-d791603a169c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636950881304,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-15T04:37:39.871Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 55e841fd-c167-48a1-8b77-d791603a169c
2021-11-15T04:37:39.871Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 55e841fd-c167-48a1-8b77-d791603a169c and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-15T04:37:39.877Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-15T04:37:39.877Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3e79882-9a29-4f24-8d49-ea28a98e3678",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636950879840,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-11-15T04:37:39.877Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:37:39.877Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-15T04:37:39.877Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22d6d1a9-5f4a-4850-8e70-0aabd560cdda",
  "consumerID": "clamp",
  "timestamp": 1636950852296,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-11-15T04:37:39.877Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:37:39.877Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-15T04:37:39.877Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55e841fd-c167-48a1-8b77-d791603a169c",
  "consumerID": "policy-id",
  "timestamp": 1636950880399,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:37:39.877Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:37:39.877Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-15T04:37:39.877Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55e841fd-c167-48a1-8b77-d791603a169c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636950851794,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:37:39.877Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:37:39.878Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-15T04:37:39.878Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55e841fd-c167-48a1-8b77-d791603a169c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636950882306,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-15T04:37:39.878Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:37:39.878Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-15T04:37:39.878Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22d6d1a9-5f4a-4850-8e70-0aabd560cdda",
  "consumerID": "aai-ml",
  "timestamp": 1636950882375,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-15T04:37:39.878Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:37:39.878Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-15T04:37:39.878Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3e79882-9a29-4f24-8d49-ea28a98e3678",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636950879840,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-11-15T04:37:39.878Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:37:39.878Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-15T04:37:39.878Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55e841fd-c167-48a1-8b77-d791603a169c",
  "consumerID": "policy-id",
  "timestamp": 1636950880399,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-11-15T04:37:39.878Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:37:39.878Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-15T04:37:39.878Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55e841fd-c167-48a1-8b77-d791603a169c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636950851794,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-11-15T04:37:39.878Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:37:39.878Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-15T04:37:39.878Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22d6d1a9-5f4a-4850-8e70-0aabd560cdda",
  "consumerID": "aai-ml",
  "timestamp": 1636950883378,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-15T04:37:39.881Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 22d6d1a9-5f4a-4850-8e70-0aabd560cdda
2021-11-15T04:37:39.881Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 22d6d1a9-5f4a-4850-8e70-0aabd560cdda and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-15T04:37:39.887Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-15T04:37:39.887Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3e79882-9a29-4f24-8d49-ea28a98e3678",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636950879840,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:37:39.887Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:37:39.887Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-15T04:37:39.887Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55e841fd-c167-48a1-8b77-d791603a169c",
  "consumerID": "policy-id",
  "timestamp": 1636950880399,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:37:39.887Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:37:39.887Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-15T04:37:39.887Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55e841fd-c167-48a1-8b77-d791603a169c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636950884307,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-15T04:37:39.887Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:37:39.887Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-15T04:37:39.887Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55e841fd-c167-48a1-8b77-d791603a169c",
  "consumerID": "aai-ml",
  "timestamp": 1636950851202,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:37:39.888Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:37:39.888Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-15T04:37:39.888Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3e79882-9a29-4f24-8d49-ea28a98e3678",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636950879840,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-11-15T04:37:39.888Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:37:39.888Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-15T04:37:39.888Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55e841fd-c167-48a1-8b77-d791603a169c",
  "consumerID": "policy-id",
  "timestamp": 1636950880399,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:37:39.888Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:37:39.888Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-15T04:37:39.888Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55e841fd-c167-48a1-8b77-d791603a169c",
  "consumerID": "aai-ml",
  "timestamp": 1636950851202,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:37:39.888Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:37:39.888Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-15T04:37:39.888Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3e79882-9a29-4f24-8d49-ea28a98e3678",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636950879840,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:37:39.888Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:37:39.888Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-15T04:37:39.888Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55e841fd-c167-48a1-8b77-d791603a169c",
  "consumerID": "policy-id",
  "timestamp": 1636950880399,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:37:39.888Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:37:39.888Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-15T04:37:39.888Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55e841fd-c167-48a1-8b77-d791603a169c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636950886276,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-15T04:37:39.888Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:37:39.889Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-15T04:37:39.889Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55e841fd-c167-48a1-8b77-d791603a169c",
  "consumerID": "aai-ml",
  "timestamp": 1636950851202,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:37:39.889Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:37:39.889Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-15T04:37:39.889Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3e79882-9a29-4f24-8d49-ea28a98e3678",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636950879840,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-11-15T04:37:39.889Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:37:39.889Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-15T04:37:39.889Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55e841fd-c167-48a1-8b77-d791603a169c",
  "consumerID": "policy-id",
  "timestamp": 1636950880399,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:37:39.889Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:37:39.889Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-15T04:37:39.889Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55e841fd-c167-48a1-8b77-d791603a169c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636950887278,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-15T04:37:39.892Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 55e841fd-c167-48a1-8b77-d791603a169c
2021-11-15T04:37:39.892Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 55e841fd-c167-48a1-8b77-d791603a169c and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-15T04:37:39.897Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-15T04:37:39.897Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55e841fd-c167-48a1-8b77-d791603a169c",
  "consumerID": "aai-ml",
  "timestamp": 1636950851202,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:37:39.897Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:37:39.897Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-15T04:37:39.897Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3e79882-9a29-4f24-8d49-ea28a98e3678",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636950887563,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-15T04:37:39.897Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:37:39.897Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-15T04:37:39.897Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55e841fd-c167-48a1-8b77-d791603a169c",
  "consumerID": "policy-id",
  "timestamp": 1636950880399,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-11-15T04:37:39.897Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:37:39.897Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-15T04:37:39.898Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55e841fd-c167-48a1-8b77-d791603a169c",
  "consumerID": "aai-ml",
  "timestamp": 1636950851202,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:37:39.898Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:37:39.898Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-15T04:37:39.898Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55e841fd-c167-48a1-8b77-d791603a169c",
  "consumerID": "policy-id",
  "timestamp": 1636950888987,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-15T04:37:39.898Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:37:39.898Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-15T04:37:39.898Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55e841fd-c167-48a1-8b77-d791603a169c",
  "consumerID": "aai-ml",
  "timestamp": 1636950851202,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:37:39.898Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:37:39.898Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-15T04:37:39.898Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22d6d1a9-5f4a-4850-8e70-0aabd560cdda",
  "consumerID": "clamp",
  "timestamp": 1636950889674,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-15T04:37:39.898Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:37:39.898Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-15T04:37:39.898Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55e841fd-c167-48a1-8b77-d791603a169c",
  "consumerID": "policy-id",
  "timestamp": 1636950889991,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-15T04:37:39.898Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:37:39.898Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-15T04:37:39.898Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3e79882-9a29-4f24-8d49-ea28a98e3678",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636950890038,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-15T04:37:39.898Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:37:39.898Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-15T04:37:39.898Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55e841fd-c167-48a1-8b77-d791603a169c",
  "consumerID": "aai-ml",
  "timestamp": 1636950851202,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:37:39.898Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:37:39.898Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-15T04:37:39.898Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22d6d1a9-5f4a-4850-8e70-0aabd560cdda",
  "consumerID": "clamp",
  "timestamp": 1636950890677,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-15T04:37:39.898Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:37:39.898Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-15T04:37:39.898Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55e841fd-c167-48a1-8b77-d791603a169c",
  "consumerID": "policy-id",
  "timestamp": 1636950890995,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-15T04:37:39.901Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 55e841fd-c167-48a1-8b77-d791603a169c
2021-11-15T04:37:39.901Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 55e841fd-c167-48a1-8b77-d791603a169c and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-11-15T04:37:39.905Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-15T04:37:39.905Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55e841fd-c167-48a1-8b77-d791603a169c",
  "consumerID": "aai-ml",
  "timestamp": 1636950851202,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-11-15T04:37:39.906Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:37:39.906Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-15T04:37:39.906Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3e79882-9a29-4f24-8d49-ea28a98e3678",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636950891879,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-15T04:37:39.906Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:37:39.906Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-15T04:37:39.906Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55e841fd-c167-48a1-8b77-d791603a169c",
  "consumerID": "aai-ml",
  "timestamp": 1636950892693,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-15T04:37:39.906Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:37:39.906Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-15T04:37:39.906Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3e79882-9a29-4f24-8d49-ea28a98e3678",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636950893242,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-11-15T04:37:39.906Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:37:39.906Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-15T04:37:39.906Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22d6d1a9-5f4a-4850-8e70-0aabd560cdda",
  "consumerID": "clamp",
  "timestamp": 1636950893563,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-15T04:37:39.906Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:37:39.906Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-15T04:37:39.906Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3e79882-9a29-4f24-8d49-ea28a98e3678",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636950894331,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-15T04:37:39.906Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:37:39.906Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-15T04:37:39.906Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22d6d1a9-5f4a-4850-8e70-0aabd560cdda",
  "consumerID": "clamp",
  "timestamp": 1636950894566,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-15T04:37:39.906Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:37:39.906Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-15T04:37:39.906Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3e79882-9a29-4f24-8d49-ea28a98e3678",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636950895335,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-11-15T04:37:39.906Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:37:39.907Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-15T04:37:39.907Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22d6d1a9-5f4a-4850-8e70-0aabd560cdda",
  "consumerID": "clamp",
  "timestamp": 1636950895572,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-15T04:37:39.909Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 22d6d1a9-5f4a-4850-8e70-0aabd560cdda
2021-11-15T04:37:39.910Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 22d6d1a9-5f4a-4850-8e70-0aabd560cdda and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-15T04:37:39.915Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-15T04:37:39.915Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3e79882-9a29-4f24-8d49-ea28a98e3678",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636950896338,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-11-15T04:37:39.915Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:37:39.915Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-15T04:37:39.915Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55e841fd-c167-48a1-8b77-d791603a169c",
  "consumerID": "clamp",
  "timestamp": 1636950852296,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:37:39.916Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:37:39.916Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-15T04:37:39.916Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3e79882-9a29-4f24-8d49-ea28a98e3678",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636950897342,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-15T04:37:39.916Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:37:39.916Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-15T04:37:39.916Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55e841fd-c167-48a1-8b77-d791603a169c",
  "consumerID": "clamp",
  "timestamp": 1636950852296,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-11-15T04:37:39.916Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:37:39.916Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-15T04:37:39.916Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55e841fd-c167-48a1-8b77-d791603a169c",
  "consumerID": "aai-ml",
  "timestamp": 1636950897730,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-15T04:37:39.916Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:37:39.916Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-15T04:37:39.916Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55e841fd-c167-48a1-8b77-d791603a169c",
  "consumerID": "clamp",
  "timestamp": 1636950852296,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:37:39.916Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:37:39.916Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-15T04:37:39.916Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55e841fd-c167-48a1-8b77-d791603a169c",
  "consumerID": "aai-ml",
  "timestamp": 1636950898733,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-15T04:37:39.919Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 55e841fd-c167-48a1-8b77-d791603a169c
2021-11-15T04:37:39.919Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 55e841fd-c167-48a1-8b77-d791603a169c and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-15T04:37:39.925Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-15T04:37:39.925Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55e841fd-c167-48a1-8b77-d791603a169c",
  "consumerID": "clamp",
  "timestamp": 1636950852296,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:37:39.925Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:37:39.925Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-15T04:37:39.925Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55e841fd-c167-48a1-8b77-d791603a169c",
  "consumerID": "clamp",
  "timestamp": 1636950852296,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:37:39.925Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:37:39.925Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-15T04:37:39.925Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55e841fd-c167-48a1-8b77-d791603a169c",
  "consumerID": "clamp",
  "timestamp": 1636950852296,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:37:39.925Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:37:39.925Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-15T04:37:39.925Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55e841fd-c167-48a1-8b77-d791603a169c",
  "consumerID": "clamp",
  "timestamp": 1636950852296,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:37:39.925Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:37:39.925Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-15T04:37:39.925Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55e841fd-c167-48a1-8b77-d791603a169c",
  "consumerID": "clamp",
  "timestamp": 1636950852296,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-11-15T04:37:39.926Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:37:39.926Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-15T04:37:39.926Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55e841fd-c167-48a1-8b77-d791603a169c",
  "consumerID": "clamp",
  "timestamp": 1636950913495,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-15T04:37:39.926Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:37:39.926Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-15T04:37:39.926Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55e841fd-c167-48a1-8b77-d791603a169c",
  "consumerID": "clamp",
  "timestamp": 1636950915499,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-15T04:37:39.926Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:37:39.926Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-15T04:37:39.926Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55e841fd-c167-48a1-8b77-d791603a169c",
  "consumerID": "clamp",
  "timestamp": 1636950916502,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-15T04:37:39.929Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 55e841fd-c167-48a1-8b77-d791603a169c
2021-11-15T04:37:39.929Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 55e841fd-c167-48a1-8b77-d791603a169c and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-15T04:37:47.205Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 22d6d1a9-5f4a-4850-8e70-0aabd560cdda
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-15T04:37:47.213Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 22d6d1a9-5f4a-4850-8e70-0aabd560cdda
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-15T04:37:47.214Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-15T04:37:47.215Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-15T04:37:47.215Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-11-15T04:37:47.215Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-11-15T04:37:47.215Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-15T04:37:47.215Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-15T04:37:47.215Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-15T04:37:47.215Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-15T04:37:47.215Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-15T04:37:47.216Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-15T04:37:47.216Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-15T04:37:47.216Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-15T04:37:47.219Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-11-15T04:38:17.220Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 22d6d1a9-5f4a-4850-8e70-0aabd560cdda and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-11-15T04:38:17.224Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 22d6d1a9-5f4a-4850-8e70-0aabd560cdda and serviceModelVersionId: 076c171f-3002-42cf-81f6-dcc0b947ec05
2021-11-15T04:38:17.224Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f3f8c4b1-0a2f-470d-9d85-21587a20e952
2021-11-15T04:38:17.225Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f3f8c4b1-0a2f-470d-9d85-21587a20e952/model-vers/model-ver/076c171f-3002-42cf-81f6-dcc0b947ec05?depth=0
2021-11-15T04:38:17.229Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2021-11-15T04:38:17.263Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3f8c4b1-0a2f-470d-9d85-21587a20e952/model-vers/model-ver/076c171f-3002-42cf-81f6-dcc0b947ec05?depth=0|INFO|500||Invoke
2021-11-15T04:38:17.263Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3f8c4b1-0a2f-470d-9d85-21587a20e952/model-vers/model-ver/076c171f-3002-42cf-81f6-dcc0b947ec05?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3f8c4b1-0a2f-470d-9d85-21587a20e952/model-vers/model-ver/076c171f-3002-42cf-81f6-dcc0b947ec05?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[22d6d1a9-5f4a-4850-8e70-0aabd560cdda], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e7c412e6-b4fc-45b1-bb2d-0b7b3a36eb74], X-ECOMP-RequestID=[22d6d1a9-5f4a-4850-8e70-0aabd560cdda], X-TransactionId=[], X-ONAP-RequestID=[22d6d1a9-5f4a-4850-8e70-0aabd560cdda], Content-Type=[application/merge-patch+json]}
2021-11-15T04:38:17.281Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3f8c4b1-0a2f-470d-9d85-21587a20e952/model-vers/model-ver/076c171f-3002-42cf-81f6-dcc0b947ec05?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-11-15T04:38:17.347Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3f8c4b1-0a2f-470d-9d85-21587a20e952/model-vers/model-ver/076c171f-3002-42cf-81f6-dcc0b947ec05?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/f3f8c4b1-0a2f-470d-9d85-21587a20e952/model-vers/model-ver/076c171f-3002-42cf-81f6-dcc0b947ec05?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-211115-04:38:17:288-87313], vertex-id=[217120], Content-Length=[0], Date=[Mon, 15 Nov 2021 04:38:17 GMT], Content-Type=[application/json]}
2021-11-15T04:38:17.347Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3f8c4b1-0a2f-470d-9d85-21587a20e952/model-vers/model-ver/076c171f-3002-42cf-81f6-dcc0b947ec05?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-11-15T04:38:17.348Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3f8c4b1-0a2f-470d-9d85-21587a20e952/model-vers/model-ver/076c171f-3002-42cf-81f6-dcc0b947ec05?depth=0|INFO|500||InvokeReturn
2021-11-15T04:38:17.348Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-11-15T04:38:17.348Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-15T04:38:17.351Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-11-15T04:38:17.351Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 22d6d1a9-5f4a-4850-8e70-0aabd560cdda and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-11-15T04:38:17.351Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-11-15T04:38:17.351Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T04:38:17.352Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T04:38:17.353Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "22d6d1a9-5f4a-4850-8e70-0aabd560cdda",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636951097351,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-15T04:38:17.453Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T04:38:17.453Z||pool-83-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-15T04:38:17.453Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIYkFj1U8XlYGVL0) ...
2021-11-15T04:38:17.466Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:38:17.466Z||pool-83-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-11-15T04:38:18.361Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-15T04:38:18.361Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"55e841fd-c167-48a1-8b77-d791603a169c","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"5b0eb738-34db-4f0d-9d90-5ffbe68cb5e4","serviceDescription":"service","serviceInvariantUUID":"b1ee1082-606e-4f14-9bdd-9ab8c1c42a81","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"60d0badb-9ed7-4178-8b2d-513ea8029510","resourceInvariantUUID":"1a7db418-9fa4-44b5-90be-cf2cd33c1b46","resourceCustomizationUUID":"aa8f5340-4158-4a16-9c5f-f1655745154c","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":"MjVmNzQ2NGY2OTc1ZTQzZjBmZDI1MzA1MzcwNWQxZDI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"54a6cdcd-0a6b-47d5-a3ae-2ef8d81e88f6","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":"NWNlNzYxYzM5Y2NjMWIxY2EwN2I5MGI0OWYyM2YyYTA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"91817338-54c6-4bf9-9f69-9919444a6956","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":"5df8e4c6-fd51-4824-bdc1-b3d326c7bbf4","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":"1b2f8700-b622-4e81-a1a1-a3e894868ee9","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":"3e9b8bad-7cbf-460f-8d50-64bbdca80f94","artifactVersion":"2","generatedFromUUID":"5df8e4c6-fd51-4824-bdc1-b3d326c7bbf4"},{"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":"MjZiYTBmMzQzMmY3NWI5YjEzMDZkYThhMTRhMzc5NWU\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"05c3446d-63c5-4dbf-b2f7-473c317dfdfe","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":"NDlhOTZhYzAzZDA2YWY5Yjc4NTBhZmNiNDczNTg0Y2E\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f73d9689-f9f5-4374-b80e-88f1ff619317","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"MWIxYzZkNjU3MGYwMmJkMmQwN2M5ZjQzOTUxYWNkNmM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"dc5b0921-ac63-48c5-b914-ae38bda3dd95","artifactVersion":"1"}],"workloadContext":"Production"}
2021-11-15T04:38:18.361Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-15T04:38:18.361Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T04:38:18.363Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T04:38:18.363Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "55e841fd-c167-48a1-8b77-d791603a169c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636950879840,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:38:18.463Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T04:38:18.463Z||pool-84-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-15T04:38:18.463Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIYkFj1U8XlYGVL0) ...
2021-11-15T04:38:18.473Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:38:18.473Z||pool-84-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-11-15T04:38:19.363Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-15T04:38:19.364Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T04:38:19.365Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T04:38:19.365Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "55e841fd-c167-48a1-8b77-d791603a169c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636950879840,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-11-15T04:38:19.466Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-11-15T04:38:19.467Z||pool-85-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-15T04:38:19.467Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIYkFj1U8XlYGVL0) ...
2021-11-15T04:38:19.476Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:38:19.476Z||pool-85-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-11-15T04:38:20.366Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-15T04:38:20.367Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T04:38:20.368Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T04:38:20.368Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "55e841fd-c167-48a1-8b77-d791603a169c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636950879840,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-11-15T04:38:20.468Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T04:38:20.469Z||pool-86-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-15T04:38:20.469Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIYkFj1U8XlYGVL0) ...
2021-11-15T04:38:20.479Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:38:20.479Z||pool-86-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-15T04:38:21.368Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-15T04:38:21.369Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T04:38:21.370Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T04:38:21.370Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "55e841fd-c167-48a1-8b77-d791603a169c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636950879840,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:38:21.471Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T04:38:21.471Z||pool-87-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-15T04:38:21.471Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIYkFj1U8XlYGVL0) ...
2021-11-15T04:38:21.480Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:38:21.480Z||pool-87-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-11-15T04:38:22.371Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-15T04:38:22.371Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T04:38:22.373Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T04:38:22.373Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "55e841fd-c167-48a1-8b77-d791603a169c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636950879840,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-11-15T04:38:22.473Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T04:38:22.474Z||pool-88-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-15T04:38:22.474Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIYkFj1U8XlYGVL0) ...
2021-11-15T04:38:22.483Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:38:22.483Z||pool-88-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-11-15T04:38:23.373Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-15T04:38:23.374Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T04:38:23.375Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T04:38:23.375Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "55e841fd-c167-48a1-8b77-d791603a169c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636950879840,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:38:23.475Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T04:38:23.476Z||pool-89-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-15T04:38:23.476Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIYkFj1U8XlYGVL0) ...
2021-11-15T04:38:23.485Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:38:23.485Z||pool-89-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-11-15T04:38:24.376Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-15T04:38:24.376Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T04:38:24.378Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T04:38:24.378Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "55e841fd-c167-48a1-8b77-d791603a169c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636950879840,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:38:24.478Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T04:38:24.478Z||pool-90-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-15T04:38:24.478Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIYkFj1U8XlYGVL0) ...
2021-11-15T04:38:24.489Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:38:24.489Z||pool-90-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-15T04:38:25.378Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-15T04:38:25.379Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T04:38:25.380Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T04:38:25.380Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "55e841fd-c167-48a1-8b77-d791603a169c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636950879840,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-11-15T04:38:25.481Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T04:38:25.481Z||pool-91-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-15T04:38:25.481Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIYkFj1U8XlYGVL0) ...
2021-11-15T04:38:25.490Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:38:25.490Z||pool-91-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-11-15T04:38:26.381Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "55e841fd-c167-48a1-8b77-d791603a169c",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "5b0eb738-34db-4f0d-9d90-5ffbe68cb5e4",
  "serviceDescription": "service",
  "serviceInvariantUUID": "b1ee1082-606e-4f14-9bdd-9ab8c1c42a81",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "aa8f5340-4158-4a16-9c5f-f1655745154c",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "60d0badb-9ed7-4178-8b2d-513ea8029510",
      "resourceInvariantUUID": "1a7db418-9fa4-44b5-90be-cf2cd33c1b46",
      "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": "NWNlNzYxYzM5Y2NjMWIxY2EwN2I5MGI0OWYyM2YyYTA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "91817338-54c6-4bf9-9f69-9919444a6956",
          "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": "5df8e4c6-fd51-4824-bdc1-b3d326c7bbf4",
          "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": "3e9b8bad-7cbf-460f-8d50-64bbdca80f94",
            "generatedFromUUID": "5df8e4c6-fd51-4824-bdc1-b3d326c7bbf4"
          },
          "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": "3e9b8bad-7cbf-460f-8d50-64bbdca80f94",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "MWIxYzZkNjU3MGYwMmJkMmQwN2M5ZjQzOTUxYWNkNmM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "dc5b0921-ac63-48c5-b914-ae38bda3dd95"
    }
  ],
  "workloadContext": "Production"
}
2021-11-15T04:38:26.382Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-11-15T04:38:26.382Z|22d6d1a9-5f4a-4850-8e70-0aabd560cdda|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 5b0eb738-34db-4f0d-9d90-5ffbe68cb5e4 ASDC
2021-11-15T04:38:26.382Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:55e841fd-c167-48a1-8b77-d791603a169c
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:5b0eb738-34db-4f0d-9d90-5ffbe68cb5e4
ServiceInvariantUUID:b1ee1082-606e-4f14-9bdd-9ab8c1c42a81
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:dc5b0921-ac63-48c5-b914-ae38bda3dd95
ArtifactChecksum:MWIxYzZkNjU3MGYwMmJkMmQwN2M5ZjQzOTUxYWNkNmM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:aa8f5340-4158-4a16-9c5f-f1655745154c
ResourceInvariantUUID:1a7db418-9fa4-44b5-90be-cf2cd33c1b46
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:60d0badb-9ed7-4178-8b2d-513ea8029510
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:91817338-54c6-4bf9-9f69-9919444a6956
ArtifactChecksum:NWNlNzYxYzM5Y2NjMWIxY2EwN2I5MGI0OWYyM2YyYTA=
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:5df8e4c6-fd51-4824-bdc1-b3d326c7bbf4
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:3e9b8bad-7cbf-460f-8d50-64bbdca80f94
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:3e9b8bad-7cbf-460f-8d50-64bbdca80f94
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-11-15T04:38:26.382Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5b0eb738-34db-4f0d-9d90-5ffbe68cb5e4 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-11-15T04:38:26.401Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-15T04:38:26.401Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-11-15T04:38:26.401Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-11-15T04:38:26.401Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: dc5b0921-ac63-48c5-b914-ae38bda3dd95 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-11-15T04:38:26.401Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-11-15T04:38:26.402Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-11-15T04:38:26.577Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-11-15T04:38:26.580Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar dc5b0921-ac63-48c5-b914-ae38bda3dd95 78767
2021-11-15T04:38:26.580Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2021-11-15T04:38:26.580Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-11-15T04:38:26.580Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-15T04:38:26.581Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T04:38:26.582Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T04:38:26.583Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "55e841fd-c167-48a1-8b77-d791603a169c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636951106580,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-15T04:38:26.683Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T04:38:26.683Z||pool-92-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-15T04:38:26.683Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIYkFj1U8XlYGVL0) ...
2021-11-15T04:38:26.694Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:38:26.694Z||pool-92-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-15T04:38:27.583Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-15T04:38:27.584Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-11-15T04:38:27.584Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: dc5b0921-ac63-48c5-b914-ae38bda3dd95, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-11-15T04:38:27.584Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2021-11-15T04:38:27.585Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-11-15T04:38:27.585Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-11-15T04:38:27.963Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11685632728940616165/Definitions/service-BasicVmMacro-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2021-11-15T04:38:28.809Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2021-11-15T04:38:28.809Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-11-15T04:38:28.809Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-11-15T04:38:28.809Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-11-15T04:38:28.809Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-11-15T04:38:28.809Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-11-15T04:38:28.809Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-11-15T04:38:28.809Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-11-15T04:38:28.810Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-11-15T04:38:28.810Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-11-15T04:38:28.810Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-11-15T04:38:28.810Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-11-15T04:38:28.810Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-11-15T04:38:28.810Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-11-15T04:38:28.810Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T04:38:28.810Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T04:38:28.811Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-11-15T04:38:28.811Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-11-15T04:38:28.811Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-15T04:38:28.811Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T04:38:28.811Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T04:38:28.812Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-11-15T04:38:28.812Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-11-15T04:38:28.812Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-15T04:38:28.812Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T04:38:28.812Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T04:38:28.812Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T04:38:28.813Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-11-15T04:38:28.813Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2021-11-15T04:38:28.813Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2021-11-15T04:38:28.813Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2021-11-15T04:38:28.813Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-11-15T04:38:28.813Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-11-15T04:38:28.813Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T04:38:28.813Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-15T04:38:28.813Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T04:38:28.814Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-11-15T04:38:28.814Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-15T04:38:28.814Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T04:38:28.814Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-11-15T04:38:28.814Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-15T04:38:28.814Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T04:38:28.815Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-11-15T04:38:28.815Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-15T04:38:28.815Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T04:38:28.815Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-11-15T04:38:28.815Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-11-15T04:38:28.815Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-11-15T04:38:28.816Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=df3958aa-a188-4058-8a35-51644b6aa869
2021-11-15T04:38:28.816Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T04:38:28.816Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T04:38:28.816Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T04:38:28.816Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T04:38:28.816Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T04:38:28.816Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T04:38:28.816Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T04:38:28.816Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T04:38:28.816Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:5b0eb738-34db-4f0d-9d90-5ffbe68cb5e4
Model Version:NULL
Model InvariantUuid:b1ee1082-606e-4f14-9bdd-9ab8c1c42a81
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:c52ba102-c466-4e34-9435-178665b7e959
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:1a7db418-9fa4-44b5-90be-cf2cd33c1b46
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:aa8f5340-4158-4a16-9c5f-f1655745154c
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:301a920e-0c29-4be6-823a-14dbd3f8dc7c
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:544bcea6-e0f1-4db9-8fa9-7059ce431596
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:df3958aa-a188-4058-8a35-51644b6aa869
ModelInvariantUuid:42d99e4e-8db4-4eae-8071-07b85d97d613
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:ee9c0f4b-9cee-4cc0-85dc-37ecdd207b91
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:458d45ac-5eb1-4d5d-ae37-77b5393777cc
ModelInvariantUuid:5603dcf3-f5f9-45bc-93af-00ad3ab4a5c0
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:b9689cc9-c5fe-4cf2-a9d3-7f770b15fb35
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-11-15T04:38:28.822Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 60d0badb-9ed7-4178-8b2d-513ea8029510
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-15T04:38:28.823Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||INFO|500||basic_vm_macro 0
2021-11-15T04:38:28.823Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 60d0badb-9ed7-4178-8b2d-513ea8029510
2021-11-15T04:38:28.823Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 91817338-54c6-4bf9-9f69-9919444a6956 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-11-15T04:38:28.823Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-11-15T04:38:28.824Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-11-15T04:38:28.868Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-11-15T04:38:28.868Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 91817338-54c6-4bf9-9f69-9919444a6956 792
2021-11-15T04:38:28.868Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2021-11-15T04:38:28.868Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-11-15T04:38:28.868Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-15T04:38:28.868Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T04:38:28.870Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T04:38:28.870Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "55e841fd-c167-48a1-8b77-d791603a169c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636951108868,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-15T04:38:28.970Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T04:38:28.970Z||pool-93-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-15T04:38:28.971Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIYkFj1U8XlYGVL0) ...
2021-11-15T04:38:28.980Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:38:28.980Z||pool-93-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-11-15T04:38:29.870Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "301a920e-0c29-4be6-823a-14dbd3f8dc7c",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "544bcea6-e0f1-4db9-8fa9-7059ce431596",
    "vfModuleModelCustomizationUUID": "1a89549e-e3cf-4d00-994d-a1076ffffb17",
    "isBase": true,
    "artifacts": [
      "5df8e4c6-fd51-4824-bdc1-b3d326c7bbf4",
      "3e9b8bad-7cbf-460f-8d50-64bbdca80f94"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-11-15T04:38:29.872Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:544bcea6-e0f1-4db9-8fa9-7059ce431596
VfModuleModelInvariantUUID:301a920e-0c29-4be6-823a-14dbd3f8dc7c
VfModuleModelDescription:NULL
Artifacts UUID List:{
5df8e4c6-fd51-4824-bdc1-b3d326c7bbf4
,
3e9b8bad-7cbf-460f-8d50-64bbdca80f94

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

isBase:true


}

2021-11-15T04:38:29.874Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "301a920e-0c29-4be6-823a-14dbd3f8dc7c",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "544bcea6-e0f1-4db9-8fa9-7059ce431596",
    "vfModuleModelCustomizationUUID": "1a89549e-e3cf-4d00-994d-a1076ffffb17",
    "isBase": true,
    "artifacts": [
      "5df8e4c6-fd51-4824-bdc1-b3d326c7bbf4",
      "3e9b8bad-7cbf-460f-8d50-64bbdca80f94"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-11-15T04:38:29.874Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:544bcea6-e0f1-4db9-8fa9-7059ce431596
VfModuleModelInvariantUUID:301a920e-0c29-4be6-823a-14dbd3f8dc7c
VfModuleModelDescription:NULL
Artifacts UUID List:{
5df8e4c6-fd51-4824-bdc1-b3d326c7bbf4
,
3e9b8bad-7cbf-460f-8d50-64bbdca80f94

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

isBase:true


}

2021-11-15T04:38:29.874Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 5df8e4c6-fd51-4824-bdc1-b3d326c7bbf4 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-11-15T04:38:29.874Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-11-15T04:38:29.874Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-11-15T04:38:30.368Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-11-15T04:38:30.368Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 5df8e4c6-fd51-4824-bdc1-b3d326c7bbf4 5033
2021-11-15T04:38:30.369Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2021-11-15T04:38:30.369Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-11-15T04:38:30.369Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-15T04:38:30.369Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T04:38:30.370Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T04:38:30.371Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "55e841fd-c167-48a1-8b77-d791603a169c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636951110369,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-15T04:38:30.471Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T04:38:30.471Z||pool-94-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-15T04:38:30.472Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIYkFj1U8XlYGVL0) ...
2021-11-15T04:38:30.481Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:38:30.481Z||pool-94-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-11-15T04:38:31.371Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 3e9b8bad-7cbf-460f-8d50-64bbdca80f94 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-11-15T04:38:31.371Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-11-15T04:38:31.372Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-11-15T04:38:31.586Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-11-15T04:38:31.586Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 3e9b8bad-7cbf-460f-8d50-64bbdca80f94 903
2021-11-15T04:38:31.586Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2021-11-15T04:38:31.586Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-11-15T04:38:31.586Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-15T04:38:31.587Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T04:38:31.588Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T04:38:31.588Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "55e841fd-c167-48a1-8b77-d791603a169c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636951111586,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-11-15T04:38:31.688Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T04:38:31.689Z||pool-95-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-15T04:38:31.689Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIYkFj1U8XlYGVL0) ...
2021-11-15T04:38:31.699Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:38:31.699Z||pool-95-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-11-15T04:38:32.589Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 5b0eb738-34db-4f0d-9d90-5ffbe68cb5e4
2021-11-15T04:38:32.589Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 60d0badb-9ed7-4178-8b2d-513ea8029510 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-15T04:38:32.597Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@13d92391, org.onap.sdc.toscaparser.api.parameters.Input@15215b9d, org.onap.sdc.toscaparser.api.parameters.Input@41948270, org.onap.sdc.toscaparser.api.parameters.Input@79e764bc, org.onap.sdc.toscaparser.api.parameters.Input@23f805ba]
2021-11-15T04:38:32.598Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T04:38:32.598Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T04:38:32.598Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2021-11-15T04:38:32.598Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= aa8f5340-4158-4a16-9c5f-f1655745154c
2021-11-15T04:38:32.598Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: aa8f5340-4158-4a16-9c5f-f1655745154c matches Tosca VF Customization UUID: aa8f5340-4158-4a16-9c5f-f1655745154c
2021-11-15T04:38:32.598Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: aa8f5340-4158-4a16-9c5f-f1655745154c  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-11-15T04:38:32.599Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T04:38:32.599Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T04:38:32.600Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id aa8f5340-4158-4a16-9c5f-f1655745154c: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"sdnc_model_version\":\"1.0.0\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\",\"sdnc_model_name\":\"ubuntu20\"}
2021-11-15T04:38:32.600Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1bf8800d
2021-11-15T04:38:32.600Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T04:38:32.600Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-15T04:38:32.600Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 1a89549e-e3cf-4d00-994d-a1076ffffb17
2021-11-15T04:38:32.600Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 1a89549e-e3cf-4d00-994d-a1076ffffb17
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-11-15T04:38:32.602Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T04:38:32.602Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-11-15T04:38:32.602Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-15T04:38:32.602Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T04:38:32.603Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-11-15T04:38:32.603Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-15T04:38:32.603Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T04:38:32.603Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-11-15T04:38:32.603Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-11-15T04:38:32.603Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-11-15T04:38:32.603Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=df3958aa-a188-4058-8a35-51644b6aa869
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-11-15T04:38:32.604Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T04:38:32.605Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-11-15T04:38:32.605Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-15T04:38:32.605Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T04:38:32.605Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-11-15T04:38:32.605Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=aa8f5340-4158-4a16-9c5f-f1655745154c
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-15T04:38:32.606Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T04:38:32.606Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T04:38:32.606Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 5b0eb738-34db-4f0d-9d90-5ffbe68cb5e4: basic_vm_macro
2021-11-15T04:38:32.607Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T04:38:32.607Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T04:38:32.607Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T04:38:32.607Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T04:38:32.607Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T04:38:32.607Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T04:38:32.607Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T04:38:32.607Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T04:38:32.607Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T04:38:32.607Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T04:38:32.607Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||INFO|500||Saving Service: basic_vm_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-15T04:38:32.658Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 60d0badb-9ed7-4178-8b2d-513ea8029510 1 ASDC deployResourceStructure
2021-11-15T04:38:32.658Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2021-11-15T04:38:32.658Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-11-15T04:38:32.658Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-15T04:38:32.659Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T04:38:32.660Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T04:38:32.660Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "55e841fd-c167-48a1-8b77-d791603a169c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636951112658,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-15T04:38:32.760Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T04:38:32.761Z||pool-96-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-15T04:38:32.761Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIYkFj1U8XlYGVL0) ...
2021-11-15T04:38:32.789Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:38:32.790Z||pool-96-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2021-11-15T04:38:33.661Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2021-11-15T04:38:33.661Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-11-15T04:38:33.661Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-15T04:38:33.661Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T04:38:33.663Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T04:38:33.663Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "55e841fd-c167-48a1-8b77-d791603a169c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636951113661,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-11-15T04:38:33.763Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T04:38:33.764Z||pool-97-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-15T04:38:33.764Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIYkFj1U8XlYGVL0) ...
2021-11-15T04:38:33.773Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:38:33.773Z||pool-97-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-11-15T04:38:34.663Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2021-11-15T04:38:34.664Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-11-15T04:38:34.664Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-15T04:38:34.664Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T04:38:34.665Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T04:38:34.665Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "55e841fd-c167-48a1-8b77-d791603a169c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636951114663,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-11-15T04:38:34.765Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T04:38:34.766Z||pool-98-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-15T04:38:34.766Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIYkFj1U8XlYGVL0) ...
2021-11-15T04:38:34.780Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:38:34.780Z||pool-98-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-15T04:38:35.666Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2021-11-15T04:38:35.667Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-11-15T04:38:35.667Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-15T04:38:35.667Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T04:38:35.669Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T04:38:35.669Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "55e841fd-c167-48a1-8b77-d791603a169c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636951115666,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-15T04:38:35.769Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T04:38:35.770Z||pool-99-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-15T04:38:35.770Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIYkFj1U8XlYGVL0) ...
2021-11-15T04:38:35.778Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:38:35.779Z||pool-99-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-11-15T04:38:36.670Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 55e841fd-c167-48a1-8b77-d791603a169c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-15T04:38:36.678Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 55e841fd-c167-48a1-8b77-d791603a169c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-15T04:38:36.679Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-15T04:38:36.680Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-15T04:38:36.680Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-11-15T04:38:36.680Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-11-15T04:38:36.680Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-15T04:38:36.680Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-15T04:38:36.680Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-15T04:38:36.680Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-15T04:38:36.680Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-15T04:38:36.680Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-15T04:38:36.681Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-15T04:38:36.684Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-11-15T04:38:39.842Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T04:38:39.842Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-15T04:38:39.842Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T04:38:39.876Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:38:39.877Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-15T04:38:39.877Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3e79882-9a29-4f24-8d49-ea28a98e3678",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636950988506,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-15T04:38:39.877Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:38:39.877Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-15T04:38:39.877Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22d6d1a9-5f4a-4850-8e70-0aabd560cdda",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636950879840,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:38:39.877Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:38:39.877Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-15T04:38:39.877Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22d6d1a9-5f4a-4850-8e70-0aabd560cdda",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636950879840,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:38:39.877Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:38:39.878Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-15T04:38:39.878Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22d6d1a9-5f4a-4850-8e70-0aabd560cdda",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636950879840,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-11-15T04:38:39.878Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:38:39.878Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-15T04:38:39.878Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22d6d1a9-5f4a-4850-8e70-0aabd560cdda",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636950879840,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-11-15T04:38:39.878Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:38:39.878Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-15T04:38:39.878Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22d6d1a9-5f4a-4850-8e70-0aabd560cdda",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636950879840,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:38:39.878Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:38:39.878Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-15T04:38:39.878Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22d6d1a9-5f4a-4850-8e70-0aabd560cdda",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636950879840,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-11-15T04:38:39.878Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:38:39.878Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-15T04:38:39.878Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22d6d1a9-5f4a-4850-8e70-0aabd560cdda",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636950879840,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:38:39.878Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:38:39.878Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-15T04:38:39.878Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22d6d1a9-5f4a-4850-8e70-0aabd560cdda",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636950879840,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-11-15T04:38:39.878Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:38:39.878Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-15T04:38:39.878Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22d6d1a9-5f4a-4850-8e70-0aabd560cdda",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636950997753,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-15T04:38:39.878Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:39:06.684Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 55e841fd-c167-48a1-8b77-d791603a169c and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-11-15T04:39:06.688Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 55e841fd-c167-48a1-8b77-d791603a169c and serviceModelVersionId: 5b0eb738-34db-4f0d-9d90-5ffbe68cb5e4
2021-11-15T04:39:06.688Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b1ee1082-606e-4f14-9bdd-9ab8c1c42a81
2021-11-15T04:39:06.688Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b1ee1082-606e-4f14-9bdd-9ab8c1c42a81/model-vers/model-ver/5b0eb738-34db-4f0d-9d90-5ffbe68cb5e4?depth=0
2021-11-15T04:39:06.692Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2021-11-15T04:39:06.718Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b1ee1082-606e-4f14-9bdd-9ab8c1c42a81/model-vers/model-ver/5b0eb738-34db-4f0d-9d90-5ffbe68cb5e4?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2021-11-15T04:39:06.718Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b1ee1082-606e-4f14-9bdd-9ab8c1c42a81/model-vers/model-ver/5b0eb738-34db-4f0d-9d90-5ffbe68cb5e4?depth=0|INFO|500||Invoke
2021-11-15T04:39:06.733Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b1ee1082-606e-4f14-9bdd-9ab8c1c42a81/model-vers/model-ver/5b0eb738-34db-4f0d-9d90-5ffbe68cb5e4?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-11-15T04:39:06.808Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b1ee1082-606e-4f14-9bdd-9ab8c1c42a81/model-vers/model-ver/5b0eb738-34db-4f0d-9d90-5ffbe68cb5e4?depth=0|INFO|500||InvokeReturn
2021-11-15T04:39:06.808Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b1ee1082-606e-4f14-9bdd-9ab8c1c42a81/model-vers/model-ver/5b0eb738-34db-4f0d-9d90-5ffbe68cb5e4?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-211115-04:39:06:741-77760], vertex-id=[225328], Content-Length=[0], Date=[Mon, 15 Nov 2021 04:39:06 GMT], Content-Type=[application/json]}
2021-11-15T04:39:06.808Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2021-11-15T04:39:06.809Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-11-15T04:39:06.809Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-15T04:39:06.812Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-11-15T04:39:06.812Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 55e841fd-c167-48a1-8b77-d791603a169c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-11-15T04:39:06.812Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-11-15T04:39:06.812Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T04:39:06.814Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T04:39:06.814Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "55e841fd-c167-48a1-8b77-d791603a169c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636951146812,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-15T04:39:06.914Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T04:39:06.915Z||pool-100-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-15T04:39:06.915Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIYkFj1U8XlYGVL0) ...
2021-11-15T04:39:06.926Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:39:06.926Z||pool-100-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-11-15T04:39:07.822Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T04:39:07.822Z|55e841fd-c167-48a1-8b77-d791603a169c|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-11-15T04:39:07.822Z|55e841fd-c167-48a1-8b77-d791603a169c|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 HIYkFj1U8XlYGVL0) ...
2021-11-15T04:39:13.178Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:39:13.178Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-15T04:39:13.179Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"29a1be26-d679-424f-9825-2d8fa0ce135e","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"b16e8a66-aea9-417d-a5cd-1f0d5386050c","serviceDescription":"service","serviceInvariantUUID":"f40ac2b8-ce12-4511-a120-074328eaf37a","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"9e63a1ff-f10b-437e-b319-923c6f1248aa","resourceInvariantUUID":"a57c9bef-0af3-46ce-87ae-0555ce35e3db","resourceCustomizationUUID":"a06f5111-886f-46ad-929e-d8736e026797","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":"NWM1YWE3OWI2MDNmY2M1ZjMxM2YzMDA2YTA5OTQ3MjQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e02956ad-bba8-4aa0-8a02-8f2ca384d9a3","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":"e55dc7b1-3df4-49c7-b6b8-6722b8bb619c","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":"ad85a002-a029-477e-ac26-1aa150eea03f","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":"M2VmODNiMzE2Mjk3OGMyZmI1OGMxYjcyNDY4OTljMzk\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"9ff6ec97-7606-4588-b1f1-73532ce809ee","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":"6bd36625-dd44-47a3-9a6b-a0b1ae1ba5ec","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":"049621c5-bfec-4502-b34d-b97226ef9448","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":"acb6ac03-31c8-4a8c-9f3f-629ba831764f","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":"MjBkMmVlMzY1OTI3YTM4NGNkNzgxYjUzMzY2YmZkNWQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d2638590-9f76-4301-a3b7-3695d071afc7","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"OTdkOGI0YzlmMTFkMmVjMWI4Y2MyMTc3YTQ5YzhhNWI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6e1d5e41-d7f9-44ba-a7a7-3aac63caff94","artifactVersion":"1"}],"workloadContext":"Production"}
2021-11-15T04:39:13.180Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-15T04:39:13.180Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T04:39:13.182Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T04:39:13.182Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "29a1be26-d679-424f-9825-2d8fa0ce135e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636951147822,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:39:13.282Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T04:39:13.282Z||pool-101-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-15T04:39:13.283Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIYkFj1U8XlYGVL0) ...
2021-11-15T04:39:13.292Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:39:13.292Z||pool-101-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-11-15T04:39:14.182Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-15T04:39:14.183Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T04:39:14.184Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T04:39:14.184Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "29a1be26-d679-424f-9825-2d8fa0ce135e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636951147822,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:39:14.285Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T04:39:14.285Z||pool-102-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-15T04:39:14.285Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIYkFj1U8XlYGVL0) ...
2021-11-15T04:39:14.294Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:39:14.294Z||pool-102-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-11-15T04:39:15.185Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-15T04:39:15.186Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T04:39:15.187Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T04:39:15.187Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "29a1be26-d679-424f-9825-2d8fa0ce135e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636951147822,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:39:15.287Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T04:39:15.288Z||pool-103-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-15T04:39:15.288Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIYkFj1U8XlYGVL0) ...
2021-11-15T04:39:15.297Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:39:15.297Z||pool-103-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-11-15T04:39:16.188Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-15T04:39:16.188Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T04:39:16.190Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T04:39:16.190Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "29a1be26-d679-424f-9825-2d8fa0ce135e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636951147822,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:39:16.290Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T04:39:16.291Z||pool-104-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-15T04:39:16.291Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIYkFj1U8XlYGVL0) ...
2021-11-15T04:39:16.299Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:39:16.299Z||pool-104-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-11-15T04:39:17.191Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-15T04:39:17.191Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T04:39:17.193Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T04:39:17.193Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "29a1be26-d679-424f-9825-2d8fa0ce135e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636951147822,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:39:17.293Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T04:39:17.293Z||pool-105-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-15T04:39:17.293Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIYkFj1U8XlYGVL0) ...
2021-11-15T04:39:17.302Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:39:17.303Z||pool-105-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-11-15T04:39:18.193Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-15T04:39:18.194Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T04:39:18.195Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T04:39:18.195Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "29a1be26-d679-424f-9825-2d8fa0ce135e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636951147822,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:39:18.296Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T04:39:18.296Z||pool-106-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-15T04:39:18.296Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIYkFj1U8XlYGVL0) ...
2021-11-15T04:39:18.305Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:39:18.305Z||pool-106-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-11-15T04:39:19.196Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-15T04:39:19.197Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T04:39:19.199Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T04:39:19.199Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "29a1be26-d679-424f-9825-2d8fa0ce135e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636951147822,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:39:19.299Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T04:39:19.299Z||pool-107-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-15T04:39:19.300Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIYkFj1U8XlYGVL0) ...
2021-11-15T04:39:19.307Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:39:19.307Z||pool-107-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-11-15T04:39:20.199Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-15T04:39:20.200Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T04:39:20.202Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T04:39:20.202Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "29a1be26-d679-424f-9825-2d8fa0ce135e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636951147822,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:39:20.302Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T04:39:20.303Z||pool-108-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-15T04:39:20.303Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIYkFj1U8XlYGVL0) ...
2021-11-15T04:39:20.311Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:39:20.312Z||pool-108-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-11-15T04:39:21.203Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-15T04:39:21.203Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T04:39:21.205Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T04:39:21.205Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "29a1be26-d679-424f-9825-2d8fa0ce135e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636951147822,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-11-15T04:39:21.305Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T04:39:21.306Z||pool-109-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-15T04:39:21.306Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIYkFj1U8XlYGVL0) ...
2021-11-15T04:39:21.313Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:39:21.314Z||pool-109-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-11-15T04:39:22.206Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "29a1be26-d679-424f-9825-2d8fa0ce135e",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "b16e8a66-aea9-417d-a5cd-1f0d5386050c",
  "serviceDescription": "service",
  "serviceInvariantUUID": "f40ac2b8-ce12-4511-a120-074328eaf37a",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "a06f5111-886f-46ad-929e-d8736e026797",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "9e63a1ff-f10b-437e-b319-923c6f1248aa",
      "resourceInvariantUUID": "a57c9bef-0af3-46ce-87ae-0555ce35e3db",
      "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": "OTdkOGI0YzlmMTFkMmVjMWI4Y2MyMTc3YTQ5YzhhNWI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "6e1d5e41-d7f9-44ba-a7a7-3aac63caff94"
    }
  ],
  "workloadContext": "Production"
}
2021-11-15T04:39:22.206Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-11-15T04:39:22.206Z|55e841fd-c167-48a1-8b77-d791603a169c|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 b16e8a66-aea9-417d-a5cd-1f0d5386050c ASDC
2021-11-15T04:39:22.206Z|29a1be26-d679-424f-9825-2d8fa0ce135e|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:29a1be26-d679-424f-9825-2d8fa0ce135e
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:b16e8a66-aea9-417d-a5cd-1f0d5386050c
ServiceInvariantUUID:f40ac2b8-ce12-4511-a120-074328eaf37a
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:6e1d5e41-d7f9-44ba-a7a7-3aac63caff94
ArtifactChecksum:OTdkOGI0YzlmMTFkMmVjMWI4Y2MyMTc3YTQ5YzhhNWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:a06f5111-886f-46ad-929e-d8736e026797
ResourceInvariantUUID:a57c9bef-0af3-46ce-87ae-0555ce35e3db
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:9e63a1ff-f10b-437e-b319-923c6f1248aa
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-11-15T04:39:22.206Z|29a1be26-d679-424f-9825-2d8fa0ce135e|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b16e8a66-aea9-417d-a5cd-1f0d5386050c ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-15T04:39:22.223Z|29a1be26-d679-424f-9825-2d8fa0ce135e|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-15T04:39:22.224Z|29a1be26-d679-424f-9825-2d8fa0ce135e|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-11-15T04:39:22.224Z|29a1be26-d679-424f-9825-2d8fa0ce135e|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-11-15T04:39:22.224Z|29a1be26-d679-424f-9825-2d8fa0ce135e|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 6e1d5e41-d7f9-44ba-a7a7-3aac63caff94 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-11-15T04:39:22.224Z|29a1be26-d679-424f-9825-2d8fa0ce135e|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-11-15T04:39:22.224Z|29a1be26-d679-424f-9825-2d8fa0ce135e|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-11-15T04:39:22.368Z|29a1be26-d679-424f-9825-2d8fa0ce135e|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-11-15T04:39:22.372Z|29a1be26-d679-424f-9825-2d8fa0ce135e|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 6e1d5e41-d7f9-44ba-a7a7-3aac63caff94 105642
2021-11-15T04:39:22.373Z|29a1be26-d679-424f-9825-2d8fa0ce135e|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2021-11-15T04:39:22.373Z|29a1be26-d679-424f-9825-2d8fa0ce135e|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-11-15T04:39:22.373Z|29a1be26-d679-424f-9825-2d8fa0ce135e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-15T04:39:22.373Z|29a1be26-d679-424f-9825-2d8fa0ce135e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T04:39:22.374Z|29a1be26-d679-424f-9825-2d8fa0ce135e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T04:39:22.374Z|29a1be26-d679-424f-9825-2d8fa0ce135e|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "29a1be26-d679-424f-9825-2d8fa0ce135e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636951162373,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-15T04:39:22.475Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T04:39:22.475Z||pool-110-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-15T04:39:22.475Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIYkFj1U8XlYGVL0) ...
2021-11-15T04:39:22.482Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:39:22.482Z||pool-110-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-11-15T04:39:23.375Z|29a1be26-d679-424f-9825-2d8fa0ce135e|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-15T04:39:23.376Z|29a1be26-d679-424f-9825-2d8fa0ce135e|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-11-15T04:39:23.376Z|29a1be26-d679-424f-9825-2d8fa0ce135e|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 6e1d5e41-d7f9-44ba-a7a7-3aac63caff94, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-11-15T04:39:23.376Z|29a1be26-d679-424f-9825-2d8fa0ce135e|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2021-11-15T04:39:23.377Z|29a1be26-d679-424f-9825-2d8fa0ce135e|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-11-15T04:39:23.377Z|29a1be26-d679-424f-9825-2d8fa0ce135e|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-11-15T04:39:23.454Z|29a1be26-d679-424f-9825-2d8fa0ce135e|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4779589014544075018/Definitions/service-TestPnfMacro-template.yml
2021-11-15T04:39:23.988Z|29a1be26-d679-424f-9825-2d8fa0ce135e|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2021-11-15T04:39:23.988Z|29a1be26-d679-424f-9825-2d8fa0ce135e|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-11-15T04:39:23.989Z|29a1be26-d679-424f-9825-2d8fa0ce135e|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-11-15T04:39:23.989Z|29a1be26-d679-424f-9825-2d8fa0ce135e|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-11-15T04:39:23.989Z|29a1be26-d679-424f-9825-2d8fa0ce135e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-11-15T04:39:23.989Z|29a1be26-d679-424f-9825-2d8fa0ce135e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-11-15T04:39:23.989Z|29a1be26-d679-424f-9825-2d8fa0ce135e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-11-15T04:39:23.989Z|29a1be26-d679-424f-9825-2d8fa0ce135e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-11-15T04:39:23.989Z|29a1be26-d679-424f-9825-2d8fa0ce135e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-11-15T04:39:23.989Z|29a1be26-d679-424f-9825-2d8fa0ce135e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-11-15T04:39:23.989Z|29a1be26-d679-424f-9825-2d8fa0ce135e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-11-15T04:39:23.989Z|29a1be26-d679-424f-9825-2d8fa0ce135e|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-11-15T04:39:23.990Z|29a1be26-d679-424f-9825-2d8fa0ce135e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T04:39:23.990Z|29a1be26-d679-424f-9825-2d8fa0ce135e|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T04:39:23.990Z|29a1be26-d679-424f-9825-2d8fa0ce135e|pool-2-thread-6|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2021-11-15T04:39:23.990Z|29a1be26-d679-424f-9825-2d8fa0ce135e|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-11-15T04:39:23.990Z|29a1be26-d679-424f-9825-2d8fa0ce135e|pool-2-thread-6|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-15T04:39:23.990Z|29a1be26-d679-424f-9825-2d8fa0ce135e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T04:39:23.991Z|29a1be26-d679-424f-9825-2d8fa0ce135e|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T04:39:23.991Z|29a1be26-d679-424f-9825-2d8fa0ce135e|pool-2-thread-6|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2021-11-15T04:39:23.991Z|29a1be26-d679-424f-9825-2d8fa0ce135e|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-11-15T04:39:23.991Z|29a1be26-d679-424f-9825-2d8fa0ce135e|pool-2-thread-6|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-15T04:39:23.991Z|29a1be26-d679-424f-9825-2d8fa0ce135e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T04:39:23.991Z|29a1be26-d679-424f-9825-2d8fa0ce135e|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T04:39:23.991Z|29a1be26-d679-424f-9825-2d8fa0ce135e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T04:39:23.991Z|29a1be26-d679-424f-9825-2d8fa0ce135e|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T04:39:23.992Z|29a1be26-d679-424f-9825-2d8fa0ce135e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T04:39:23.992Z|29a1be26-d679-424f-9825-2d8fa0ce135e|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T04:39:23.992Z|29a1be26-d679-424f-9825-2d8fa0ce135e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T04:39:23.992Z|29a1be26-d679-424f-9825-2d8fa0ce135e|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T04:39:23.992Z|29a1be26-d679-424f-9825-2d8fa0ce135e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T04:39:23.992Z|29a1be26-d679-424f-9825-2d8fa0ce135e|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T04:39:23.992Z|29a1be26-d679-424f-9825-2d8fa0ce135e|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:b16e8a66-aea9-417d-a5cd-1f0d5386050c
Model Version:NULL
Model InvariantUuid:f40ac2b8-ce12-4511-a120-074328eaf37a
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-11-15T04:39:23.997Z|29a1be26-d679-424f-9825-2d8fa0ce135e|pool-2-thread-6|||||INFO|500||Processing Resource Type: PNF, Model UUID: 9e63a1ff-f10b-437e-b319-923c6f1248aa
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-15T04:39:23.998Z|29a1be26-d679-424f-9825-2d8fa0ce135e|pool-2-thread-6|||||INFO|500||test-pnf 0
2021-11-15T04:39:23.998Z|29a1be26-d679-424f-9825-2d8fa0ce135e|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 9e63a1ff-f10b-437e-b319-923c6f1248aa
2021-11-15T04:39:23.999Z|29a1be26-d679-424f-9825-2d8fa0ce135e|pool-2-thread-6|||||DEBUG|500||No resources found for Service: b16e8a66-aea9-417d-a5cd-1f0d5386050c
2021-11-15T04:39:23.999Z|29a1be26-d679-424f-9825-2d8fa0ce135e|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: b16e8a66-aea9-417d-a5cd-1f0d5386050c
2021-11-15T04:39:23.999Z|29a1be26-d679-424f-9825-2d8fa0ce135e|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 9e63a1ff-f10b-437e-b319-923c6f1248aa ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-15T04:39:24.001Z|29a1be26-d679-424f-9825-2d8fa0ce135e|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@32255e76, org.onap.sdc.toscaparser.api.parameters.Input@2b28610d, org.onap.sdc.toscaparser.api.parameters.Input@272e7b83, org.onap.sdc.toscaparser.api.parameters.Input@3af70e0c, org.onap.sdc.toscaparser.api.parameters.Input@223931ca]
2021-11-15T04:39:24.001Z|29a1be26-d679-424f-9825-2d8fa0ce135e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T04:39:24.002Z|29a1be26-d679-424f-9825-2d8fa0ce135e|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T04:39:24.002Z|29a1be26-d679-424f-9825-2d8fa0ce135e|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid b16e8a66-aea9-417d-a5cd-1f0d5386050c: test-pnf
2021-11-15T04:39:24.002Z|29a1be26-d679-424f-9825-2d8fa0ce135e|pool-2-thread-6|||||INFO|500||Processing PNF resource: 9e63a1ff-f10b-437e-b319-923c6f1248aa
2021-11-15T04:39:24.002Z|29a1be26-d679-424f-9825-2d8fa0ce135e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T04:39:24.002Z|29a1be26-d679-424f-9825-2d8fa0ce135e|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T04:39:24.002Z|29a1be26-d679-424f-9825-2d8fa0ce135e|pool-2-thread-6|||||INFO|500||Resource customization UUID: a06f5111-886f-46ad-929e-d8736e026797 is the same as notified resource customizationUUID: a06f5111-886f-46ad-929e-d8736e026797
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2021-11-15T04:39:24.023Z|29a1be26-d679-424f-9825-2d8fa0ce135e|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 9e63a1ff-f10b-437e-b319-923c6f1248aa 0 ASDC deployResourceStructure
2021-11-15T04:39:24.023Z|29a1be26-d679-424f-9825-2d8fa0ce135e|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2021-11-15T04:39:24.023Z|29a1be26-d679-424f-9825-2d8fa0ce135e|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-11-15T04:39:24.023Z|29a1be26-d679-424f-9825-2d8fa0ce135e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-15T04:39:24.024Z|29a1be26-d679-424f-9825-2d8fa0ce135e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T04:39:24.026Z|29a1be26-d679-424f-9825-2d8fa0ce135e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T04:39:24.026Z|29a1be26-d679-424f-9825-2d8fa0ce135e|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "29a1be26-d679-424f-9825-2d8fa0ce135e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636951164023,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-15T04:39:24.126Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T04:39:24.126Z||pool-111-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-15T04:39:24.127Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIYkFj1U8XlYGVL0) ...
2021-11-15T04:39:24.136Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:39:24.137Z||pool-111-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-11-15T04:39:25.026Z|29a1be26-d679-424f-9825-2d8fa0ce135e|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 29a1be26-d679-424f-9825-2d8fa0ce135e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-15T04:39:25.033Z|29a1be26-d679-424f-9825-2d8fa0ce135e|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 29a1be26-d679-424f-9825-2d8fa0ce135e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-15T04:39:25.035Z|29a1be26-d679-424f-9825-2d8fa0ce135e|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-15T04:39:25.035Z|29a1be26-d679-424f-9825-2d8fa0ce135e|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-15T04:39:25.035Z|29a1be26-d679-424f-9825-2d8fa0ce135e|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-15T04:39:39.842Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T04:39:39.843Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-15T04:39:39.843Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T04:39:39.865Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:39:39.867Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T04:39:39.867Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22d6d1a9-5f4a-4850-8e70-0aabd560cdda",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636950999786,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-15T04:39:39.867Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:39:39.867Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T04:39:39.867Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22d6d1a9-5f4a-4850-8e70-0aabd560cdda",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636951000896,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-15T04:39:39.868Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:39:39.868Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T04:39:39.868Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22d6d1a9-5f4a-4850-8e70-0aabd560cdda",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636951002073,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-11-15T04:39:39.868Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:39:39.868Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T04:39:39.868Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22d6d1a9-5f4a-4850-8e70-0aabd560cdda",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636951003171,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-15T04:39:39.868Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:39:39.868Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T04:39:39.868Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22d6d1a9-5f4a-4850-8e70-0aabd560cdda",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636951004174,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-11-15T04:39:39.869Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:39:39.869Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T04:39:39.869Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22d6d1a9-5f4a-4850-8e70-0aabd560cdda",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636951005177,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-11-15T04:39:39.869Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:39:39.869Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T04:39:39.869Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22d6d1a9-5f4a-4850-8e70-0aabd560cdda",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636951006180,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-15T04:39:39.869Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:39:39.869Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T04:39:39.869Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a1be26-d679-424f-9825-2d8fa0ce135e",
  "consumerID": "cds",
  "timestamp": 1636951033859,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:39:39.870Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:39:39.870Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T04:39:39.870Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a1be26-d679-424f-9825-2d8fa0ce135e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636951031794,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:39:39.870Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:39:39.870Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T04:39:39.870Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a1be26-d679-424f-9825-2d8fa0ce135e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636951028455,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:39:39.870Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:39:39.870Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T04:39:39.870Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a1be26-d679-424f-9825-2d8fa0ce135e",
  "consumerID": "aai-ml",
  "timestamp": 1636951031202,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:39:39.870Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:39:39.871Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T04:39:39.871Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a1be26-d679-424f-9825-2d8fa0ce135e",
  "consumerID": "clamp",
  "timestamp": 1636951032296,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:39:39.871Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:39:39.871Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T04:39:39.871Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a1be26-d679-424f-9825-2d8fa0ce135e",
  "consumerID": "cds",
  "timestamp": 1636951033859,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:39:39.871Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:39:39.871Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T04:39:39.871Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a1be26-d679-424f-9825-2d8fa0ce135e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636951031794,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:39:39.871Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:39:39.871Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T04:39:39.871Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a1be26-d679-424f-9825-2d8fa0ce135e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636951028455,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:39:39.871Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:39:39.871Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T04:39:39.871Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a1be26-d679-424f-9825-2d8fa0ce135e",
  "consumerID": "aai-ml",
  "timestamp": 1636951031202,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:39:39.871Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:39:39.871Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T04:39:39.871Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a1be26-d679-424f-9825-2d8fa0ce135e",
  "consumerID": "clamp",
  "timestamp": 1636951032296,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:39:39.871Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:39:39.871Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T04:39:39.871Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a1be26-d679-424f-9825-2d8fa0ce135e",
  "consumerID": "cds",
  "timestamp": 1636951033859,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:39:39.872Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:39:39.872Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T04:39:39.872Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a1be26-d679-424f-9825-2d8fa0ce135e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636951031794,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:39:39.872Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:39:39.872Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T04:39:39.872Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a1be26-d679-424f-9825-2d8fa0ce135e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636951028455,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:39:39.872Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:39:39.872Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T04:39:39.872Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a1be26-d679-424f-9825-2d8fa0ce135e",
  "consumerID": "aai-ml",
  "timestamp": 1636951031202,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:39:39.872Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:39:39.872Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T04:39:39.872Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a1be26-d679-424f-9825-2d8fa0ce135e",
  "consumerID": "clamp",
  "timestamp": 1636951032296,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:39:39.872Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:39:39.872Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T04:39:39.872Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a1be26-d679-424f-9825-2d8fa0ce135e",
  "consumerID": "cds",
  "timestamp": 1636951033859,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:39:39.872Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:39:39.872Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T04:39:39.872Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a1be26-d679-424f-9825-2d8fa0ce135e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636951031794,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:39:39.873Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:39:39.873Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T04:39:39.873Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a1be26-d679-424f-9825-2d8fa0ce135e",
  "consumerID": "aai-ml",
  "timestamp": 1636951031202,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:39:39.873Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:39:39.873Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T04:39:39.873Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a1be26-d679-424f-9825-2d8fa0ce135e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636951028455,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:39:39.873Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:39:39.873Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T04:39:39.873Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a1be26-d679-424f-9825-2d8fa0ce135e",
  "consumerID": "clamp",
  "timestamp": 1636951032296,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:39:39.873Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:39:39.873Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T04:39:39.873Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a1be26-d679-424f-9825-2d8fa0ce135e",
  "consumerID": "cds",
  "timestamp": 1636951033859,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:39:39.873Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:39:39.873Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T04:39:39.873Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a1be26-d679-424f-9825-2d8fa0ce135e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636951031794,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:39:39.873Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:39:39.873Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T04:39:39.873Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a1be26-d679-424f-9825-2d8fa0ce135e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636951028455,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:39:39.873Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:39:39.873Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T04:39:39.873Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a1be26-d679-424f-9825-2d8fa0ce135e",
  "consumerID": "aai-ml",
  "timestamp": 1636951031202,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:39:39.874Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:39:39.874Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T04:39:39.874Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a1be26-d679-424f-9825-2d8fa0ce135e",
  "consumerID": "clamp",
  "timestamp": 1636951032296,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:39:39.874Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:39:39.874Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T04:39:39.874Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a1be26-d679-424f-9825-2d8fa0ce135e",
  "consumerID": "policy-id",
  "timestamp": 1636951040399,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:39:39.874Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:39:39.874Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T04:39:39.874Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a1be26-d679-424f-9825-2d8fa0ce135e",
  "consumerID": "dcae-sch",
  "timestamp": 1636951040658,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:39:39.874Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:39:39.874Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T04:39:39.874Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a1be26-d679-424f-9825-2d8fa0ce135e",
  "consumerID": "cds",
  "timestamp": 1636951033859,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:39:39.874Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:39:39.874Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T04:39:39.874Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a1be26-d679-424f-9825-2d8fa0ce135e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636951031794,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:39:39.874Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:39:39.874Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T04:39:39.874Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a1be26-d679-424f-9825-2d8fa0ce135e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636951028455,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:39:39.874Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:39:39.874Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T04:39:39.874Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a1be26-d679-424f-9825-2d8fa0ce135e",
  "consumerID": "aai-ml",
  "timestamp": 1636951031202,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:39:39.874Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:39:39.875Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T04:39:39.875Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a1be26-d679-424f-9825-2d8fa0ce135e",
  "consumerID": "clamp",
  "timestamp": 1636951032296,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:39:39.875Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:39:39.875Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T04:39:39.875Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a1be26-d679-424f-9825-2d8fa0ce135e",
  "consumerID": "policy-id",
  "timestamp": 1636951040399,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:39:39.875Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:39:39.875Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T04:39:39.875Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a1be26-d679-424f-9825-2d8fa0ce135e",
  "consumerID": "dcae-sch",
  "timestamp": 1636951040658,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:39:39.875Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:39:39.875Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T04:39:39.875Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a1be26-d679-424f-9825-2d8fa0ce135e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636951041744,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:39:39.875Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:39:39.875Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T04:39:39.875Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a1be26-d679-424f-9825-2d8fa0ce135e",
  "consumerID": "cds",
  "timestamp": 1636951033859,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:39:39.875Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:39:39.875Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T04:39:39.875Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a1be26-d679-424f-9825-2d8fa0ce135e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636951031794,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:39:39.875Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:39:39.875Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T04:39:39.875Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a1be26-d679-424f-9825-2d8fa0ce135e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636951028455,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-11-15T04:39:39.875Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:39:39.875Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T04:39:39.876Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a1be26-d679-424f-9825-2d8fa0ce135e",
  "consumerID": "aai-ml",
  "timestamp": 1636951031202,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:39:39.876Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:39:39.876Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T04:39:39.876Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a1be26-d679-424f-9825-2d8fa0ce135e",
  "consumerID": "clamp",
  "timestamp": 1636951032296,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:39:39.876Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:39:39.876Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T04:39:39.876Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a1be26-d679-424f-9825-2d8fa0ce135e",
  "consumerID": "policy-id",
  "timestamp": 1636951040399,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:39:39.876Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:39:39.876Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T04:39:39.876Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a1be26-d679-424f-9825-2d8fa0ce135e",
  "consumerID": "dcae-sch",
  "timestamp": 1636951040658,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:39:39.876Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:39:39.876Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T04:39:39.876Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a1be26-d679-424f-9825-2d8fa0ce135e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636951041744,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:39:39.876Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:39:39.876Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T04:39:39.876Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a1be26-d679-424f-9825-2d8fa0ce135e",
  "consumerID": "cds",
  "timestamp": 1636951033859,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:39:39.876Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:39:39.876Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T04:39:39.876Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a1be26-d679-424f-9825-2d8fa0ce135e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636951028455,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:39:39.876Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:39:39.877Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T04:39:39.877Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a1be26-d679-424f-9825-2d8fa0ce135e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636951031794,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:39:39.877Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:39:39.877Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T04:39:39.877Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a1be26-d679-424f-9825-2d8fa0ce135e",
  "consumerID": "aai-ml",
  "timestamp": 1636951031202,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:39:39.877Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:39:39.877Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T04:39:39.877Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a1be26-d679-424f-9825-2d8fa0ce135e",
  "consumerID": "clamp",
  "timestamp": 1636951032296,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:39:39.877Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:39:39.877Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T04:39:39.877Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a1be26-d679-424f-9825-2d8fa0ce135e",
  "consumerID": "policy-id",
  "timestamp": 1636951040399,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:39:39.877Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:39:39.877Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T04:39:39.877Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a1be26-d679-424f-9825-2d8fa0ce135e",
  "consumerID": "dcae-sch",
  "timestamp": 1636951040658,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:39:39.877Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:39:39.877Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T04:39:39.877Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a1be26-d679-424f-9825-2d8fa0ce135e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636951041744,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:39:39.877Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:39:39.877Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T04:39:39.877Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a1be26-d679-424f-9825-2d8fa0ce135e",
  "consumerID": "cds",
  "timestamp": 1636951033859,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-11-15T04:39:39.877Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:39:39.877Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T04:39:39.878Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a1be26-d679-424f-9825-2d8fa0ce135e",
  "consumerID": "aai-ml",
  "timestamp": 1636951031202,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-11-15T04:39:39.878Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:39:39.878Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T04:39:39.878Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a1be26-d679-424f-9825-2d8fa0ce135e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636951031794,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-11-15T04:39:39.878Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:39:39.878Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T04:39:39.878Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a1be26-d679-424f-9825-2d8fa0ce135e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636951028455,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:39:39.878Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:39:39.878Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T04:39:39.878Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a1be26-d679-424f-9825-2d8fa0ce135e",
  "consumerID": "clamp",
  "timestamp": 1636951032296,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-11-15T04:39:39.878Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:39:39.878Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T04:39:39.878Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a1be26-d679-424f-9825-2d8fa0ce135e",
  "consumerID": "policy-id",
  "timestamp": 1636951040399,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:39:39.878Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:39:39.878Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T04:39:39.878Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a1be26-d679-424f-9825-2d8fa0ce135e",
  "consumerID": "dcae-sch",
  "timestamp": 1636951040658,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:39:39.878Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:39:39.878Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T04:39:39.878Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a1be26-d679-424f-9825-2d8fa0ce135e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636951041744,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:39:39.878Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:39:39.878Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T04:39:39.878Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a1be26-d679-424f-9825-2d8fa0ce135e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636951045793,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-15T04:39:39.879Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:39:39.879Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T04:39:39.879Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a1be26-d679-424f-9825-2d8fa0ce135e",
  "consumerID": "aai-ml",
  "timestamp": 1636951045796,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-15T04:39:39.879Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:39:39.879Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T04:39:39.879Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a1be26-d679-424f-9825-2d8fa0ce135e",
  "consumerID": "cds",
  "timestamp": 1636951045795,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-15T04:39:39.879Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:39:39.879Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T04:39:39.879Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a1be26-d679-424f-9825-2d8fa0ce135e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636951045796,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-15T04:39:39.879Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:39:39.879Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T04:39:39.879Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a1be26-d679-424f-9825-2d8fa0ce135e",
  "consumerID": "policy-id",
  "timestamp": 1636951040399,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:39:39.879Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:39:39.879Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T04:39:39.879Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a1be26-d679-424f-9825-2d8fa0ce135e",
  "consumerID": "dcae-sch",
  "timestamp": 1636951040658,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:39:39.879Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:39:39.879Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T04:39:39.879Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a1be26-d679-424f-9825-2d8fa0ce135e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636951041744,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:39:39.879Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:39:39.879Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T04:39:39.879Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a1be26-d679-424f-9825-2d8fa0ce135e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636951046821,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-11-15T04:39:39.880Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:39:39.880Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T04:39:39.880Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a1be26-d679-424f-9825-2d8fa0ce135e",
  "consumerID": "cds",
  "timestamp": 1636951046999,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-15T04:39:39.884Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 29a1be26-d679-424f-9825-2d8fa0ce135e
2021-11-15T04:39:39.884Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 29a1be26-d679-424f-9825-2d8fa0ce135e and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-15T04:39:39.890Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T04:39:39.890Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a1be26-d679-424f-9825-2d8fa0ce135e",
  "consumerID": "policy-id",
  "timestamp": 1636951040399,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:39:39.890Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:39:39.890Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T04:39:39.890Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a1be26-d679-424f-9825-2d8fa0ce135e",
  "consumerID": "dcae-sch",
  "timestamp": 1636951040658,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:39:39.890Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:39:39.890Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T04:39:39.890Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a1be26-d679-424f-9825-2d8fa0ce135e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636951041744,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:39:39.890Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:39:39.890Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T04:39:39.891Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a1be26-d679-424f-9825-2d8fa0ce135e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636951047405,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-15T04:39:39.891Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:39:39.891Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T04:39:39.891Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a1be26-d679-424f-9825-2d8fa0ce135e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636951047823,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-15T04:39:39.893Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 29a1be26-d679-424f-9825-2d8fa0ce135e
2021-11-15T04:39:39.893Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 29a1be26-d679-424f-9825-2d8fa0ce135e and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-15T04:39:39.898Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T04:39:39.898Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a1be26-d679-424f-9825-2d8fa0ce135e",
  "consumerID": "policy-id",
  "timestamp": 1636951040399,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:39:39.898Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:39:39.898Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T04:39:39.899Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a1be26-d679-424f-9825-2d8fa0ce135e",
  "consumerID": "dcae-sch",
  "timestamp": 1636951040658,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:39:39.899Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:39:39.899Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T04:39:39.899Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a1be26-d679-424f-9825-2d8fa0ce135e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636951041744,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:39:39.899Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:39:39.899Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T04:39:39.899Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a1be26-d679-424f-9825-2d8fa0ce135e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636951048407,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-15T04:39:39.901Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 29a1be26-d679-424f-9825-2d8fa0ce135e
2021-11-15T04:39:39.901Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 29a1be26-d679-424f-9825-2d8fa0ce135e and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-15T04:39:39.906Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T04:39:39.906Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a1be26-d679-424f-9825-2d8fa0ce135e",
  "consumerID": "policy-id",
  "timestamp": 1636951040399,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-11-15T04:39:39.906Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:39:39.906Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T04:39:39.906Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a1be26-d679-424f-9825-2d8fa0ce135e",
  "consumerID": "dcae-sch",
  "timestamp": 1636951040658,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:39:39.906Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:39:39.906Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T04:39:39.906Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a1be26-d679-424f-9825-2d8fa0ce135e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636951041744,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:39:39.906Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:39:39.906Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T04:39:39.907Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a1be26-d679-424f-9825-2d8fa0ce135e",
  "consumerID": "clamp",
  "timestamp": 1636951049517,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-15T04:39:39.907Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:39:39.907Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T04:39:39.907Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a1be26-d679-424f-9825-2d8fa0ce135e",
  "consumerID": "aai-ml",
  "timestamp": 1636951049944,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-15T04:39:39.907Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:39:39.907Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T04:39:39.907Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a1be26-d679-424f-9825-2d8fa0ce135e",
  "consumerID": "policy-id",
  "timestamp": 1636951050377,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-15T04:39:39.907Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:39:39.907Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T04:39:39.907Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a1be26-d679-424f-9825-2d8fa0ce135e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636951041744,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-11-15T04:39:39.907Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:39:39.907Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T04:39:39.907Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a1be26-d679-424f-9825-2d8fa0ce135e",
  "consumerID": "aai-ml",
  "timestamp": 1636951050948,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-15T04:39:39.910Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 29a1be26-d679-424f-9825-2d8fa0ce135e
2021-11-15T04:39:39.910Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 29a1be26-d679-424f-9825-2d8fa0ce135e and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-15T04:39:39.915Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T04:39:39.915Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a1be26-d679-424f-9825-2d8fa0ce135e",
  "consumerID": "policy-id",
  "timestamp": 1636951051381,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-15T04:39:39.915Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:39:39.915Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T04:39:39.915Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a1be26-d679-424f-9825-2d8fa0ce135e",
  "consumerID": "clamp",
  "timestamp": 1636951051527,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-15T04:39:39.915Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:39:39.915Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T04:39:39.915Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a1be26-d679-424f-9825-2d8fa0ce135e",
  "consumerID": "policy-id",
  "timestamp": 1636951052384,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-15T04:39:39.918Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 29a1be26-d679-424f-9825-2d8fa0ce135e
2021-11-15T04:39:39.918Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 29a1be26-d679-424f-9825-2d8fa0ce135e and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-15T04:39:39.923Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-15T04:39:39.923Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a1be26-d679-424f-9825-2d8fa0ce135e",
  "consumerID": "clamp",
  "timestamp": 1636951052529,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-15T04:39:39.926Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 29a1be26-d679-424f-9825-2d8fa0ce135e
2021-11-15T04:39:39.926Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 29a1be26-d679-424f-9825-2d8fa0ce135e and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-15T04:39:55.035Z|29a1be26-d679-424f-9825-2d8fa0ce135e|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 29a1be26-d679-424f-9825-2d8fa0ce135e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-15T04:39:55.043Z|29a1be26-d679-424f-9825-2d8fa0ce135e|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 29a1be26-d679-424f-9825-2d8fa0ce135e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-15T04:39:55.044Z|29a1be26-d679-424f-9825-2d8fa0ce135e|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-15T04:39:55.044Z|29a1be26-d679-424f-9825-2d8fa0ce135e|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-15T04:39:55.045Z|29a1be26-d679-424f-9825-2d8fa0ce135e|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-11-15T04:39:55.045Z|29a1be26-d679-424f-9825-2d8fa0ce135e|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-11-15T04:39:55.045Z|29a1be26-d679-424f-9825-2d8fa0ce135e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-15T04:39:55.045Z|29a1be26-d679-424f-9825-2d8fa0ce135e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-15T04:39:55.045Z|29a1be26-d679-424f-9825-2d8fa0ce135e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-15T04:39:55.045Z|29a1be26-d679-424f-9825-2d8fa0ce135e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-15T04:39:55.045Z|29a1be26-d679-424f-9825-2d8fa0ce135e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-15T04:39:55.045Z|29a1be26-d679-424f-9825-2d8fa0ce135e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-15T04:39:55.045Z|29a1be26-d679-424f-9825-2d8fa0ce135e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-15T04:39:55.046Z|29a1be26-d679-424f-9825-2d8fa0ce135e|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-15T04:39:55.049Z|29a1be26-d679-424f-9825-2d8fa0ce135e|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-11-15T04:40:25.049Z|29a1be26-d679-424f-9825-2d8fa0ce135e|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 29a1be26-d679-424f-9825-2d8fa0ce135e and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-11-15T04:40:25.053Z|29a1be26-d679-424f-9825-2d8fa0ce135e|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 29a1be26-d679-424f-9825-2d8fa0ce135e and serviceModelVersionId: b16e8a66-aea9-417d-a5cd-1f0d5386050c
2021-11-15T04:40:25.053Z|29a1be26-d679-424f-9825-2d8fa0ce135e|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f40ac2b8-ce12-4511-a120-074328eaf37a
2021-11-15T04:40:25.053Z|29a1be26-d679-424f-9825-2d8fa0ce135e|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f40ac2b8-ce12-4511-a120-074328eaf37a/model-vers/model-ver/b16e8a66-aea9-417d-a5cd-1f0d5386050c?depth=0
2021-11-15T04:40:25.057Z|29a1be26-d679-424f-9825-2d8fa0ce135e|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2021-11-15T04:40:25.081Z|29a1be26-d679-424f-9825-2d8fa0ce135e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f40ac2b8-ce12-4511-a120-074328eaf37a/model-vers/model-ver/b16e8a66-aea9-417d-a5cd-1f0d5386050c?depth=0|INFO|500||Invoke
2021-11-15T04:40:25.082Z|29a1be26-d679-424f-9825-2d8fa0ce135e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f40ac2b8-ce12-4511-a120-074328eaf37a/model-vers/model-ver/b16e8a66-aea9-417d-a5cd-1f0d5386050c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f40ac2b8-ce12-4511-a120-074328eaf37a/model-vers/model-ver/b16e8a66-aea9-417d-a5cd-1f0d5386050c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[29a1be26-d679-424f-9825-2d8fa0ce135e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[3850030f-856b-43f4-882d-c85add762037], X-ECOMP-RequestID=[29a1be26-d679-424f-9825-2d8fa0ce135e], X-TransactionId=[], X-ONAP-RequestID=[29a1be26-d679-424f-9825-2d8fa0ce135e], Content-Type=[application/merge-patch+json]}
2021-11-15T04:40:25.096Z|29a1be26-d679-424f-9825-2d8fa0ce135e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f40ac2b8-ce12-4511-a120-074328eaf37a/model-vers/model-ver/b16e8a66-aea9-417d-a5cd-1f0d5386050c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-11-15T04:40:25.218Z|29a1be26-d679-424f-9825-2d8fa0ce135e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f40ac2b8-ce12-4511-a120-074328eaf37a/model-vers/model-ver/b16e8a66-aea9-417d-a5cd-1f0d5386050c?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/f40ac2b8-ce12-4511-a120-074328eaf37a/model-vers/model-ver/b16e8a66-aea9-417d-a5cd-1f0d5386050c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-211115-04:40:25:103-55827], vertex-id=[303336], Content-Length=[0], Date=[Mon, 15 Nov 2021 04:40:25 GMT], Content-Type=[application/json]}
2021-11-15T04:40:25.219Z|29a1be26-d679-424f-9825-2d8fa0ce135e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f40ac2b8-ce12-4511-a120-074328eaf37a/model-vers/model-ver/b16e8a66-aea9-417d-a5cd-1f0d5386050c?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-11-15T04:40:25.219Z|29a1be26-d679-424f-9825-2d8fa0ce135e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f40ac2b8-ce12-4511-a120-074328eaf37a/model-vers/model-ver/b16e8a66-aea9-417d-a5cd-1f0d5386050c?depth=0|INFO|500||InvokeReturn
2021-11-15T04:40:25.219Z|29a1be26-d679-424f-9825-2d8fa0ce135e|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-11-15T04:40:25.219Z|29a1be26-d679-424f-9825-2d8fa0ce135e|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-15T04:40:25.222Z|29a1be26-d679-424f-9825-2d8fa0ce135e|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-11-15T04:40:25.222Z|29a1be26-d679-424f-9825-2d8fa0ce135e|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 29a1be26-d679-424f-9825-2d8fa0ce135e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-11-15T04:40:25.222Z|29a1be26-d679-424f-9825-2d8fa0ce135e|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-11-15T04:40:25.222Z|29a1be26-d679-424f-9825-2d8fa0ce135e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T04:40:25.224Z|29a1be26-d679-424f-9825-2d8fa0ce135e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T04:40:25.224Z|29a1be26-d679-424f-9825-2d8fa0ce135e|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "29a1be26-d679-424f-9825-2d8fa0ce135e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636951225222,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-15T04:40:25.324Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T04:40:25.325Z||pool-112-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-15T04:40:25.325Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIYkFj1U8XlYGVL0) ...
2021-11-15T04:40:25.337Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:40:25.338Z||pool-112-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-11-15T04:40:26.233Z|29a1be26-d679-424f-9825-2d8fa0ce135e|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-15T04:40:26.234Z|29a1be26-d679-424f-9825-2d8fa0ce135e|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"c44abce7-81ba-4eec-9d90-11d96ff3f0e1","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"5f2f4cd3-3af0-4978-9355-1dcc51e65d1c","serviceDescription":"service","serviceInvariantUUID":"1a29a86d-f5d6-4ebd-83a6-cc4359f69463","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ddd9985a-266d-4ecc-9e84-e7e4dc299300","resourceInvariantUUID":"30725c9f-c384-44d0-8ffe-f3de0d0dbc4d","resourceCustomizationUUID":"a40b9184-b449-483f-9e2c-f4309df26cb3","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":"YjU1NWFmNTgyZGE3Y2IyYzJlN2RhNjg1ZTcxMDY2ZTA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9535287c-a9a0-4516-be85-988407419487","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":"bd9bec9a-11dc-4a80-a01f-0fb64a97bad6","artifactVersion":"2","generatedFromUUID":"f30c2000-3aa8-4cbd-9892-75fe2e7cc160"},{"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":"f30c2000-3aa8-4cbd-9892-75fe2e7cc160","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":"MGFiMTY0NzU0ZjJiNmM4NzM3Y2QzMDBhMzViNmNjYTQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"9ce55667-8a42-49eb-a943-9eef12123006","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":"e758bee3-4c99-45b6-ace9-c1db31e9fc69","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":"1eed2343-1f48-45cf-8e7f-2aaef66a94b3","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":"dc1bb472-7ba7-4525-a3d2-615c9cb115cd","artifactVersion":"2","generatedFromUUID":"e758bee3-4c99-45b6-ace9-c1db31e9fc69"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"ZWY5NmU0NDM0OTk2YzU3NzkxYzlmOTA0MDQ4NmIzZTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"887f74c4-98e0-4024-abab-9d4535aac4e0","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"MTcxMjZlM2NkNmQ5Zjc4NzA0YmU3MTQxMWIxMTg0Yjk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"30042794-2e3e-4aec-87a3-0ec5faae1cca","artifactVersion":"1"}],"workloadContext":"Production"}
2021-11-15T04:40:26.234Z|29a1be26-d679-424f-9825-2d8fa0ce135e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-15T04:40:26.234Z|29a1be26-d679-424f-9825-2d8fa0ce135e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T04:40:26.236Z|29a1be26-d679-424f-9825-2d8fa0ce135e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T04:40:26.236Z|29a1be26-d679-424f-9825-2d8fa0ce135e|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c44abce7-81ba-4eec-9d90-11d96ff3f0e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636951147822,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:40:26.336Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T04:40:26.337Z||pool-113-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-15T04:40:26.337Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIYkFj1U8XlYGVL0) ...
2021-11-15T04:40:26.347Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:40:26.347Z||pool-113-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-11-15T04:40:27.237Z|29a1be26-d679-424f-9825-2d8fa0ce135e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-15T04:40:27.237Z|29a1be26-d679-424f-9825-2d8fa0ce135e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T04:40:27.238Z|29a1be26-d679-424f-9825-2d8fa0ce135e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T04:40:27.239Z|29a1be26-d679-424f-9825-2d8fa0ce135e|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c44abce7-81ba-4eec-9d90-11d96ff3f0e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636951147822,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-11-15T04:40:27.339Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T04:40:27.339Z||pool-114-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-15T04:40:27.339Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIYkFj1U8XlYGVL0) ...
2021-11-15T04:40:27.347Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:40:27.348Z||pool-114-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-11-15T04:40:28.239Z|29a1be26-d679-424f-9825-2d8fa0ce135e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-15T04:40:28.239Z|29a1be26-d679-424f-9825-2d8fa0ce135e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T04:40:28.241Z|29a1be26-d679-424f-9825-2d8fa0ce135e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T04:40:28.241Z|29a1be26-d679-424f-9825-2d8fa0ce135e|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c44abce7-81ba-4eec-9d90-11d96ff3f0e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636951147822,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-11-15T04:40:28.341Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T04:40:28.342Z||pool-115-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-15T04:40:28.342Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIYkFj1U8XlYGVL0) ...
2021-11-15T04:40:28.351Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:40:28.351Z||pool-115-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-11-15T04:40:29.241Z|29a1be26-d679-424f-9825-2d8fa0ce135e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-15T04:40:29.242Z|29a1be26-d679-424f-9825-2d8fa0ce135e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T04:40:29.243Z|29a1be26-d679-424f-9825-2d8fa0ce135e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T04:40:29.244Z|29a1be26-d679-424f-9825-2d8fa0ce135e|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c44abce7-81ba-4eec-9d90-11d96ff3f0e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636951147822,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-11-15T04:40:29.344Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T04:40:29.344Z||pool-116-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-15T04:40:29.344Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIYkFj1U8XlYGVL0) ...
2021-11-15T04:40:29.353Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:40:29.353Z||pool-116-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-11-15T04:40:30.244Z|29a1be26-d679-424f-9825-2d8fa0ce135e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-15T04:40:30.244Z|29a1be26-d679-424f-9825-2d8fa0ce135e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T04:40:30.246Z|29a1be26-d679-424f-9825-2d8fa0ce135e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T04:40:30.246Z|29a1be26-d679-424f-9825-2d8fa0ce135e|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c44abce7-81ba-4eec-9d90-11d96ff3f0e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636951147822,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-11-15T04:40:30.346Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T04:40:30.347Z||pool-117-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-15T04:40:30.347Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIYkFj1U8XlYGVL0) ...
2021-11-15T04:40:30.356Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:40:30.356Z||pool-117-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-11-15T04:40:31.246Z|29a1be26-d679-424f-9825-2d8fa0ce135e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-15T04:40:31.247Z|29a1be26-d679-424f-9825-2d8fa0ce135e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T04:40:31.248Z|29a1be26-d679-424f-9825-2d8fa0ce135e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T04:40:31.248Z|29a1be26-d679-424f-9825-2d8fa0ce135e|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c44abce7-81ba-4eec-9d90-11d96ff3f0e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636951147822,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:40:31.349Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T04:40:31.349Z||pool-118-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-15T04:40:31.349Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIYkFj1U8XlYGVL0) ...
2021-11-15T04:40:31.360Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:40:31.360Z||pool-118-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-15T04:40:32.249Z|29a1be26-d679-424f-9825-2d8fa0ce135e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-15T04:40:32.249Z|29a1be26-d679-424f-9825-2d8fa0ce135e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T04:40:32.251Z|29a1be26-d679-424f-9825-2d8fa0ce135e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T04:40:32.251Z|29a1be26-d679-424f-9825-2d8fa0ce135e|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c44abce7-81ba-4eec-9d90-11d96ff3f0e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636951147822,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-11-15T04:40:32.352Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-11-15T04:40:32.352Z||pool-119-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-15T04:40:32.353Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIYkFj1U8XlYGVL0) ...
2021-11-15T04:40:32.361Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:40:32.361Z||pool-119-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-11-15T04:40:33.252Z|29a1be26-d679-424f-9825-2d8fa0ce135e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-15T04:40:33.253Z|29a1be26-d679-424f-9825-2d8fa0ce135e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T04:40:33.254Z|29a1be26-d679-424f-9825-2d8fa0ce135e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T04:40:33.255Z|29a1be26-d679-424f-9825-2d8fa0ce135e|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c44abce7-81ba-4eec-9d90-11d96ff3f0e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636951147822,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:40:33.355Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T04:40:33.356Z||pool-120-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-15T04:40:33.356Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIYkFj1U8XlYGVL0) ...
2021-11-15T04:40:33.367Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:40:33.367Z||pool-120-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-11-15T04:40:34.255Z|29a1be26-d679-424f-9825-2d8fa0ce135e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-15T04:40:34.256Z|29a1be26-d679-424f-9825-2d8fa0ce135e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T04:40:34.257Z|29a1be26-d679-424f-9825-2d8fa0ce135e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T04:40:34.257Z|29a1be26-d679-424f-9825-2d8fa0ce135e|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c44abce7-81ba-4eec-9d90-11d96ff3f0e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636951147822,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-11-15T04:40:34.357Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T04:40:34.358Z||pool-121-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-15T04:40:34.358Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIYkFj1U8XlYGVL0) ...
2021-11-15T04:40:34.367Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:40:34.368Z||pool-121-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-11-15T04:40:35.258Z|29a1be26-d679-424f-9825-2d8fa0ce135e|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "c44abce7-81ba-4eec-9d90-11d96ff3f0e1",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "5f2f4cd3-3af0-4978-9355-1dcc51e65d1c",
  "serviceDescription": "service",
  "serviceInvariantUUID": "1a29a86d-f5d6-4ebd-83a6-cc4359f69463",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "a40b9184-b449-483f-9e2c-f4309df26cb3",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "ddd9985a-266d-4ecc-9e84-e7e4dc299300",
      "resourceInvariantUUID": "30725c9f-c384-44d0-8ffe-f3de0d0dbc4d",
      "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": "bd9bec9a-11dc-4a80-a01f-0fb64a97bad6",
          "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": "f30c2000-3aa8-4cbd-9892-75fe2e7cc160",
          "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": "MGFiMTY0NzU0ZjJiNmM4NzM3Y2QzMDBhMzViNmNjYTQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "9ce55667-8a42-49eb-a943-9eef12123006",
          "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": "e758bee3-4c99-45b6-ace9-c1db31e9fc69",
          "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": "dc1bb472-7ba7-4525-a3d2-615c9cb115cd",
            "generatedFromUUID": "e758bee3-4c99-45b6-ace9-c1db31e9fc69"
          },
          "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": "dc1bb472-7ba7-4525-a3d2-615c9cb115cd",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "MTcxMjZlM2NkNmQ5Zjc4NzA0YmU3MTQxMWIxMTg0Yjk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "30042794-2e3e-4aec-87a3-0ec5faae1cca"
    }
  ],
  "workloadContext": "Production"
}
2021-11-15T04:40:35.258Z|29a1be26-d679-424f-9825-2d8fa0ce135e|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-11-15T04:40:35.258Z|29a1be26-d679-424f-9825-2d8fa0ce135e|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 5f2f4cd3-3af0-4978-9355-1dcc51e65d1c ASDC
2021-11-15T04:40:35.259Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:c44abce7-81ba-4eec-9d90-11d96ff3f0e1
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:5f2f4cd3-3af0-4978-9355-1dcc51e65d1c
ServiceInvariantUUID:1a29a86d-f5d6-4ebd-83a6-cc4359f69463
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:30042794-2e3e-4aec-87a3-0ec5faae1cca
ArtifactChecksum:MTcxMjZlM2NkNmQ5Zjc4NzA0YmU3MTQxMWIxMTg0Yjk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:a40b9184-b449-483f-9e2c-f4309df26cb3
ResourceInvariantUUID:30725c9f-c384-44d0-8ffe-f3de0d0dbc4d
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:ddd9985a-266d-4ecc-9e84-e7e4dc299300
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:bd9bec9a-11dc-4a80-a01f-0fb64a97bad6
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:f30c2000-3aa8-4cbd-9892-75fe2e7cc160
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:9ce55667-8a42-49eb-a943-9eef12123006
ArtifactChecksum:MGFiMTY0NzU0ZjJiNmM4NzM3Y2QzMDBhMzViNmNjYTQ=
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:e758bee3-4c99-45b6-ace9-c1db31e9fc69
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:dc1bb472-7ba7-4525-a3d2-615c9cb115cd
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:dc1bb472-7ba7-4525-a3d2-615c9cb115cd
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-11-15T04:40:35.259Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5f2f4cd3-3af0-4978-9355-1dcc51e65d1c ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-15T04:40:35.281Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-15T04:40:35.281Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-11-15T04:40:35.281Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-11-15T04:40:35.282Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 30042794-2e3e-4aec-87a3-0ec5faae1cca from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-11-15T04:40:35.282Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-11-15T04:40:35.282Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-11-15T04:40:35.551Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-11-15T04:40:35.553Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 30042794-2e3e-4aec-87a3-0ec5faae1cca 68934
2021-11-15T04:40:35.553Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2021-11-15T04:40:35.553Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-11-15T04:40:35.553Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-15T04:40:35.553Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T04:40:35.555Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T04:40:35.555Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c44abce7-81ba-4eec-9d90-11d96ff3f0e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636951235553,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-15T04:40:35.655Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T04:40:35.656Z||pool-122-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-15T04:40:35.656Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIYkFj1U8XlYGVL0) ...
2021-11-15T04:40:35.665Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:40:35.665Z||pool-122-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-11-15T04:40:36.555Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-15T04:40:36.556Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-11-15T04:40:36.556Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 30042794-2e3e-4aec-87a3-0ec5faae1cca, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2021-11-15T04:40:36.557Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2021-11-15T04:40:36.557Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2021-11-15T04:40:36.557Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2021-11-15T04:40:36.647Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12590212468372649824/Definitions/service-BasicCnf-template.yml
2021-11-15T04:40:37.445Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2021-11-15T04:40:37.445Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-11-15T04:40:37.445Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-11-15T04:40:37.445Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2021-11-15T04:40:37.445Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-11-15T04:40:37.445Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-11-15T04:40:37.445Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-11-15T04:40:37.446Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-11-15T04:40:37.446Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-11-15T04:40:37.446Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T04:40:37.446Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T04:40:37.446Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-11-15T04:40:37.446Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-11-15T04:40:37.446Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-15T04:40:37.446Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T04:40:37.446Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T04:40:37.446Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-11-15T04:40:37.446Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-11-15T04:40:37.447Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-15T04:40:37.447Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T04:40:37.447Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T04:40:37.447Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T04:40:37.447Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-11-15T04:40:37.447Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2021-11-15T04:40:37.447Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||DEBUG|500||Node template dummy is not matching search criteria
2021-11-15T04:40:37.447Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-11-15T04:40:37.447Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T04:40:37.447Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-15T04:40:37.447Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T04:40:37.448Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-11-15T04:40:37.448Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-15T04:40:37.448Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T04:40:37.448Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-11-15T04:40:37.448Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-15T04:40:37.448Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T04:40:37.448Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-11-15T04:40:37.448Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-15T04:40:37.449Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T04:40:37.449Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-11-15T04:40:37.449Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2021-11-15T04:40:37.449Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=27d91a5b-e804-466c-a2c3-8d2882b19a07
2021-11-15T04:40:37.449Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T04:40:37.449Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T04:40:37.449Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T04:40:37.449Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T04:40:37.450Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T04:40:37.450Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T04:40:37.450Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T04:40:37.450Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T04:40:37.450Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:5f2f4cd3-3af0-4978-9355-1dcc51e65d1c
Model Version:NULL
Model InvariantUuid:1a29a86d-f5d6-4ebd-83a6-cc4359f69463
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:0417bd91-6e4b-4589-ad44-89bc808d30e0
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:30725c9f-c384-44d0-8ffe-f3de0d0dbc4d
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:a40b9184-b449-483f-9e2c-f4309df26cb3
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:606d988e-090c-4698-9adc-40ff5fb48062
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:4b95b6a8-39ab-4872-ac39-3afeb6d0643b
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:27d91a5b-e804-466c-a2c3-8d2882b19a07
ModelInvariantUuid:56cce67f-5554-436b-a91a-2dbd1bde54d3
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:8e105ee3-6711-4071-a28d-409eca7875b1
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:c83a2ddd-3453-4745-bd17-52d8f5607525
ModelInvariantUuid:4831ebaf-dbad-4064-935f-7d64c2ee8ed6
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:a34f94fa-76c0-4a82-bfc8-9226f68c46cf
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-11-15T04:40:37.454Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: ddd9985a-266d-4ecc-9e84-e7e4dc299300
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-15T04:40:37.455Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||INFO|500||basic_cnf 0
2021-11-15T04:40:37.455Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: ddd9985a-266d-4ecc-9e84-e7e4dc299300
2021-11-15T04:40:37.456Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: bd9bec9a-11dc-4a80-a01f-0fb64a97bad6 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2021-11-15T04:40:37.456Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-11-15T04:40:37.456Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2021-11-15T04:40:37.496Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-11-15T04:40:37.496Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env bd9bec9a-11dc-4a80-a01f-0fb64a97bad6 12
2021-11-15T04:40:37.497Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2021-11-15T04:40:37.497Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2021-11-15T04:40:37.497Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-15T04:40:37.497Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T04:40:37.498Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T04:40:37.499Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c44abce7-81ba-4eec-9d90-11d96ff3f0e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636951237497,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2021-11-15T04:40:37.598Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-15T04:40:37.599Z||pool-123-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-15T04:40:37.599Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIYkFj1U8XlYGVL0) ...
2021-11-15T04:40:37.607Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:40:37.607Z||pool-123-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-11-15T04:40:38.499Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: f30c2000-3aa8-4cbd-9892-75fe2e7cc160 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2021-11-15T04:40:38.499Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-11-15T04:40:38.500Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2021-11-15T04:40:38.540Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-11-15T04:40:38.540Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz f30c2000-3aa8-4cbd-9892-75fe2e7cc160 2688
2021-11-15T04:40:38.541Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2021-11-15T04:40:38.541Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2021-11-15T04:40:38.541Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-15T04:40:38.541Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T04:40:38.542Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T04:40:38.543Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c44abce7-81ba-4eec-9d90-11d96ff3f0e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636951238540,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-11-15T04:40:38.643Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T04:40:38.643Z||pool-124-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-15T04:40:38.643Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIYkFj1U8XlYGVL0) ...
2021-11-15T04:40:38.656Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:40:38.656Z||pool-124-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-15T04:40:39.544Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 9ce55667-8a42-49eb-a943-9eef12123006 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-11-15T04:40:39.544Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-11-15T04:40:39.544Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-11-15T04:40:39.584Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-11-15T04:40:39.584Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 9ce55667-8a42-49eb-a943-9eef12123006 828
2021-11-15T04:40:39.584Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2021-11-15T04:40:39.584Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-11-15T04:40:39.584Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-15T04:40:39.585Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T04:40:39.586Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T04:40:39.586Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c44abce7-81ba-4eec-9d90-11d96ff3f0e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636951239584,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-15T04:40:39.686Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T04:40:39.687Z||pool-125-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-15T04:40:39.687Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIYkFj1U8XlYGVL0) ...
2021-11-15T04:40:39.695Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:40:39.695Z||pool-125-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-11-15T04:40:39.842Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T04:40:39.842Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-15T04:40:39.843Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T04:40:39.863Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:40:39.865Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-15T04:40:39.865Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c44abce7-81ba-4eec-9d90-11d96ff3f0e1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636951068455,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:40:39.866Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:40:39.866Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-15T04:40:39.866Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c44abce7-81ba-4eec-9d90-11d96ff3f0e1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636951068455,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:40:39.866Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:40:39.866Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-15T04:40:39.866Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c44abce7-81ba-4eec-9d90-11d96ff3f0e1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636951068455,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:40:39.866Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:40:39.866Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-15T04:40:39.866Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c44abce7-81ba-4eec-9d90-11d96ff3f0e1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636951068455,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:40:39.866Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:40:39.866Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-15T04:40:39.866Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c44abce7-81ba-4eec-9d90-11d96ff3f0e1",
  "consumerID": "cds",
  "timestamp": 1636951078859,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:40:39.866Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:40:39.866Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-15T04:40:39.866Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c44abce7-81ba-4eec-9d90-11d96ff3f0e1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636951068455,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:40:39.866Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:40:39.867Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-15T04:40:39.867Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c44abce7-81ba-4eec-9d90-11d96ff3f0e1",
  "consumerID": "cds",
  "timestamp": 1636951078859,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:40:39.867Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:40:39.867Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-15T04:40:39.867Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c44abce7-81ba-4eec-9d90-11d96ff3f0e1",
  "consumerID": "policy-id",
  "timestamp": 1636951080399,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:40:39.867Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:40:39.867Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-15T04:40:39.867Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c44abce7-81ba-4eec-9d90-11d96ff3f0e1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636951068455,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:40:39.867Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:40:39.867Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-15T04:40:39.867Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c44abce7-81ba-4eec-9d90-11d96ff3f0e1",
  "consumerID": "dcae-sch",
  "timestamp": 1636951080658,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:40:39.867Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:40:39.867Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-15T04:40:39.867Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c44abce7-81ba-4eec-9d90-11d96ff3f0e1",
  "consumerID": "cds",
  "timestamp": 1636951078859,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:40:39.867Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:40:39.867Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-15T04:40:39.867Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c44abce7-81ba-4eec-9d90-11d96ff3f0e1",
  "consumerID": "policy-id",
  "timestamp": 1636951080399,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:40:39.868Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:40:39.868Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-15T04:40:39.868Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c44abce7-81ba-4eec-9d90-11d96ff3f0e1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636951068455,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:40:39.868Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:40:39.868Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-15T04:40:39.868Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c44abce7-81ba-4eec-9d90-11d96ff3f0e1",
  "consumerID": "dcae-sch",
  "timestamp": 1636951080658,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:40:39.868Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:40:39.868Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-15T04:40:39.868Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c44abce7-81ba-4eec-9d90-11d96ff3f0e1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636951081745,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:40:39.868Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:40:39.868Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-15T04:40:39.868Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c44abce7-81ba-4eec-9d90-11d96ff3f0e1",
  "consumerID": "cds",
  "timestamp": 1636951078859,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:40:39.868Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:40:39.868Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-15T04:40:39.868Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c44abce7-81ba-4eec-9d90-11d96ff3f0e1",
  "consumerID": "policy-id",
  "timestamp": 1636951080399,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:40:39.868Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:40:39.868Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-15T04:40:39.868Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c44abce7-81ba-4eec-9d90-11d96ff3f0e1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636951068455,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:40:39.868Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:40:39.868Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-15T04:40:39.869Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c44abce7-81ba-4eec-9d90-11d96ff3f0e1",
  "consumerID": "dcae-sch",
  "timestamp": 1636951080658,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:40:39.869Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:40:39.869Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-15T04:40:39.869Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c44abce7-81ba-4eec-9d90-11d96ff3f0e1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636951081745,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-11-15T04:40:39.869Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:40:39.869Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-15T04:40:39.869Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c44abce7-81ba-4eec-9d90-11d96ff3f0e1",
  "consumerID": "cds",
  "timestamp": 1636951078859,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:40:39.869Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:40:39.869Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-15T04:40:39.869Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c44abce7-81ba-4eec-9d90-11d96ff3f0e1",
  "consumerID": "policy-id",
  "timestamp": 1636951080399,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:40:39.869Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:40:39.869Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-15T04:40:39.869Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c44abce7-81ba-4eec-9d90-11d96ff3f0e1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1636951068455,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:40:39.869Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:40:39.869Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-15T04:40:39.869Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c44abce7-81ba-4eec-9d90-11d96ff3f0e1",
  "consumerID": "dcae-sch",
  "timestamp": 1636951080658,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:40:39.869Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:40:39.869Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-15T04:40:39.869Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c44abce7-81ba-4eec-9d90-11d96ff3f0e1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636951081745,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-11-15T04:40:39.869Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:40:39.869Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-15T04:40:39.869Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c44abce7-81ba-4eec-9d90-11d96ff3f0e1",
  "consumerID": "cds",
  "timestamp": 1636951078859,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:40:39.870Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:40:39.870Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-15T04:40:39.870Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c44abce7-81ba-4eec-9d90-11d96ff3f0e1",
  "consumerID": "policy-id",
  "timestamp": 1636951080399,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-11-15T04:40:39.870Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:40:39.870Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-15T04:40:39.870Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c44abce7-81ba-4eec-9d90-11d96ff3f0e1",
  "consumerID": "dcae-sch",
  "timestamp": 1636951080658,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:40:39.870Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:40:39.870Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-15T04:40:39.870Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c44abce7-81ba-4eec-9d90-11d96ff3f0e1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636951081745,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-11-15T04:40:39.870Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:40:39.870Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-15T04:40:39.870Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c44abce7-81ba-4eec-9d90-11d96ff3f0e1",
  "consumerID": "cds",
  "timestamp": 1636951078859,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:40:39.870Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:40:39.870Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-15T04:40:39.870Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c44abce7-81ba-4eec-9d90-11d96ff3f0e1",
  "consumerID": "policy-id",
  "timestamp": 1636951080399,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:40:39.870Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:40:39.870Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-15T04:40:39.870Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c44abce7-81ba-4eec-9d90-11d96ff3f0e1",
  "consumerID": "dcae-sch",
  "timestamp": 1636951080658,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:40:39.871Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:40:39.871Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-15T04:40:39.871Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c44abce7-81ba-4eec-9d90-11d96ff3f0e1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636951081745,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-11-15T04:40:39.871Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:40:39.871Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-15T04:40:39.871Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c44abce7-81ba-4eec-9d90-11d96ff3f0e1",
  "consumerID": "cds",
  "timestamp": 1636951078859,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:40:39.871Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:40:39.871Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-15T04:40:39.871Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c44abce7-81ba-4eec-9d90-11d96ff3f0e1",
  "consumerID": "policy-id",
  "timestamp": 1636951080399,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:40:39.871Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:40:39.871Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-15T04:40:39.871Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c44abce7-81ba-4eec-9d90-11d96ff3f0e1",
  "consumerID": "dcae-sch",
  "timestamp": 1636951080658,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:40:39.872Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:40:39.872Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-15T04:40:39.872Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c44abce7-81ba-4eec-9d90-11d96ff3f0e1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636951081745,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:40:39.872Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:40:39.872Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-15T04:40:39.872Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c44abce7-81ba-4eec-9d90-11d96ff3f0e1",
  "consumerID": "cds",
  "timestamp": 1636951078859,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-11-15T04:40:39.872Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:40:39.872Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-15T04:40:39.872Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c44abce7-81ba-4eec-9d90-11d96ff3f0e1",
  "consumerID": "policy-id",
  "timestamp": 1636951080399,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:40:39.872Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:40:39.873Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-15T04:40:39.873Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c44abce7-81ba-4eec-9d90-11d96ff3f0e1",
  "consumerID": "dcae-sch",
  "timestamp": 1636951080658,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:40:39.873Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:40:39.873Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-15T04:40:39.873Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c44abce7-81ba-4eec-9d90-11d96ff3f0e1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636951081745,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-11-15T04:40:39.873Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:40:39.873Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-15T04:40:39.873Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c44abce7-81ba-4eec-9d90-11d96ff3f0e1",
  "consumerID": "cds",
  "timestamp": 1636951088593,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-15T04:40:39.873Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:40:39.873Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-15T04:40:39.873Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c44abce7-81ba-4eec-9d90-11d96ff3f0e1",
  "consumerID": "policy-id",
  "timestamp": 1636951080399,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-11-15T04:40:39.873Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:40:39.874Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-15T04:40:39.874Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c44abce7-81ba-4eec-9d90-11d96ff3f0e1",
  "consumerID": "dcae-sch",
  "timestamp": 1636951080658,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:40:39.874Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:40:39.874Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-15T04:40:39.874Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c44abce7-81ba-4eec-9d90-11d96ff3f0e1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636951081745,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:40:39.874Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:40:39.874Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-15T04:40:39.874Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c44abce7-81ba-4eec-9d90-11d96ff3f0e1",
  "consumerID": "cds",
  "timestamp": 1636951089597,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-15T04:40:39.878Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c44abce7-81ba-4eec-9d90-11d96ff3f0e1
2021-11-15T04:40:39.878Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId c44abce7-81ba-4eec-9d90-11d96ff3f0e1 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-15T04:40:39.884Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-15T04:40:39.884Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c44abce7-81ba-4eec-9d90-11d96ff3f0e1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636951081745,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-11-15T04:40:39.884Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:40:39.884Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-15T04:40:39.884Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c44abce7-81ba-4eec-9d90-11d96ff3f0e1",
  "consumerID": "policy-id",
  "timestamp": 1636951090384,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-15T04:40:39.884Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:40:39.885Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-15T04:40:39.885Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c44abce7-81ba-4eec-9d90-11d96ff3f0e1",
  "consumerID": "policy-id",
  "timestamp": 1636951091388,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-15T04:40:39.885Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:40:39.885Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-15T04:40:39.885Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c44abce7-81ba-4eec-9d90-11d96ff3f0e1",
  "consumerID": "aai-ml",
  "timestamp": 1636951091202,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:40:39.885Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:40:39.885Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-15T04:40:39.885Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c44abce7-81ba-4eec-9d90-11d96ff3f0e1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636951091975,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-15T04:40:39.885Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:40:39.885Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-15T04:40:39.885Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c44abce7-81ba-4eec-9d90-11d96ff3f0e1",
  "consumerID": "policy-id",
  "timestamp": 1636951092391,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-15T04:40:39.888Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c44abce7-81ba-4eec-9d90-11d96ff3f0e1
2021-11-15T04:40:39.888Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId c44abce7-81ba-4eec-9d90-11d96ff3f0e1 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-15T04:40:39.893Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-15T04:40:39.893Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c44abce7-81ba-4eec-9d90-11d96ff3f0e1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636951091794,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:40:39.893Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:40:39.893Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-15T04:40:39.893Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c44abce7-81ba-4eec-9d90-11d96ff3f0e1",
  "consumerID": "aai-ml",
  "timestamp": 1636951091202,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:40:39.893Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:40:39.893Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-15T04:40:39.894Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c44abce7-81ba-4eec-9d90-11d96ff3f0e1",
  "consumerID": "clamp",
  "timestamp": 1636951092296,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:40:39.894Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:40:39.894Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-15T04:40:39.894Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c44abce7-81ba-4eec-9d90-11d96ff3f0e1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636951091794,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:40:39.894Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:40:39.894Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-15T04:40:39.894Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c44abce7-81ba-4eec-9d90-11d96ff3f0e1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636951093440,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-11-15T04:40:39.894Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:40:39.894Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-15T04:40:39.894Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c44abce7-81ba-4eec-9d90-11d96ff3f0e1",
  "consumerID": "aai-ml",
  "timestamp": 1636951091202,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:40:39.894Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:40:39.894Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-15T04:40:39.894Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c44abce7-81ba-4eec-9d90-11d96ff3f0e1",
  "consumerID": "clamp",
  "timestamp": 1636951092296,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:40:39.894Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:40:39.894Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-15T04:40:39.894Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c44abce7-81ba-4eec-9d90-11d96ff3f0e1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636951091794,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:40:39.894Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:40:39.894Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-15T04:40:39.894Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c44abce7-81ba-4eec-9d90-11d96ff3f0e1",
  "consumerID": "aai-ml",
  "timestamp": 1636951091202,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:40:39.894Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:40:39.894Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-15T04:40:39.894Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c44abce7-81ba-4eec-9d90-11d96ff3f0e1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636951094838,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-15T04:40:39.895Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:40:39.895Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-15T04:40:39.895Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c44abce7-81ba-4eec-9d90-11d96ff3f0e1",
  "consumerID": "clamp",
  "timestamp": 1636951092296,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:40:39.895Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:40:39.895Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-15T04:40:39.895Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c44abce7-81ba-4eec-9d90-11d96ff3f0e1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636951091794,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:40:39.895Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:40:39.895Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-15T04:40:39.895Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c44abce7-81ba-4eec-9d90-11d96ff3f0e1",
  "consumerID": "aai-ml",
  "timestamp": 1636951091202,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:40:39.895Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:40:39.895Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-15T04:40:39.895Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c44abce7-81ba-4eec-9d90-11d96ff3f0e1",
  "consumerID": "clamp",
  "timestamp": 1636951092296,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-11-15T04:40:39.895Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:40:39.895Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-15T04:40:39.895Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c44abce7-81ba-4eec-9d90-11d96ff3f0e1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636951095957,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-11-15T04:40:39.895Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:40:39.895Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-15T04:40:39.895Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c44abce7-81ba-4eec-9d90-11d96ff3f0e1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636951091794,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:40:39.895Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:40:39.895Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-15T04:40:39.895Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c44abce7-81ba-4eec-9d90-11d96ff3f0e1",
  "consumerID": "aai-ml",
  "timestamp": 1636951091202,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:40:39.895Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:40:39.896Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-15T04:40:39.896Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c44abce7-81ba-4eec-9d90-11d96ff3f0e1",
  "consumerID": "clamp",
  "timestamp": 1636951092296,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:40:39.896Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:40:39.896Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-15T04:40:39.896Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c44abce7-81ba-4eec-9d90-11d96ff3f0e1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636951097001,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-15T04:40:39.898Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c44abce7-81ba-4eec-9d90-11d96ff3f0e1
2021-11-15T04:40:39.899Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId c44abce7-81ba-4eec-9d90-11d96ff3f0e1 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-11-15T04:40:39.903Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-15T04:40:39.903Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22d6d1a9-5f4a-4850-8e70-0aabd560cdda",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636951097351,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-15T04:40:39.903Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:40:39.903Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-15T04:40:39.903Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c44abce7-81ba-4eec-9d90-11d96ff3f0e1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636951091794,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:40:39.903Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:40:39.903Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-15T04:40:39.903Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c44abce7-81ba-4eec-9d90-11d96ff3f0e1",
  "consumerID": "aai-ml",
  "timestamp": 1636951091202,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:40:39.903Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:40:39.903Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-15T04:40:39.903Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c44abce7-81ba-4eec-9d90-11d96ff3f0e1",
  "consumerID": "clamp",
  "timestamp": 1636951092296,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:40:39.903Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:40:39.903Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-15T04:40:39.903Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c44abce7-81ba-4eec-9d90-11d96ff3f0e1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1636951098003,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-15T04:40:39.903Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:40:39.903Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-15T04:40:39.904Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55e841fd-c167-48a1-8b77-d791603a169c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636950879840,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:40:39.904Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:40:39.904Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-15T04:40:39.904Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c44abce7-81ba-4eec-9d90-11d96ff3f0e1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636951091794,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:40:39.904Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:40:39.904Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-15T04:40:39.904Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c44abce7-81ba-4eec-9d90-11d96ff3f0e1",
  "consumerID": "aai-ml",
  "timestamp": 1636951091202,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:40:39.904Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:40:39.904Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-15T04:40:39.904Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c44abce7-81ba-4eec-9d90-11d96ff3f0e1",
  "consumerID": "clamp",
  "timestamp": 1636951092296,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:40:39.904Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:40:39.904Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-15T04:40:39.904Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55e841fd-c167-48a1-8b77-d791603a169c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636950879840,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-11-15T04:40:39.904Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:40:39.904Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-15T04:40:39.904Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c44abce7-81ba-4eec-9d90-11d96ff3f0e1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636951091794,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:40:39.904Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:40:39.904Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-15T04:40:39.905Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c44abce7-81ba-4eec-9d90-11d96ff3f0e1",
  "consumerID": "aai-ml",
  "timestamp": 1636951091202,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-11-15T04:40:39.905Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:40:39.905Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-15T04:40:39.905Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c44abce7-81ba-4eec-9d90-11d96ff3f0e1",
  "consumerID": "clamp",
  "timestamp": 1636951092296,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:40:39.905Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:40:39.905Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-15T04:40:39.905Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55e841fd-c167-48a1-8b77-d791603a169c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636950879840,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-11-15T04:40:39.905Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:40:39.905Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-15T04:40:39.905Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c44abce7-81ba-4eec-9d90-11d96ff3f0e1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636951091794,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-11-15T04:40:39.905Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:40:39.905Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-15T04:40:39.905Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c44abce7-81ba-4eec-9d90-11d96ff3f0e1",
  "consumerID": "aai-ml",
  "timestamp": 1636951100902,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-15T04:40:39.905Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:40:39.905Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-15T04:40:39.905Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c44abce7-81ba-4eec-9d90-11d96ff3f0e1",
  "consumerID": "clamp",
  "timestamp": 1636951092296,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-11-15T04:40:39.905Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:40:39.905Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-15T04:40:39.905Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55e841fd-c167-48a1-8b77-d791603a169c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636950879840,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:40:39.905Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:40:39.905Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-15T04:40:39.906Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c44abce7-81ba-4eec-9d90-11d96ff3f0e1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636951101496,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-15T04:40:39.906Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:40:39.906Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-15T04:40:39.906Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55e841fd-c167-48a1-8b77-d791603a169c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636950879840,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-11-15T04:40:39.906Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:40:39.906Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-15T04:40:39.906Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55e841fd-c167-48a1-8b77-d791603a169c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636950879840,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:40:39.906Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:40:39.906Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-15T04:40:39.906Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c44abce7-81ba-4eec-9d90-11d96ff3f0e1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636951103409,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-15T04:40:39.906Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:40:39.906Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-15T04:40:39.906Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55e841fd-c167-48a1-8b77-d791603a169c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636950879840,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:40:39.906Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:40:39.906Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-15T04:40:39.906Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c44abce7-81ba-4eec-9d90-11d96ff3f0e1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1636951104412,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-15T04:40:39.909Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c44abce7-81ba-4eec-9d90-11d96ff3f0e1
2021-11-15T04:40:39.909Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId c44abce7-81ba-4eec-9d90-11d96ff3f0e1 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-15T04:40:39.914Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-15T04:40:39.914Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c44abce7-81ba-4eec-9d90-11d96ff3f0e1",
  "consumerID": "clamp",
  "timestamp": 1636951104767,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-15T04:40:39.914Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:40:39.914Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-15T04:40:39.914Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55e841fd-c167-48a1-8b77-d791603a169c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636950879840,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-11-15T04:40:39.914Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:40:39.915Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-15T04:40:39.915Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c44abce7-81ba-4eec-9d90-11d96ff3f0e1",
  "consumerID": "clamp",
  "timestamp": 1636951105786,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-15T04:40:39.915Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:40:39.915Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-15T04:40:39.915Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55e841fd-c167-48a1-8b77-d791603a169c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636951106580,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-15T04:40:39.915Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:40:39.915Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-15T04:40:39.915Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c44abce7-81ba-4eec-9d90-11d96ff3f0e1",
  "consumerID": "aai-ml",
  "timestamp": 1636951106743,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-15T04:40:39.915Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:40:39.915Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-15T04:40:39.915Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c44abce7-81ba-4eec-9d90-11d96ff3f0e1",
  "consumerID": "clamp",
  "timestamp": 1636951106789,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-15T04:40:39.918Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c44abce7-81ba-4eec-9d90-11d96ff3f0e1
2021-11-15T04:40:39.918Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId c44abce7-81ba-4eec-9d90-11d96ff3f0e1 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-15T04:40:39.923Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-15T04:40:39.923Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c44abce7-81ba-4eec-9d90-11d96ff3f0e1",
  "consumerID": "aai-ml",
  "timestamp": 1636951107747,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-15T04:40:39.926Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c44abce7-81ba-4eec-9d90-11d96ff3f0e1
2021-11-15T04:40:39.926Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId c44abce7-81ba-4eec-9d90-11d96ff3f0e1 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-15T04:40:39.932Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-15T04:40:39.932Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55e841fd-c167-48a1-8b77-d791603a169c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636951108868,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-15T04:40:39.932Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:40:39.932Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-15T04:40:39.932Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55e841fd-c167-48a1-8b77-d791603a169c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636951110369,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-15T04:40:39.932Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:40:39.932Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-15T04:40:39.932Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55e841fd-c167-48a1-8b77-d791603a169c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636951111586,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-11-15T04:40:39.933Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:40:39.933Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-15T04:40:39.933Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55e841fd-c167-48a1-8b77-d791603a169c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636951112658,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-15T04:40:39.933Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:40:39.933Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-15T04:40:39.933Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55e841fd-c167-48a1-8b77-d791603a169c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636951113661,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-11-15T04:40:39.933Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:40:39.933Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-15T04:40:39.933Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55e841fd-c167-48a1-8b77-d791603a169c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636951114663,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-11-15T04:40:39.933Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:40:39.933Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-15T04:40:39.933Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55e841fd-c167-48a1-8b77-d791603a169c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636951115666,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-15T04:40:39.933Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:40:40.587Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "606d988e-090c-4698-9adc-40ff5fb48062",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "4b95b6a8-39ab-4872-ac39-3afeb6d0643b",
    "vfModuleModelCustomizationUUID": "74493918-7062-40fd-b3eb-fa8fa5435fa1",
    "isBase": true,
    "artifacts": [
      "f30c2000-3aa8-4cbd-9892-75fe2e7cc160",
      "e758bee3-4c99-45b6-ace9-c1db31e9fc69",
      "dc1bb472-7ba7-4525-a3d2-615c9cb115cd"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-11-15T04:40:40.589Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4b95b6a8-39ab-4872-ac39-3afeb6d0643b
VfModuleModelInvariantUUID:606d988e-090c-4698-9adc-40ff5fb48062
VfModuleModelDescription:NULL
Artifacts UUID List:{
f30c2000-3aa8-4cbd-9892-75fe2e7cc160
,
e758bee3-4c99-45b6-ace9-c1db31e9fc69
,
dc1bb472-7ba7-4525-a3d2-615c9cb115cd

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

isBase:true


}

2021-11-15T04:40:40.591Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "606d988e-090c-4698-9adc-40ff5fb48062",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "4b95b6a8-39ab-4872-ac39-3afeb6d0643b",
    "vfModuleModelCustomizationUUID": "74493918-7062-40fd-b3eb-fa8fa5435fa1",
    "isBase": true,
    "artifacts": [
      "f30c2000-3aa8-4cbd-9892-75fe2e7cc160",
      "e758bee3-4c99-45b6-ace9-c1db31e9fc69",
      "dc1bb472-7ba7-4525-a3d2-615c9cb115cd"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-11-15T04:40:40.591Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4b95b6a8-39ab-4872-ac39-3afeb6d0643b
VfModuleModelInvariantUUID:606d988e-090c-4698-9adc-40ff5fb48062
VfModuleModelDescription:NULL
Artifacts UUID List:{
f30c2000-3aa8-4cbd-9892-75fe2e7cc160
,
e758bee3-4c99-45b6-ace9-c1db31e9fc69
,
dc1bb472-7ba7-4525-a3d2-615c9cb115cd

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

isBase:true


}

2021-11-15T04:40:40.591Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: e758bee3-4c99-45b6-ace9-c1db31e9fc69 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-11-15T04:40:40.591Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-11-15T04:40:40.591Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-11-15T04:40:40.691Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-11-15T04:40:40.691Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml e758bee3-4c99-45b6-ace9-c1db31e9fc69 1164
2021-11-15T04:40:40.692Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2021-11-15T04:40:40.692Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-11-15T04:40:40.692Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-15T04:40:40.692Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T04:40:40.693Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T04:40:40.694Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c44abce7-81ba-4eec-9d90-11d96ff3f0e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636951240692,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-15T04:40:40.794Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T04:40:40.794Z||pool-126-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-15T04:40:40.795Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIYkFj1U8XlYGVL0) ...
2021-11-15T04:40:40.805Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:40:40.805Z||pool-126-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-15T04:40:41.694Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: dc1bb472-7ba7-4525-a3d2-615c9cb115cd from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-11-15T04:40:41.695Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-11-15T04:40:41.695Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-11-15T04:40:41.783Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-11-15T04:40:41.784Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env dc1bb472-7ba7-4525-a3d2-615c9cb115cd 200
2021-11-15T04:40:41.784Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2021-11-15T04:40:41.784Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-11-15T04:40:41.784Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-15T04:40:41.785Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T04:40:41.786Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T04:40:41.786Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c44abce7-81ba-4eec-9d90-11d96ff3f0e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636951241784,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-11-15T04:40:41.886Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T04:40:41.887Z||pool-127-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-15T04:40:41.887Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIYkFj1U8XlYGVL0) ...
2021-11-15T04:40:41.896Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:40:41.897Z||pool-127-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-11-15T04:40:42.787Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 5f2f4cd3-3af0-4978-9355-1dcc51e65d1c
2021-11-15T04:40:42.787Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 ddd9985a-266d-4ecc-9e84-e7e4dc299300 ASDC
2021-11-15T04:40:42.793Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||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 heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-15T04:40:42.800Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@755498da, org.onap.sdc.toscaparser.api.parameters.Input@4f61ee, org.onap.sdc.toscaparser.api.parameters.Input@37b87939, org.onap.sdc.toscaparser.api.parameters.Input@1c5de196, org.onap.sdc.toscaparser.api.parameters.Input@4d9e388f]
2021-11-15T04:40:42.801Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T04:40:42.801Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T04:40:42.801Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2021-11-15T04:40:42.801Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= a40b9184-b449-483f-9e2c-f4309df26cb3
2021-11-15T04:40:42.801Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: a40b9184-b449-483f-9e2c-f4309df26cb3 matches Tosca VF Customization UUID: a40b9184-b449-483f-9e2c-f4309df26cb3
2021-11-15T04:40:42.801Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: a40b9184-b449-483f-9e2c-f4309df26cb3  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-11-15T04:40:42.802Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T04:40:42.803Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T04:40:42.803Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id a40b9184-b449-483f-9e2c-f4309df26cb3: {\"vf_module_id\":\"PROVIDED_BY_ONAP\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"PROVIDED_BY_ONAP\",\"dummy_image_name\":\"dummy\",\"vnf_name\":\"PROVIDED_BY_ONAP\",\"dummy_name_0\":\"dummy_1_0\",\"dummy_flavor_name\":\"dummy.default\"}
2021-11-15T04:40:42.803Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3102ae0c
2021-11-15T04:40:42.803Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T04:40:42.803Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-15T04:40:42.803Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 74493918-7062-40fd-b3eb-fa8fa5435fa1
2021-11-15T04:40:42.803Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 74493918-7062-40fd-b3eb-fa8fa5435fa1
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-11-15T04:40:42.805Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T04:40:42.805Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-11-15T04:40:42.805Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-15T04:40:42.805Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T04:40:42.805Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-11-15T04:40:42.805Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-15T04:40:42.805Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T04:40:42.806Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-11-15T04:40:42.806Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2021-11-15T04:40:42.806Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=27d91a5b-e804-466c-a2c3-8d2882b19a07
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-11-15T04:40:42.807Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T04:40:42.807Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-11-15T04:40:42.807Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-15T04:40:42.807Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T04:40:42.807Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-11-15T04:40:42.807Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=a40b9184-b449-483f-9e2c-f4309df26cb3
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-15T04:40:42.808Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T04:40:42.808Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T04:40:42.809Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 5f2f4cd3-3af0-4978-9355-1dcc51e65d1c: basic_cnf
2021-11-15T04:40:42.809Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T04:40:42.809Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T04:40:42.809Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T04:40:42.809Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T04:40:42.809Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T04:40:42.809Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T04:40:42.809Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T04:40:42.809Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T04:40:42.809Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-15T04:40:42.810Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-15T04:40:42.810Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||INFO|500||Saving Service: basic_cnf 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-15T04:40:42.850Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf ddd9985a-266d-4ecc-9e84-e7e4dc299300 1 ASDC deployResourceStructure
2021-11-15T04:40:42.850Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2021-11-15T04:40:42.850Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource)
2021-11-15T04:40:42.851Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2021-11-15T04:40:42.851Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T04:40:42.852Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T04:40:42.852Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c44abce7-81ba-4eec-9d90-11d96ff3f0e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636951242850,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2021-11-15T04:40:42.953Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-11-15T04:40:42.953Z||pool-128-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-15T04:40:42.953Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIYkFj1U8XlYGVL0) ...
2021-11-15T04:40:42.962Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:40:42.962Z||pool-128-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-11-15T04:40:43.853Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2021-11-15T04:40:43.853Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource)
2021-11-15T04:40:43.853Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2021-11-15T04:40:43.854Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T04:40:43.855Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T04:40:43.855Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c44abce7-81ba-4eec-9d90-11d96ff3f0e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636951243853,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2021-11-15T04:40:43.955Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T04:40:43.956Z||pool-129-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-15T04:40:43.956Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIYkFj1U8XlYGVL0) ...
2021-11-15T04:40:43.965Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:40:43.965Z||pool-129-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-11-15T04:40:44.856Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2021-11-15T04:40:44.856Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-11-15T04:40:44.856Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-15T04:40:44.857Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T04:40:44.858Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T04:40:44.858Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c44abce7-81ba-4eec-9d90-11d96ff3f0e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636951244856,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-15T04:40:44.958Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T04:40:44.959Z||pool-130-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-15T04:40:44.959Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIYkFj1U8XlYGVL0) ...
2021-11-15T04:40:44.968Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:40:44.968Z||pool-130-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-11-15T04:40:45.860Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2021-11-15T04:40:45.860Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-11-15T04:40:45.860Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-15T04:40:45.860Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T04:40:45.861Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T04:40:45.861Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c44abce7-81ba-4eec-9d90-11d96ff3f0e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636951245859,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2021-11-15T04:40:45.962Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-11-15T04:40:45.963Z||pool-131-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-15T04:40:45.963Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIYkFj1U8XlYGVL0) ...
2021-11-15T04:40:45.971Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:40:45.972Z||pool-131-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-11-15T04:40:46.862Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2021-11-15T04:40:46.862Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-11-15T04:40:46.862Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-15T04:40:46.863Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T04:40:46.864Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T04:40:46.864Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c44abce7-81ba-4eec-9d90-11d96ff3f0e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636951246862,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2021-11-15T04:40:46.964Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T04:40:46.965Z||pool-132-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-15T04:40:46.965Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIYkFj1U8XlYGVL0) ...
2021-11-15T04:40:46.974Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:40:46.974Z||pool-132-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-11-15T04:40:47.865Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2021-11-15T04:40:47.865Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-11-15T04:40:47.866Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-15T04:40:47.866Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T04:40:47.867Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T04:40:47.867Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c44abce7-81ba-4eec-9d90-11d96ff3f0e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636951247865,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-15T04:40:47.968Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-11-15T04:40:47.968Z||pool-133-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-15T04:40:47.968Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIYkFj1U8XlYGVL0) ...
2021-11-15T04:40:47.977Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:40:47.977Z||pool-133-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-11-15T04:40:48.868Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c44abce7-81ba-4eec-9d90-11d96ff3f0e1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-15T04:40:48.875Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c44abce7-81ba-4eec-9d90-11d96ff3f0e1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-15T04:40:48.877Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-15T04:40:48.877Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-15T04:40:48.877Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-11-15T04:40:48.877Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-11-15T04:40:48.877Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-15T04:40:48.877Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-15T04:40:48.877Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-15T04:40:48.877Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-15T04:40:48.877Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-15T04:40:48.877Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-15T04:40:48.877Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-15T04:40:48.880Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-11-15T04:41:18.880Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c44abce7-81ba-4eec-9d90-11d96ff3f0e1 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-11-15T04:41:18.884Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c44abce7-81ba-4eec-9d90-11d96ff3f0e1 and serviceModelVersionId: 5f2f4cd3-3af0-4978-9355-1dcc51e65d1c
2021-11-15T04:41:18.884Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1a29a86d-f5d6-4ebd-83a6-cc4359f69463
2021-11-15T04:41:18.884Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1a29a86d-f5d6-4ebd-83a6-cc4359f69463/model-vers/model-ver/5f2f4cd3-3af0-4978-9355-1dcc51e65d1c?depth=0
2021-11-15T04:41:18.887Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2021-11-15T04:41:18.910Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1a29a86d-f5d6-4ebd-83a6-cc4359f69463/model-vers/model-ver/5f2f4cd3-3af0-4978-9355-1dcc51e65d1c?depth=0|INFO|500||Invoke
2021-11-15T04:41:18.911Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1a29a86d-f5d6-4ebd-83a6-cc4359f69463/model-vers/model-ver/5f2f4cd3-3af0-4978-9355-1dcc51e65d1c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1a29a86d-f5d6-4ebd-83a6-cc4359f69463/model-vers/model-ver/5f2f4cd3-3af0-4978-9355-1dcc51e65d1c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c44abce7-81ba-4eec-9d90-11d96ff3f0e1], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e44a42bb-4222-4a3b-97b3-c9b9f1986db7], X-ECOMP-RequestID=[c44abce7-81ba-4eec-9d90-11d96ff3f0e1], X-TransactionId=[], X-ONAP-RequestID=[c44abce7-81ba-4eec-9d90-11d96ff3f0e1], Content-Type=[application/merge-patch+json]}
2021-11-15T04:41:18.927Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1a29a86d-f5d6-4ebd-83a6-cc4359f69463/model-vers/model-ver/5f2f4cd3-3af0-4978-9355-1dcc51e65d1c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-11-15T04:41:19.001Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1a29a86d-f5d6-4ebd-83a6-cc4359f69463/model-vers/model-ver/5f2f4cd3-3af0-4978-9355-1dcc51e65d1c?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/1a29a86d-f5d6-4ebd-83a6-cc4359f69463/model-vers/model-ver/5f2f4cd3-3af0-4978-9355-1dcc51e65d1c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-211115-04:41:18:936-39782], vertex-id=[233520], Content-Length=[0], Date=[Mon, 15 Nov 2021 04:41:18 GMT], Content-Type=[application/json]}
2021-11-15T04:41:19.002Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1a29a86d-f5d6-4ebd-83a6-cc4359f69463/model-vers/model-ver/5f2f4cd3-3af0-4978-9355-1dcc51e65d1c?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-11-15T04:41:19.002Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1a29a86d-f5d6-4ebd-83a6-cc4359f69463/model-vers/model-ver/5f2f4cd3-3af0-4978-9355-1dcc51e65d1c?depth=0|INFO|500||InvokeReturn
2021-11-15T04:41:19.002Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-11-15T04:41:19.002Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-15T04:41:19.006Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-11-15T04:41:19.007Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c44abce7-81ba-4eec-9d90-11d96ff3f0e1 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-11-15T04:41:19.007Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-11-15T04:41:19.007Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-15T04:41:19.008Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-15T04:41:19.008Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c44abce7-81ba-4eec-9d90-11d96ff3f0e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636951279007,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-15T04:41:19.108Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-15T04:41:19.109Z||pool-134-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-15T04:41:19.109Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HIYkFj1U8XlYGVL0) ...
2021-11-15T04:41:19.121Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:41:19.121Z||pool-134-thread-1|||||INFO|500||cambria reply ok (12 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-11-15T04:41:20.016Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T04:41:20.016Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|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-11-15T04:41:20.016Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|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 HIYkFj1U8XlYGVL0) ...
2021-11-15T04:41:30.357Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:41:30.358Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T04:41:30.358Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-15T04:41:30.358Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T04:41:39.842Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T04:41:39.842Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-15T04:41:39.842Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T04:41:39.858Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:41:39.859Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-15T04:41:39.859Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55e841fd-c167-48a1-8b77-d791603a169c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636951146812,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-15T04:41:39.859Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:41:39.859Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-15T04:41:39.859Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a1be26-d679-424f-9825-2d8fa0ce135e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636951147822,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:41:39.859Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:41:39.859Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-15T04:41:39.859Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a1be26-d679-424f-9825-2d8fa0ce135e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636951147822,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:41:39.859Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:41:39.859Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-15T04:41:39.859Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a1be26-d679-424f-9825-2d8fa0ce135e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636951147822,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:41:39.859Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:41:39.859Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-15T04:41:39.860Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a1be26-d679-424f-9825-2d8fa0ce135e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636951147822,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:41:39.860Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:41:39.860Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-15T04:41:39.860Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a1be26-d679-424f-9825-2d8fa0ce135e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636951147822,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:41:39.860Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:41:39.860Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-15T04:41:39.860Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a1be26-d679-424f-9825-2d8fa0ce135e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636951147822,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:41:39.860Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:41:39.860Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-15T04:41:39.860Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a1be26-d679-424f-9825-2d8fa0ce135e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636951147822,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:41:39.860Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:41:39.860Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-15T04:41:39.860Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a1be26-d679-424f-9825-2d8fa0ce135e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636951147822,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:41:39.860Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:41:39.860Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-15T04:41:39.860Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a1be26-d679-424f-9825-2d8fa0ce135e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636951147822,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-11-15T04:41:39.860Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:41:39.860Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-15T04:41:39.860Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a1be26-d679-424f-9825-2d8fa0ce135e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636951162373,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-15T04:41:39.861Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:41:39.861Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-15T04:41:39.861Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a1be26-d679-424f-9825-2d8fa0ce135e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636951164023,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-15T04:41:39.861Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:41:39.890Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:41:39.890Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T04:41:39.891Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-15T04:41:39.891Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T04:41:49.424Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:41:49.424Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T04:41:49.425Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-15T04:41:49.425Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T04:41:58.955Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:41:58.956Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T04:41:58.956Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-15T04:41:58.956Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T04:42:08.487Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:42:08.488Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T04:42:08.488Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-15T04:42:08.488Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T04:42:18.019Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:42:39.840Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T04:42:39.841Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-15T04:42:39.841Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T04:42:39.842Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T04:42:39.842Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-15T04:42:39.842Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T04:42:39.860Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:42:39.861Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-15T04:42:39.861Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29a1be26-d679-424f-9825-2d8fa0ce135e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636951225222,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-15T04:42:39.861Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:42:39.861Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-15T04:42:39.861Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c44abce7-81ba-4eec-9d90-11d96ff3f0e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636951147822,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:42:39.861Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:42:39.862Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-15T04:42:39.862Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c44abce7-81ba-4eec-9d90-11d96ff3f0e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636951147822,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-11-15T04:42:39.862Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:42:39.862Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-15T04:42:39.862Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c44abce7-81ba-4eec-9d90-11d96ff3f0e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636951147822,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-11-15T04:42:39.862Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:42:39.862Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-15T04:42:39.862Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c44abce7-81ba-4eec-9d90-11d96ff3f0e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636951147822,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-11-15T04:42:39.862Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:42:39.862Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-15T04:42:39.862Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c44abce7-81ba-4eec-9d90-11d96ff3f0e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636951147822,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-11-15T04:42:39.862Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:42:39.862Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-15T04:42:39.862Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c44abce7-81ba-4eec-9d90-11d96ff3f0e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636951147822,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:42:39.862Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:42:39.862Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-15T04:42:39.862Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c44abce7-81ba-4eec-9d90-11d96ff3f0e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636951147822,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-11-15T04:42:39.862Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:42:39.862Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-15T04:42:39.863Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c44abce7-81ba-4eec-9d90-11d96ff3f0e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636951147822,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-15T04:42:39.863Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:42:39.863Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-15T04:42:39.863Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c44abce7-81ba-4eec-9d90-11d96ff3f0e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636951147822,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-11-15T04:42:39.863Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-15T04:42:39.863Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-15T04:42:39.863Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c44abce7-81ba-4eec-9d90-11d96ff3f0e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636951235553,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-15T04:42:39.863Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:42:39.863Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-15T04:42:39.863Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c44abce7-81ba-4eec-9d90-11d96ff3f0e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636951237497,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2021-11-15T04:42:39.863Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:42:39.863Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-15T04:42:39.863Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c44abce7-81ba-4eec-9d90-11d96ff3f0e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636951238540,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-11-15T04:42:39.863Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:42:39.863Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-15T04:42:39.863Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c44abce7-81ba-4eec-9d90-11d96ff3f0e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636951239584,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-15T04:42:39.863Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:42:49.371Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:43:39.840Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T04:43:39.841Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-15T04:43:39.841Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T04:43:39.842Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T04:43:39.842Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-15T04:43:39.842Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T04:43:40.509Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:43:40.509Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:43:40.509Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c44abce7-81ba-4eec-9d90-11d96ff3f0e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636951240692,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-15T04:43:40.510Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:43:40.510Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:43:40.510Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c44abce7-81ba-4eec-9d90-11d96ff3f0e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636951241784,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-11-15T04:43:40.510Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:43:40.510Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:43:40.510Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c44abce7-81ba-4eec-9d90-11d96ff3f0e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636951242850,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2021-11-15T04:43:40.510Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:43:40.510Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:43:40.510Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c44abce7-81ba-4eec-9d90-11d96ff3f0e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636951243853,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2021-11-15T04:43:40.510Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:43:40.510Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:43:40.510Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c44abce7-81ba-4eec-9d90-11d96ff3f0e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636951244856,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-15T04:43:40.510Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:43:40.510Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:43:40.510Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c44abce7-81ba-4eec-9d90-11d96ff3f0e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636951245859,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2021-11-15T04:43:40.510Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:43:40.511Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:43:40.511Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c44abce7-81ba-4eec-9d90-11d96ff3f0e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636951246862,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2021-11-15T04:43:40.511Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:43:40.511Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:43:40.511Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c44abce7-81ba-4eec-9d90-11d96ff3f0e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636951247865,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-15T04:43:40.511Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:43:40.511Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-15T04:43:40.511Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c44abce7-81ba-4eec-9d90-11d96ff3f0e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1636951279007,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-15T04:43:40.511Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-15T04:43:49.520Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:44:39.840Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T04:44:39.841Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-15T04:44:39.841Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T04:44:39.842Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T04:44:39.842Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-15T04:44:39.843Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|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 HIYkFj1U8XlYGVL0) ...
2021-11-15T04:44:49.377Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:44:49.380Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:45:39.840Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T04:45:39.841Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-15T04:45:39.841Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T04:45:39.842Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T04:45:39.842Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-15T04:45:39.842Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T04:45:49.374Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:45:49.378Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:46:39.840Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T04:46:39.841Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-15T04:46:39.841Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T04:46:39.842Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T04:46:39.842Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-15T04:46:39.842Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T04:46:49.374Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:46:49.378Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:47:39.840Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T04:47:39.841Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-15T04:47:39.841Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T04:47:39.842Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T04:47:39.842Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-15T04:47:39.842Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T04:47:49.372Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:47:49.375Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:48:39.840Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T04:48:39.841Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-15T04:48:39.841Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T04:48:39.842Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T04:48:39.842Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-15T04:48:39.842Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T04:48:49.377Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:48:49.401Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:49:39.840Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T04:49:39.841Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-15T04:49:39.841Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T04:49:39.842Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T04:49:39.842Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-15T04:49:39.842Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|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 HIYkFj1U8XlYGVL0) ...
2021-11-15T04:49:49.375Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:49:49.377Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:50:39.840Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T04:50:39.841Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-15T04:50:39.841Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T04:50:39.842Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T04:50:39.843Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-15T04:50:39.843Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T04:50:49.373Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:50:49.377Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:51:39.840Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T04:51:39.841Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-15T04:51:39.841Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T04:51:39.842Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T04:51:39.842Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-15T04:51:39.842Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T04:51:49.375Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:51:49.377Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:52:39.841Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T04:52:39.842Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T04:52:39.843Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-15T04:52:39.843Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-15T04:52:39.843Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T04:52:39.843Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T04:52:49.375Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:52:49.376Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:53:39.840Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T04:53:39.841Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-15T04:53:39.841Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T04:53:39.842Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T04:53:39.842Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-15T04:53:39.842Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T04:53:49.377Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:53:49.382Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:54:39.840Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T04:54:39.841Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-15T04:54:39.841Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T04:54:39.842Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T04:54:39.842Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-15T04:54:39.842Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T04:54:49.379Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:54:49.381Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:55:39.840Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T04:55:39.841Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-15T04:55:39.841Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T04:55:39.842Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T04:55:39.842Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-15T04:55:39.842Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T04:55:49.372Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:55:49.385Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:56:39.840Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T04:56:39.841Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-15T04:56:39.841Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T04:56:39.842Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T04:56:39.842Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-15T04:56:39.842Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T04:56:49.373Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:56:49.374Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:57:39.840Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T04:57:39.841Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-15T04:57:39.841Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T04:57:39.842Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T04:57:39.842Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-15T04:57:39.842Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T04:57:49.377Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:57:49.377Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:58:39.840Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T04:58:39.841Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-15T04:58:39.841Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T04:58:39.842Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T04:58:39.842Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-15T04:58:39.842Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T04:58:49.375Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:58:49.375Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:59:39.840Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T04:59:39.841Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-15T04:59:39.841Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T04:59:39.842Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T04:59:39.842Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-15T04:59:39.842Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T04:59:49.381Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T04:59:49.383Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T05:00:39.840Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T05:00:39.841Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-15T05:00:39.841Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T05:00:39.842Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T05:00:39.842Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-15T05:00:39.842Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T05:00:49.377Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T05:00:49.377Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T05:01:39.840Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T05:01:39.841Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-15T05:01:39.841Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T05:01:39.842Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T05:01:39.842Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-15T05:01:39.842Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T05:01:49.379Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T05:01:49.380Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T05:02:39.840Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T05:02:39.841Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-15T05:02:39.841Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T05:02:39.842Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T05:02:39.842Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-15T05:02:39.842Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T05:02:49.374Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T05:02:49.374Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T05:03:39.840Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T05:03:39.841Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-15T05:03:39.841Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T05:03:39.842Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T05:03:39.842Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-15T05:03:39.842Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T05:03:49.371Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T05:03:49.376Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T05:04:39.840Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T05:04:39.841Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-15T05:04:39.841Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T05:04:39.842Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T05:04:39.842Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-15T05:04:39.842Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T05:04:49.373Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T05:04:49.394Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T05:05:39.840Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T05:05:39.841Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-15T05:05:39.841Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T05:05:39.842Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T05:05:39.842Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-15T05:05:39.842Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|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 HIYkFj1U8XlYGVL0) ...
2021-11-15T05:05:49.374Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T05:05:49.376Z|c44abce7-81ba-4eec-9d90-11d96ff3f0e1|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T05:06:39.840Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T05:06:39.841Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-15T05:06:39.841Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T05:06:39.842Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T05:06:39.842Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-15T05:06:39.842Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T05:06:49.374Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T05:06:49.376Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T05:07:39.840Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T05:07:39.841Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-15T05:07:39.841Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T05:07:39.842Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T05:07:39.842Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-15T05:07:39.842Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T05:07:49.377Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T05:07:49.378Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T05:08:39.841Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T05:08:39.841Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-15T05:08:39.841Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T05:08:39.842Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T05:08:39.842Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-15T05:08:39.842Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T05:08:49.377Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T05:08:49.377Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T05:09:39.840Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T05:09:39.841Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-15T05:09:39.841Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T05:09:39.842Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-15T05:09:39.842Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-15T05:09:39.842Z||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 HIYkFj1U8XlYGVL0) ...
2021-11-15T05:09:49.374Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-15T05:09:49.374Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK